Skip to main content
Braintree, a PayPal service, provides payment processing with native support for PayPal and Venmo wallets.

Processor Details

Payment MethodsCards Apple Pay Google Pay Venmo
Supported CurrenciesCurrency list
Metadata Mapping✓ (Limited)
Network Tokens✓ (Contact your Braintree representative to enable)
Fraud Support✓ (Premium Fraud Management Tools)
3DS Support
3RI Support✓ (Mastercard only)

Integration Guide

1

Open Braintree Control Panel

Log in to the Braintree Control Panel and navigate to Settings → API
2

Copy credentials

Under API Keys, select a Private Key and click View. Copy the Public Key, Private Key, and Merchant ID
3

Add integration in PayNext

In Dashboard → Integrations, click Add new integration → Braintree → Connect
4

Enter credentials

  • Name: Label for this connection (e.g., “Braintree US”)
  • Public Key, Private Key, Merchant ID: Values from Braintree
  • Network Tokens: Enable if activated by your Braintree account manager
5

Save

Click Connect to complete the integration

Metadata Mapping

Braintree supports limited metadata fields:
Braintree fieldPurpose
device-dataRequired to enable Fraud Management Tools
descriptor.nameStatement descriptor
descriptor.phonePhone on statements
descriptor.urlURL on statements
See Metadata Mapping for configuration instructions.

Premium Fraud Management Tools

To use Braintree’s Premium Fraud Management Tools:
  1. Create a Tokenization Key in Braintree Control Panel under Settings → API
  2. Collect device data using Braintree’s data-collector library
  3. Store the deviceData string in payment metadata
  4. Map your metadata key to Braintree’s device-data field
Verify device data is captured: Check the authorized payment payload in PayNext dashboard. The request should include:
<device-data>{"correlation_id":"00accdc7-f2e8-4f30-be2c-9733deb8"}</device-data>
The response should contain:
<device-data-captured type="boolean">true</device-data-captured>
You can also verify in the Braintree dashboard by clicking on the transaction details.

Testing

Braintree testing guide — Test cards and payment scenarios.