v1
latestOpenAPI 3.0.02026-07-2436163302.7 KBSubmit a business response
Submit a business response to a previously received transaction.
Business response must reference the transaction you want to respond to.
Use /response endpoint to submit a business response.
post/v1/transactions/response
Request body
Example request
{
"note": "This is my HTML <e>enabled</e> note.",
"tax_reason": {
"code": "S01",
"description": "S01",
"tax_reason_details": [
{
"code": "S01",
"note": "S01"
}
]
}
}Response
Accepted - business response was successfully submitted for processing.