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
Example response
{
"wallet": {
"token": "0dd58e5c-cd2f-42f3-8e4e-47a01e3da164"
},
"status": "CANCELLED",
"status_detail": "The wallet token was cancelled."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.