/
Deletes single payment
This endpoint allows for the deletion of a single payment identified by its unique ID. The DELETE operation performs the following actions based on the payment method:
- MB WAY and Credit Cards: Voids all authorizations.
- Multibanco: Cancels the Multibanco Reference.
- Direct Debit: Cancels the Direct Debit if the request is made before the cutoff hour(18:00 Europe/Lisbon).
This operation ensures that all associated authorizations and references are properly handled and terminated according to the specified payment method.
Required scope: single:delete
Security
accountId and apiKey
- Sandboxhttps://api.test.easypay.pt/2.0/single/{id}
- Productionhttps://api.prod.easypay.pt/2.0/single/{id}
curl -i -X DELETE \
'https://api.test.easypay.pt/2.0/single/{id}' \
-H 'AccountId: 2b0f63e2-9fb5-4e52-aca0-b4bf0339bbe6' \
-H 'ApiKey: eae4aa59-8e5b-4ec2-887d-b02768481a92'