v1
latestOpenAPI 3.0.02026-08-06102185472.3 KBOrchestration payments
Reverse orchestration payment
Reverses the orchestration payment with customer end-to-end ID.
post/v4/orchestration/payment/reversal
Request body
Example request
{
"reversal_reason": {
"code": "RB001",
"description": "No account / Unable to locate account"
}
}Response
Successfully returned orchestration payment.
Example response
{
"sender_end_to_end_id": "00310000015"
}