History of changes
[2.5.1] - 2026-03-17
Added
-
Added signing documentationrequestscallback notificationsusing the HMAC-SHA512 algorithm.
-
In the sectionRequest Authentication and Signing (HMAC)addedHMAC signature verification and generation form (
x-access-signature). -
Updated examples of HMAC signature verification code on the merchant side in the sectionAlert signature (HMAC).
[2.4.1] - 2026-03-13
Added
-
Added payment page method
payin-ecom-mobilefor Kazakhstan (KZ, currencyKZT) in an H2C scenario via a payment widget (see.Kazakhstan — Mobile Commerce (Mobile ECOM)). Payments are not supported. -
Status guides have been updated.
[2.3.0] - 2026-02-09
Added
-
list of banks for pre-selectionaddedOzon Bank (
ozonbank) for methodsbp-p2p.
[2.2.0] - 2026-02-06
Added
-
Kazakhstan (
KZ, currencyKZT):-
H2H: added payment methods
card-p2p,phone-p2p(cm.Bank transfers in Kazakhstan (H2H)). -
H2C: added payment page methods
payin-p2p-card,payin-p2p-phone(cm.Bank transfers in Kazakhstan (H2C)).
-
[2.1.0] - 2026-02-06
Added
-
In the sectionRequest Authentication and Signing (RSA)addedform for checking and generating an RSA signature (
x-access-signature).
[2.0.0] - 2026-02-05
Changed
-
The documentation has been transferred to the new domain.
-
The documentation structure has been improved (seehome page).
-
Updated and updatedreference books.
-
Updated code examples in sectionIntegration examples.
Added
-
Sections addedBefore you start, Basic ConceptsQuick start.
-
Addedglossary.
[1.9.0] - 2025-10-16
Added
-
New geos Kenya (
KES), Nigeria (NGN), South Africa (ZAR). -
New payment methods
ussd,wallet-linkfor H2H integration. Available for currencies:NGN. -
New payment method
mobile-moneyfor H2H integration. Available for currencies:KES. -
New payment method
eft-linkfor H2H integration. Available for currencies:ZAR.
[0.5.0] - 2025-01-15
Added
-
New geo "Uzbekistan" for payments by card number (
card-p2p) for both H2H and H2C integrations -
A new field has been added to the response of the API method that returns a list of supported banks
country_code, which contains the code of the country to which the bank belongs. More details in the section "Get a list of banks"
[0.1.0] - 2024-08-13
Added
-
Documentation version. It appears at the beginning of the documentation. Versioning will be based on semantic versioning.
-
Last name and username. The fields are required when creating requests for both payment and disbursement.
-
Field
bank_code. This field is required to be filled out if a payment request is created using the "sbp-p2p" method. The documentation provides instructions for obtaining bank codes. -
API handle for getting available banks for p2p payment. The merchant can use it to understand the details of which banks are currently available:
/api/v1/payment/p2p/bank/available -
API handle to get a list of all banks. The merchant can use it to receive bank symbols and to create payments/payouts. Not to be confused with "bank code"
-
Status codes (
status_description). Added status codes that will be sent in case of errors, or in cases where the merchant needs to intervene.