Sent whenever a user removes the payment account from saved accounts. To enable this notification, please contact the Account Manager.
Return to indicate successful processing.
Return in case of an error in the provided information (e.g., a required parameter missing, failed authorization, etc.).
Return to indicate temporary errors with your servers.
{- "notification_type": "string",
- "settings": {
- "project_id": 0,
- "merchant_id": 0
}, - "user": {
- "email": "string",
- "id": "string",
- "name": "string"
}, - "payment_account": {
- "id": "string",
- "name": "string",
- "payment_method": 0,
- "type": "string"
}
}
{- "error": {
- "code": "INVALID_USER",
- "message": "Invalid user"
}
}