Get a terminal payment
OAuth scope: terminal.read
Retrieves the current status and outcome of a terminal payment by ID.
Use this endpoint to poll for the payment result if you cannot receive webhooks. The status field indicates whether the payment is still pending, was authorized, or was refused.
For a real-time alternative, subscribe to the v1/terminal-payments webhook instead.
v1/terminal-payments webhook instead.Authorizations
Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Path Parameters
Terminal payment UUID returned in the response body of POST /v2/terminals/{terminal_id}/payment.
Response
Terminal payment details.