v1

latestOpenAPI 3.1.02026-07-268342124.0 KB
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

challengeIdstring required

The ID of the payment session.

Response

OK

challengeIdstring

The ID of the payment session.

status'PENDING' | 'COMPLETED' | 'EXPIRED' | 'FAILED'
referencestring

A reference identifier originating from the point of sale system.

Example response

{
  "challengeId": "ef6b3212-6121-4a9e-92ef-09d819e36e93",
  "status": "PENDING",
  "reference": "xxx-xxx-xxx"
}