Send Transaction Receipt
Send a payment receipt for a transaction.
GET
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Path Parameters
ReferenceId for the transaction (PaymentId).
Example:
"45-as456777hhhhhhhhhh77777777-324"
Query Parameters
Email address where the payment receipt will be sent.
If not provided, the email address in file for the user owner of the transaction will be used.
Response
200
application/json
Success
Boolean indicating whether the operation was successful. A true
value indicates success. A false
value indicates failure.
Example:
true
Response text for operation: 'Success' or 'Declined'.
Example:
"Success"
Auxiliary validation used internally by payment pages and components.
Example:
null
Was this page helpful?