What is it? A reinitiate bank transfer request retries a previous ACH sale that was returned.Documentation Index
Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
Use this file to discover all available pages before exploring further.
ScenarioBen purchased an item for $150 using his checking account at Maple Street Coffee, one of Clearpath Payment’s acceptors. Clearpath Payments submits a request to initiate a bank transfer from Ben’s bank account ending in 5678. Two days later, Ben’s bank returns the transaction with an R01 return code. Clearpath Payments retries the transaction in their next billing cycle.
Steps
-
Call the reinitiateBankTransfer mutation, passing in the required and optional input fields:
Required input Description acceptorIdThe unique, 36 character identifier assigned to the entity providing the goods or services to the customer. Other processors may refer to this as the Merchant ID (MID), Outlet ID, or Customer number. paymentIdThe unique ‘paymentId’ of the bank transfer transaction that is to be reinitiated. transactionIdThe unique ‘transactionId’ of the specific transaction within the payment that is to be reinitiated. transactionReferenceThe unique transaction identifier created by YOU to distinguish this transaction from another. -
The response will include a new
transactionIdand will share the same fields as the initiateBankTransfer. The paymentId will be the same.