v1

latestOpenAPI 3.1.02026-07-245361280.3 KB

Cancel wallet token

This service allows merchants to cancel an active token.

post/payments/wallet/{token}/cancel

Path parameters

tokenstring required

The unique token that identifies the recurring payment agreement or stored payment method that it wants to cancel.

Response

200

statusstring
status_detailstring

Example response

{
  "wallet": {
    "token": "0dd58e5c-cd2f-42f3-8e4e-47a01e3da164"
  },
  "status": "CANCELLED",
  "status_detail": "The wallet token was cancelled."
}