Skip to main content
POST
/
v2
/
transfers
/
{id}
/
cancel
Cancel a Transfer
curl --request POST \
  --url https://api.pagou.ai/v2/transfers/{id}/cancel \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reason": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
required

Body

application/json
reason
string

Optional free-text reason explaining why the transfer is being cancelled.

Maximum string length: 250

Response

Success

Generic success response payload.