Braintree Payments API
The Braintree Payments API is the core server-side interface for accepting and processing payments through Braintree's gateway. It enables developers to create and manage transactions, handle authorizations and captures, and process refunds and voids. The API supports a wide range of payment methods including credit and debit cards, PayPal, Apple Pay, Google Pay, and Venmo. Authentication uses HTTP Basic auth with the merchant's public key as the username and private key as the password. All requests and responses use XML or JSON depending on the SDK and endpoint variant used.
What You Can Do
MCP Tools
createtransaction
Create a transaction
gettransaction
Get a transaction
submittransactionforsettlement
Submit transaction for settlement
voidtransaction
Void a transaction
refundtransaction
Refund a transaction
generateclienttoken
Generate a client token
createcustomer
Create a customer
getcustomer
Get a customer
updatecustomer
Update a customer
deletecustomer
Delete a customer
createpaymentmethod
Create a payment method
getpaymentmethod
Get a payment method
updatepaymentmethod
Update a payment method
deletepaymentmethod
Delete a payment method
listdisputes
List disputes
getdispute
Get a dispute
acceptdispute
Accept a dispute