/exchange/v1/transaction/status
Notify the status of a transaction
application/json
Request Body required
transactionId string required
Unique identifier for the transaction
status string required
Possible values: [PENDING
, SUCCESS
, NEED_RETRY
, DISCARD
, FAIL
]
The status of the transaction
message string nullable
Additional message about the transaction
Responses
- 200
Successful response
application/json
Schema
Example (from schema)
Schema
status boolean required
Status of the notification request, False/True (failed/success)
{
"status": true
}
Loading...