Get balance from an SVC.
post
/svc_balance
Get balance from an SVC accouht.
Request
There are no request parameters for this operation.
Back to TopResponse
200 Response
Success
400 Response
Invalid parameters have been passed in
401 Response
Not authorized.
500 Response
Invalid request.
Examples
Example of the Request Body
The following example shows the contents of the Request Body in JSON format:
{ "links": [{ "href": "wss://localhost:{port}/svc_balance", "method": "post", "rel": "self" }], "POSdata": { "TransactionNumber": "217", "LanguageCode": "eng", "StoreID": "101" }, "PaymentProviderName": "", "ApplicationSender": "XSTORE", "WorkstationID": ???1??? } }
Example of the Response Body
The following example shows the contents of the response body in JSON format:
{ "Terminal": { "TerminalID": "12345678", "MarchantID": "Simulator12345678", }, "Tender": { "TotalAmount": { "Currency": "GBP", "text": "0.00" }, "Authorization": { "AcquirerID":"UNKNOWN", "AcquirerTransactionReference":"149414", "TimeStamp":"Tue Jul 07 11:37:48 BST 2020", "CardType":"80", "EntryMode":"0", "CardPAN":"492949******0002", "ExpiryDate":"1299", "CardCircuit":"UNKNOWN CARD" } }, "CardValue": { "CardPAN":"492949******0002", "EndDate":"1299", "CardCircuit":"UNKNOWN CARD", "Category":"0", "Token":"C883655271097194641", "CardType":"80", "EntryMode":"0" }, "Balance":"10.00", ??? "PaymentProviderName":"oracle.eftlink.opiretail.OPIRetailCore", "RequestType":"17", "ApplicationSender":"XSTORE", "WorkstationID":"1", "RequestID":"7", "OverallResult":"Success", "Success":"true" }