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
Headers
apikey
string | null
default:
Path Parameters
payment_system_transaction_id
string
required
Query Parameters
cancel_subscription
boolean
default:
false
Response
200 - application/json
The response is of type
any
.
Decline transaction
Transaction Information