InstantTransfer
  1. Butler API Bridge
InstantTransfer
  • PayStar API Documentation
    • Introduction
    • Authorization Bearer
    • Sandbox
    • Callbacks
    • Glossary
    • Dictionarys
      • Currencys
      • Telecom operators
      • Bank names
    • Deposit direct (Merch)
      • Create | Deposit order
      • Check status | Deposit order
    • Deposit reverse (Gateway)
      • Create | Reverse deposit order
      • Check status | Deposit order
    • Withdrawal direct (Merch)
      • Create | Withdrawal order
      • Check status | Withdrawal order
    • Balance
      • GET Merchant balance
  • Armax API
    • POST Armax Order
      POST
  • Butler API Bridge
    • Authorization Bearer
    • Withdrawal direct | PDO API Bridge
      • Check status | Withdrawal order
      • Create | Withdrawal Order
    • PSP Deposit Order
      • PSP Deposit Order
      • PSP Deposit Order status
    • Merch Deposit Order
      • Merch Deposit Order
      • Merch Deposit Order status
  • CoreFy API
    • Withdrawal Order
      POST
    • Payment Order
      POST
  • PayNetEasy API Bridg
    • Introduсtion
    • Autorization
    • Glossary
    • POST order
      POST
    • POST Status order
      POST
  1. Butler API Bridge

Authorization Bearer

Before starting integration you need:
Receive authorization keys from the manager (bearer token);
Provide us with your servers' IP addresses to enter into our list of allowed IP addresses.
For Bearer authorization, JWT (JSON Web Token) is used, utilizing the HS256 algorithm. The token includes publicKey in the payload and is signed with the privateKey.
The payload of our JWT will include the following field:
publicKey: The public key that corresponds to the private key used to sign the JWT.
The privateKey is used to sign the JWT.
Example in Python:
Requirements
Install the pyjwt library using the command pip install pyjwt.
Code example:
Example in .NET Core:
Requirements
Install the System.IdentityModel.Tokens.Jwt package using NuGet.
Code example:
Modified at 2024-12-12 13:18:26
Previous
POST Armax Order
Next
Withdrawal direct | PDO API Bridge
Built with