B2B API Specification

Version version: 3.2.8

production
sandbox

B2B Payment API

Email Receipt

Email Receipt

post /v3/receipt/email

This method can be used to send a transaction receipt in an email.

Parameters
X-Integrator-Id
string
Maximum:
12

Loading...

X-Permalinks
string
Maximum:
4

Loading...

Request Schema
email required
string^[A-Za-z0-9\.\+_-]+@[A-Za-z0-9\._-]+\.[a-zA-Z]{2,}$1 to 50 characters
Example:
email@domain.com

Loading...

transaction_id required
string
Example:
123456789

Loading...

Example Request
{
  "email": "email@domain.com",
  "transaction_id": "123456789"
}
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.