Create Reverse Transaction

Reverse a previous Pull transaction.

This allows you to return funds to a Financial Account from which funds where previously pulled.

Request

FieldTypeDescription
amountinteger, requiredtransaction amount, smallest unit in currency (example 100000 for $100.00 CAD )
currencystring, requiredtransaction currency, 3 character code
pull_transaction_idstring, requiredid of the original pull transaction
idempotency_keystringunique value to associate with the transaction request
external_tagstringUser defined external tag

EFT only fields

These fields will only effect transactions on the EFT network.

FieldTypeDescription
descriptorstring, optionaldescriptor that will be displayed to the owner of the financial account. Usually an invoice or pay stub number
originator_idnumber, optionalAllows sending a different originator with the EFT than the default.

Response

FieldValueDescription
statusstringThe transaction status
idalphanumericThe transaction ID
financial_accountalphanumericThe encrypted financial account associated with the transaction
currencystringThe country currency for the transaction
amountnumberThe amount of the transaction
gateway_codesarrayCodes returned from the gateway. Each code is an object that includes a code and message field.
Language
URL
Click Try It! to start a request and see the response here!