ACH Receipt APIs enable customers to generate receipt data and send receipts via email through the PayTrace API.
ACH Receipt
Get ACH Transactions Receipt
get /v3/checks/receipt/{ach_transaction_id}
This method can be used to get ACH transaction receipt by transaction id
Parameters
ach_transaction_id required
Type
stringLoading...
X-Integrator-Id
Type
stringMaximum Length
12Loading...
Example Response
200 Successful Response
422 Validation Error
Send ACH Transaction Receipt via email
post /v3/checks/email/receipt
This method can be used to send an ACH transaction receipt via email.
Parameters
X-Integrator-Id
Type
stringMaximum Length
12Loading...
Request Schema
to required
Type
Example
example@gmail.com,example1@gmail.comLoading...
from_name
Type
stringLoading...
reply_address
Type
stringExample
my-reply@gmail.comLoading...
comment
Type
stringExample
this is a simple commentLoading...
ach_transaction_id required
Type
stringLoading...
Example Request
Example Response
200 Successful Response
422 Validation Error