Skip to content

Braintree ​

Accept credit cards, PayPal, and digital wallets with Braintree gateway.

DetailValue
CategoryPayments
Base URLhttps://payments.braintreegateway.com
AuthenticationBearer Token
Endpoints5
Connector keybraintree

Using Braintree in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Braintree from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /merchants/{merchant_id}/transactionsCreate a transaction
GET /merchants/{merchant_id}/transactions/{transaction_id}Find a transaction
POST /merchants/{merchant_id}/customersCreate a customer
GET /merchants/{merchant_id}/customers/{customer_id}Find a customer
POST /merchants/{merchant_id}/transactions/{transaction_id}/refundRefund a transaction

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.