ENG
RU
KK
ENG
RU
KK
  • Payment process
  • Test credentials
  • Payment page
  • Payment widget
  • Checking/saving the card via the payment form
  • 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
    • Card Verification/Save
    • Apple Pay by API
    • Google Pay Payment Gateway
    • Google Pay by API
    • Google Pay additional info
    • QR by API
  • 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
  • Payment page by HalykID

Refreshing token

URL POST /oauth2/token

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"
}