v1

latestOpenAPI 3.1.02026-07-268342124.0 KB
payment-session

Create a payment session

Initialization of a payment session will trigger a payment authorization user experience on the paired Authsignal payment terminal application.

post/terminal/payment-session

Request body

amountnumber

The amount intended to be authorized at the terminal.

referencestring

A reference identifier originating from the point of sale system.

currencystring

The currency intended to be authorized at the terminal.

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"
}