Start EFT Payment (Cloud)

Starts the EFT payment by sending the request to the Adyen cloud terminal API synchronously. This call blocks until the terminal responds (up to 5 minutes on BC SaaS). The response indicates whether the request was processed - poll the status endpoint to get the actual payment result.

Authentication

x-np-api-keystring
API Key authentication via header

Path parameters

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

saleIdUUIDRequired
The id of a POS sale. This can be provided by the API consumer when creating a new sale.
transactionIdUUIDRequired

System-generated identifier for an EFT transaction request, used for polling status and cancellation.

Headers

x-api-versiondateOptional

Used for API versioning. More details.

Response

This endpoint returns an object.
transactionIdUUID

System-generated identifier for an EFT transaction request, used for polling status and cancellation.

processedboolean

Whether the payment request was processed (sent to the terminal and response received). Poll the status endpoint to get the actual result.