Single Payment
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: <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">single:delete</code>
delete/single/{id}
Path parameters
idstring uuid required
Resource Identification
Response
No Content