PostStatus
POST
/v2/IntermediateStatus/PostStatusPost 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
stringStatusCode
stringStatusDateTime
stringTpn*
stringReferenceId
stringAuthkey
stringPOST/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…