ACH Receipt APIs enable customers to generate receipt data and send receipts via email through the PayTrace API.
B2B Payment 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
string
Loading...
X-Integrator-Id
string
Maximum:
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
string
Maximum:
12Loading...
Request Schema
to required
Example:
example@gmail.com,example1@gmail.com
Loading...
cc
Example:
cc@gmail.com,cc1@gmail.com
Loading...
bcc
Example:
bcc@gmail.com,bcc1@gmail.com
Loading...
from_name
string
Loading...
reply_address
string
Example:
my-reply@gmail.com
Loading...
comment
string
Example:
this is a simple comment
Loading...
ach_transaction_id required
string
Loading...
Example Request
Example Response
200 Successful Response
422 Validation Error