REST API
PostStatus
POST/v2/IntermediateStatus/PostStatus

Post Intermediate Status — submits the current intermediate status of a transaction from the terminal. All the responses have GeneralResponse section that informs about successful result or error. See Error Codes and Messages.

Body Parameters

StatusText
string
StatusCode
string
StatusDateTime
string
Tpn*
string
ReferenceId
string
Authkey
string
POST/v2/IntermediateStatus/PostStatus
1curl --location 'https://test.spinpos.net/v2/IntermediateStatus/PostStatus' \
2--header 'Content-Type: application/json' \
3--data '{
4 "StatusText": "",
5 "StatusCode": "",
6 "StatusDateTime": "",
7 "Tpn": "",
8 "ReferenceId": "",
9 "Authkey": ""
10}'
Response

// Awaiting response…