Braintree

Generated from:

Create a POST request to the Braintree API to create a transaction

Request

POST

URL

https://api.braintreegateway.com/merchants/{{MERCHANT_ID}}/transactions

Headers

AuthorizationBasic {{BASE64_ENCODED_API_CREDENTIALS}}
Content-Typeapplication/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.