GET
/
terminal
/
payment-session
/
{challengeId}
curl --request GET \
  --url https://api.authsignal.com/v1/terminal/payment-session/{challengeId}
{
  "challengeId": "ef6b3212-6121-4a9e-92ef-09d819e36e93",
  "status": "PENDING",
  "reference": "xxx-xxx-xxx"
}

Path Parameters

challengeId
string
required

The ID of the payment session.

Response

200
application/json
OK
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.