ENG
RU
ENG
RU
  • Test credentials
  • Payment page
  • Payment widget
  • Saved card based payment
  • P2P REDIRECT TO FORM
  • P2P by saved cards
  • Installment/Credit
  • Withdrawal request
  • Transaction status
  • P2P CHECK STATUS
  • API
    • API based payments
    • P2P BY API
    • invoice link API
    • Apple Pay by API
    • Google Pay by API
    • Google Pay additional info
  • Transaction operations
    • Receiving token
    • Refreshing token
    • Revoking token
    • Payment confirmation/partial confirmation
    • Cancelling payment
    • Refund/Partial refund
    • P2P CHECK STATUS ARRAY
    • Operations
    • Receiving a list of saved cards
    • Disable cardID
  • SDK
    • Mobile SDK Documentation
    • SDK Payment Page
    • SDK Transfer Page
    • Installation instructions for iOS SDK
    • Installation instructions for Android SDK
  • Response codes
  • Plugins

Refreshing token

URL POST /oauth2/token


Request

Request Header
    device_id:         "69f3db46-8092-4094-8910-bb6e3d6ba969"
    ip:                "10.3.23.42"
    fingerprint:       "asdasdfr90a7889a7sdasd9"

Request Body:
    grant_type:        "refresh_token"
    scope:             "api"
    client_id:         "CLIENTID"
    client_secret:     "CLIENTSECRET"
    refresh_token:     "OYKAYN6HXLUOG520FDPJCW"
Response

{
    "access_token": "T0KO0PKDPG6WSUZNQMZR6W",
    "expires_in": 7200,
    "scope": "api",
    "token_type": "Bearer"
}