Documentation Help

Recurring Payments API

Merchant Initiated Payments

/v1/payments/merchant-initiated

Process a payment initiated by the merchant using stored credentials.

Request parameters

{ "amount": 1099, "cardTokenId": "6e70c8a6-8f4d-4d2f-8b3a-7a12d5c3b01c", "currency": "KZT", "initialTransactionId": "8c876a3e-fc28-4e77-b781-b7cfd5cfefb4" }

Responses

{ "id": "9f8c3e92-6a0f-4f8e-8bc5-0cb1e95b9c8e", "amount": 1099, "currency": "KZT", "status": "authorized" }
{ "code": "0001", "type": "apiError", "message": "something went wrong", "source": "paymentLinks" }
{ "code": "0001", "type": "apiError", "message": "something went wrong", "source": "paymentLinks" }
26 August 2025