This documentation provides detailed information on the available methods for managing various types of cards and transactions. Payment Cards – Covers methods for issuing and managing bank cards issued by a partner bank. This section provides information about API methods designed for managing bank cards. You can use these methods to issue new cards, check balances, retrieve card information, and perform other card-related operations. The API enables seamless integration of card functionalities into your systems, ensuring convenient and secure access to card data. In addition to standard card operations, the API provides functionality for validating cardholder identity. This includes verifying that the personal details provided by a user (first name, last name, and phone number) match the information registered with the system for a given card token. Gift Cards – Describes methods for issuing gift cards, which are based on prepaid bank cards. Transactions – Provides an overview of transaction methods designed for debiting and funding issued cards. This API allows seamless integration of card issuance and transaction functionalities into your system, ensuring a secure and efficient payment experience.
Request authorization occurs by generating and passing the JWS token in the X-JWS-Signature header. The JWS is the part of the JWT token that contains only the header and signature. Request type application/json.
This string is the signature of the request and must be passed in the X-JWS-Signature request header parameter. Supported signature encryption algorithm HS512.