Transaction status
Request address
Method: POST
Headers
Request Parameters
Name
Required
Type
Description
Example
order_id
Yes
String
Cabbagino order id
1231254123123
signature
Yes
String
d9f5713990de5c6e32169dba1f0102f540018975
Request Example
Response Example
Transaction statuses
ID
Name
Description
1
INITIAL
The initial state of the transaction
2
AWAITING_CONFIRMATION
Awaiting confirmation
3
PROCESSING
Transaction is being processed
4
SUCCESS
Successful transaction
5
DECLINE
Failed transaction
6
ERROR
There is an error with processing the transaction
7
UNKNOWN
There is an error with the transaction yet the details are not clear
Transaction types
ID
Name
Example in callback
1
DEPOSIT
"type": 1
2
PAYOUT
"type": 2
3
REFUND
"type": 3
Last updated