Payment Session
Create 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
Body
application/json
amount
number
The amount intended to be authorized at the terminal.
reference
string
A reference identifier originating from the point of sale system.
currency
string
The currency intended to be authorized at the terminal.
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?