B2B API Specification

Version 3.2.19

production
sandbox

ACH Receipt

ACH Receipt APIs enable customers to generate receipt data and send receipts via email through the PayTrace API.

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
string

Loading...

X-Integrator-Id
Type
string
Maximum Length
12

Loading...

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
string
Maximum Length
12

Loading...

Request Schema
to required
Type
Example
example@gmail.com,example1@gmail.com

Loading...

from_name
Type
string

Loading...

reply_address
Type
string
Example
my-reply@gmail.com

Loading...

comment
Type
string
Example
this is a simple comment

Loading...

ach_transaction_id required
Type
string

Loading...

Example Request
{
  "to": [
    "example@gmail.com",
    "example1@gmail.com"
  ],
  "from_name": "string",
  "reply_address": "my-reply@gmail.com",
  "comment": "this is a simple comment",
  "ach_transaction_id": "string"
}
Example Response
200 Successful Response
422 Validation Error

Contact Us

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.