Documentation Index
Fetch the complete documentation index at: https://docs.trymaven.com/llms.txt
Use this file to discover all available pages before exploring further.
Connecting Braintree
Maven connects to Braintree using your Merchant ID, Public Key, and Private Key. These credentials allow Maven to create transactions and vault customers on your behalf.Prerequisites
- A Braintree merchant account
- Merchant ID, Public Key, and Private Key
- A Maven app
Getting Your Credentials
Log in to Braintree
Go to Braintree Control Panel and log in.
Connecting in Maven
Go to Payments
In the Maven Dashboard, navigate to your app and click the Payments tab.
Enter Credentials
- Merchant ID: Your Braintree Merchant ID
- Public Key: Your Braintree Public Key
- Private Key: Your Braintree Private Key
Sandbox Testing
For testing, use Braintree Sandbox credentials. Create a sandbox account at braintreepayments.com/sandbox. Use sandbox credentials withmvn_test_ API keys to test without real charges.
Processor Response Fields
Charge Mode
| Field | Description |
|---|---|
braintree_transaction_id | Transaction ID |
braintree_customer_id | Customer ID |
braintree_payment_method_token | Payment method token |
card_brand | Card brand |
card_last4 | Last 4 digits |
Tokenize Mode (Vault)
| Field | Description |
|---|---|
braintree_customer_id | Vault Customer ID |
braintree_payment_method_token | Payment Method Token |
card_brand | Card brand |
card_last4 | Last 4 digits |
