Cancellation of payment
URL: POST /operation/:id/cancel
Client credentials are required authorization
full cancellation
URL TEST POST https://testepay.homebank.kz/api/operation/:id/cancel URL PROD POST https://epay-api.homebank.kz/operation/:id/cancel
The ID specified in the URL is the transaction ID that you receive after the client successfully fills out the payment form, which comes to the postlink. Alternatively, you can find out the transaction id by requesting the status.
Headers
Authorization: Bearer dGVzdGNsaWVudDpzZWNyZXQ=
Response
Http status 200
Error
{
"code": 100,
"message": ""
}