Cancel EFT Transaction
Requests cancellation of an in-progress EFT transaction by sending an abort request to the Adyen cloud terminal. The cancellation is fire-and-forget - poll the status endpoint to confirm the final outcome.
Authentication
x-np-api-keystring
API Key authentication via header
Path parameters
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
saleId
The id of a POS sale. This can be provided by the API consumer when creating a new sale.
transactionId
System-generated identifier for an EFT transaction request, used for polling status and cancellation.
Headers
x-api-version
Used for API versioning. More details.
Response
This endpoint returns an object.
transactionId
System-generated identifier for an EFT transaction request, used for polling status and cancellation.
cancelRequested
Always true when the endpoint returns 200. The abort request is fire-and-forget; poll the status endpoint to confirm the final outcome.
