Generated from:
Create a POST request to the Braintree API to create a transaction
URL
https://api.braintreegateway.com/merchants/{{MERCHANT_ID}}/transactions
Headers
| Authorization | Basic {{BASE64_ENCODED_API_CREDENTIALS}} |
|---|---|
| Content-Type | application/json |
Body
{"amount":"10.00","paymentMethodNonce":"nonce_from_the_client","options":{"submitForSettlement":true}}This request was generated from:
Create a POST request to the Braintree API to create a transaction
Generate your own →Type any API. Get a production-ready request. No login required.