API Reference

Load adjustment

Adjust a previous transaction, load a wallet

REQUEST

PATH PARAMETERS

Parameter Type & Constraints Description
terminalID string 10 characters required Our partner issued terminal ID of the terminal requesting the transaction
reference string 1-255 characters required The reference of the wallet to load
requestAmount integer required The amount to be loaded
narrative string 1-255 characters required The description of the terminal where the card was used
transactionData string 0-2048 characters required Extra information about the transaction in a KLV Format
referenceID string 1-255 characters required Transaction ID of the original transaction to be adjusted.
referenceDate date required Transaction date of the original transaction or a repeat of the original load to be adjusted. In case of a refund there will not be an original transaction so in that case this field will contain the current date and time to fulfill xmlrpc requirements.
transactionID string 1-255 characters required Transaction ID number generated by the calling client. Note that the Transaction ID is not a unique value and may be duplicated over time.
transactionDate date required Transaction date generated by the calling client
checksum string required HMAC-SHA256 hashed signature of the concatenated method name with all argument values using the terminal password as private key

  <?xml version="1.0"?>
  <methodCall>
    <methodName>LoadAdjustment</methodName>
    <params>
      <param><value><string>0067545417</string></value></param>
      <param><value><string>d4b9d9d7-8c21-42bc-9b11-88564aade690</string></value></param>
      <param><value><int>146</int></value></param>
      <param><value><string>20200823T06:13:45/IDIGIC INTERNET NOR</string></value></param>
      <param><value><string>00215719318600032099004120000000001490260473110410004215000000000204294049038400850025003ADJ25110Adjustment25201025304735225400255002560201</string></value></param>
      <param><value><string>571894</string></value></param>
      <param><value><dateTime.iso8601>20200823T06:13:45</dateTime.iso8601></value></param>
      <param><value><string>2C77948C-F65A-8554-EC6BF66A619DF8F7</string></value></param>
      <param><value><dateTime.iso8601>20200824T03:18:55</dateTime.iso8601></value></param>
    </params>
    <param>
      <value><string>2D3E695617493BC1F3788181143975E6865A2C14</string></value>
    </param>
  </methodCall>

RESPONSE

STATUS 200 OK

SCHEMA

Field Type Description
resultCode integer Status code indicating transaction result

    <methodResponse>
      <params>
        <param>
          <value>
            <struct>
              <member>
                <name>resultCode</name>
                <value><int>1</int></value>
              </member>
            </struct>
          </value>
        </param>
      </params>
    </methodResponse>
  
Language
Click Try It! to start a request and see the response here!