B2B API Specification

Version version: 3.2.8

production
sandbox

B2B Payment API

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
string

Loading...

X-Integrator-Id
string
Maximum:
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
string
Maximum:
12

Loading...

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
{
  "to": [
    "example@gmail.com",
    "example1@gmail.com"
  ],
  "cc": [
    "cc@gmail.com",
    "cc1@gmail.com"
  ],
  "bcc": [
    "bcc@gmail.com",
    "bcc1@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.