v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
Instore payments

Payment:Status

Get the status of a Pin transaction. The customer has 45 seconds to finalize the pin transaction. To check if the pin terminal is available for a new transaction you can poll the status. You can request the status through the statusUrl parameter that has been returned when you have started the pin transaction.

get/api/status

Query parameters

hashstring required

The hash of a pin transaction

Example:7cfe195addffce335eb3092e7a0b07ac
timeoutinteger

Timeout

Example:5

Response

Ok.

statusstring

The status of the terminal

txidstring

Unique reference of a pin transaction

terminalstring

Indicates on which terminal the transaction has been started

ssaistring

Unique reference of a pin transaction

Example response

{
  "status": "start",
  "txid": "TT-9549-5050-7700",
  "ssai": "0054cfc07110aa50ea909727381649de569f0fb770696e34dd0d31bb"
}