Poll for a payment session result using the challengeId obtained from creating a payment session.
challengeId
cURL
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" }
The ID of the payment session.
OK
The response is of type object.
object
Was this page helpful?