This endpoint requires HMAC-SHA256 authentication. See Authentication for signature computation details.
Long-Polling Behavior
This endpoint uses long-polling and waits up to 90 seconds for the terminal to respond. Plan for this timeout in your HTTP client configuration.Terminal ID Resolution
TheterminalId parameter is resolved in the following order:
- Device ID (Recommended) - First checks if the ID matches a registered
deviceId - Connection ID (Fallback) - If no device ID match, treats it as a
connectionId
Handling Timeouts
If you receive a504 Gateway Timeout response:
- Do not retry the payment immediately
- Use Get Transaction to check if the payment completed
- Only retry if the transaction status is
FAILEDorCANCELLED