Payment Session
Get Payment Session
Poll for a payment session result using the challengeId
obtained from creating a payment session.
GET
/
terminal
/
payment-session
/
{challengeId}
Path Parameters
challengeId
string
requiredThe ID of the payment session.
Response
200 - application/json
challengeId
string
The ID of the payment session.
status
enum<string>
Available options:
PENDING
, COMPLETED
, EXPIRED
, FAILED
reference
string
A reference identifier originating from the point of sale system.
Was this page helpful?