v1

latestOpenAPI 3.0.02026-08-06102185472.3 KB
Orchestration payments

Reverse orchestration payment

Reverses the orchestration payment with customer end-to-end ID.

post/v4/orchestration/payment/reversal

Request body

sender_end_to_end_idstring required

Unique ID that the sender can specify.

original_payment_idstring required

Unique ID of the payment that should be reversed.

Example request

{
  "reversal_reason": {
    "code": "RB001",
    "description": "No account / Unable to locate account"
  }
}

Response

Successfully returned orchestration payment.

sender_end_to_end_idstring

Sender end-to-end ID.

Example response

{
  "sender_end_to_end_id": "00310000015"
}