POST
/
v2
/
remittances
/
fail-enqueued
/
{remittanceId}
curl --request POST \
  --url https://api.sandbox.pawapay.io/v2/remittances/fail-enqueued/{remittanceId} \
  --header 'Authorization: Bearer <token>'
{
"remittanceId": "f4401bd2-1568-4140-bf2d-eb77d2b2b639",
"status": "ACCEPTED"
}

Cancels a remittance that is currently in the ENQUEUED status.

  • The payment will be moved to FAILED status.
  • The payment will have the failure code MANUALLY_CANCELLED.
  • If you have configured callbacks, a callback will be sent.

Authorizations

Authorization
string
header
required

Path Parameters

remittanceId
string
required

The id of the remittance that you are performing this operation on.

Required string length: 36

Response

200
application/json

Request has been processed by pawaPay

The response is of type object.