Bounce Documentation home page
Search or ask...
Search...
Navigation
Getting Started
Introduction
Products & Supported Flows
How to use the API
Direct Merchant Integration
Braintree Merchants
How it works with Braintree
API Endpoint
POST
Decline transaction
POST
Cancel transaction
GET
Transaction Information
Frontend Integration
Braintree Callback
Stripe Merchants
Generic integration
PayPal Integration
Gateway partners
Gateway partners integration
API Endpoint
Cancel transaction
POST
/
api
/
v1
/
transaction
/
{payment_system_transaction_id}
/
cancel
Try it
200
422
"<any>"
Headers
apikey
string | null
default:
Path Parameters
payment_system_transaction_id
string
required
Query Parameters
cancel_subscription
boolean
default:
false
Response
200
200
422
application/json
Successful Response
The response is of type
any
.
Decline transaction
Transaction Information
200
422
"<any>"