Check Status
POST <API_URL>/api/payment/status
Headers
Content-Type
application/json
credentials*
<API_KEY>:<API_SECRET>
Body
order_id
string
ID of transaction in your system. Required if payment_id not provided.
payment_id
number
D of transaction in our system. Required if order_id not provided.
Response (OK 200)
status*
number
Status Code
status_transaction*
string
Current payment status. Values: new, declined, processing, approved
order_id*
string
Merchant id of transaction
amount*
number
Transaction Amount
currency*
string
Transaction Currency
description*
string
Transaction status description
redirect_url
string
Will shown only in /api/payment/create and /api/payment/createForm routes if transaction in status "processing"
payment_id
number
Our internal transaction id
Last updated