Receiving Institution (Remote)
Available Methods
- Load – Load to a wallet
- LoadReversal – Reverse a load to a wallet
Request
Path parameters
string, 10 characters, required
The Paymentology issued terminal ID of the terminal requesting the transaction
string, 11-19 characters, required
The reference of the wallet to retrieve the balance for
integer, required
The amount to be loaded
string, 1-255 characters, required
A description of the terminal where the card was used
string, 2 characters, required
2 character string identifying the type of transaction: 28 => Payment
string, 1-40 characters, required
Client generated transaction ID to assist in identify transactions on the client side
date
Client generated / local transaction date to assist in identifying transactions on the client side
string, required
HMAC-SHA1 hashed signature of the concatenated method name with all argument values using the terminal password as private key
<methodCall> <methodName>load</methodName> <params> <param> <value> <string>123456789</string> </value> </param> <param> <value> <string>123456</string> </value> </param> <param> <value> <int>20000</int> </value> </param> <param> <value> <string>123455</string> </value> </param> <param> <value> <string>2</string> </value> </param> <param> <value> <string>123456</string> </value> </param> <param> <value> <dateTime.iso8601>20100102T12:34:56+0700</dateTime.iso8601> </value> </param> <param> <value> <string>945526A6F4DD41C92DD0CCB1CAC0B4DDDE3C3089</string> </value> </param> </params> </methodCall>
Response
STATUS200 OK
Schema
integer
Status code indicating transaction result
string
Text indicating transaction result
<methodResponse> <params> <param> <value> <struct> <member> <name>resultCode</name> <value> <int>1</int> </value> </member> <member> <name>resultText</name> <value> <string>OK</string> </value> </member> </struct> </value> </param> </params> </methodResponse>
Request
Path parameters
string, 10 characters, required
The Paymentology issued terminal ID of the terminal requesting the transaction
string, 11-19 characters, required
The reference of the wallet to retrieve the balance for
integer, required
The amount to be loaded
string, required
Transaction ID of the original transaction to be adjusted
string, required
Transaction date of the original transaction or a repeat of the original deduct to be adjusted
string, 1-255 characters, required
A description of the terminal where the card was used
string, 1-40 characters, required
Transaction ID number generated by the calling client
string, required
Extra information about the transaction in a KLV format
date
Transaction date generated by the calling client
string, required
HMAC-SHA1 hashed signature of the concatenated method name with all argument values using the terminal password as private key
<?xml version="1.0"?> <methodCall> <methodName>LoadReversal</methodName> <params> <param> <value> <string>0043889641</string> </value> </param> <param> <value> <string>019919</string> </value> </param> <param> <value> <int>180000</int> </value> </param> <param> <value> <string>Testing Load </string> </value> </param> <param> <value> <string> </string> </value> </param> <param> <value> <string>525337</string> </value> </param> <param> <value> <dateTime.iso8601>20201218T08:40:28</dateTime.iso8601> </value> </param> <param> <value> <string>8968578568978</string> </value> </param> <param> <value> <dateTime.iso8601>20201218T13:52:52</dateTime.iso8601> </value> </param> <param> <value> <string>A56B25A5145D0BBFFEC7107B4E95AF593728CC1E</string> </value> </param> </params> </methodCall>
Response
STATUS200 OK
Schema
integer
Status code indicating transaction result
string
Text indicating transaction result
<methodResponse> <params> <param> <value> <struct> <member> <name>resultCode</name> <value> <int>1</int> </value> </member> <member> <name>resultText</name> <value> <string>OK</string> </value> </member> </struct> </value> </param> </params> </methodResponse>
<a href="https://developer.sprint.paymentology.com/qr-payments-api/api-reference/appendix/#RIRemote"
Appendix
Was this page helpful?