Receiving Institution (Remote)

Available Methods


 

Load


Load to a wallet.

Request

Path parameters

terminalID

string,  10 characters,  required

The Paymentology issued terminal ID of the terminal requesting the transaction

Reference

string,  11-19 characters,  required

The reference of the wallet to retrieve the balance for

requestAmount

integer,  required

The amount to be loaded

narrative

string,  1-255 characters,  required

A description of the terminal where the card was used

transactionType

string,  2 characters,  required

2 character string identifying the type of transaction: 28 => Payment

transactionID

string,  1-40 characters,  required

Client generated transaction ID to assist in identify transactions on the client side

transactionDate

date

Client generated / local transaction date to assist in identifying transactions on the client side

checksum

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

resultCode

integer

Status code indicating transaction result

resultText

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>

 

LoadReversal


Reverse a Load to a wallet

Request

Path parameters

terminalID

string,  10 characters,  required

The Paymentology issued terminal ID of the terminal requesting the transaction

reference

string,  11-19 characters,  required

The reference of the wallet to retrieve the balance for

requestAmount

integer,  required

The amount to be loaded

referenceID

string,  required

Transaction ID of the original transaction to be adjusted

referenceDate

string,  required

Transaction date of the original transaction or a repeat of the original deduct to be adjusted

narrative

string,  1-255 characters,  required

A description of the terminal where the card was used

transactionID

string,  1-40 characters,  required

Transaction ID number generated by the calling client

transactionData

string,  required

Extra information about the transaction in a KLV format

transactionDate

date

Transaction date generated by the calling client

checksum

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

resultCode

integer

Status code indicating transaction result

resultText

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?

Are you ready to use our APIs

If you are not yet registered with us.

Still have questions? Contact us.