Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

See https://teamamadis.atlassian.net/wiki/pages/resumedraft.action?draftId=1713274934 on Amadis Wiki for more information about the Refund Service.

Initiate a Refund without Reference Data to an Original Transaction

...

  • As this tag is optional, a check is done on the latter. If the Tag is absent, the original transaction section is not included.

Obtained XML :

...

...

        <OrgnlTx>
          <TxId>
            <TxDtTm>2021-06-15T10:36:45.000+00:00</TxDtTm>
            <TxRef>1234567890</TxRef>
          </TxId>
          <TxTp>CRDP</TxTp>
          <CardDataNtryMd>DFLE</CardDataNtryMd>
        </OrgnlTx

Expand
titleTestObtained XML :
Code Block
        <OrgnlTx>
          <TxId>
            <TxDtTm>2021-06-15T10:36:45.000+00:00</TxDtTm>
            <TxRef>1234567890</TxRef>
          </TxId>
          <TxTp>CRDP</TxTp>
          <CardDataNtryMd>DFLE</CardDataNtryMd>
        </OrgnlTx

...