Braintree Auth (Beta)

Brandinganchor

availability

Braintree Auth is in closed beta. Contact us to express interest.

Braintree Auth and the Connect with Braintree flows are a unified PayPal and Braintree merchant experience. The merchant-facing brand is therefore PayPal powered by Braintree. Please use the following guidelines and assets when referencing this service on your platform or on any marketing sites or materials.

When referencing PayPal powered by Braintree in your dashboard, use one of the following logos:

PayPal powered by Braintree
  1. HTML
<img src="https://s3-us-west-1.amazonaws.com/bt-partner-assets/paypal-braintree.png" alt="PayPal powered by Braintree"/>
PayPal powered by Braintree
  1. HTML
<img src="https://s3-us-west-1.amazonaws.com/bt-partner-assets/paypal-braintree-vertical.png" alt="PayPal powered by Braintree"/>

Payment methodsanchor

Show that all major credit/debit cards and PayPal payments can be accepted:

Accept Visa, Mastercard, Discover, American Express, and PayPal payments
  1. HTML
<img src="https://s3-us-west-1.amazonaws.com/bt-partner-assets/payment-methods.png" alt="Accept Visa, Mastercard, Discover, American Express, and PayPal payments" width="241" height="27"/>

For credit/debit cards only, use:

Accept Visa, Mastercard, Discover, and American Express payments
  1. HTML
<img src="https://s3-us-west-1.amazonaws.com/bt-partner-assets/payment-method-cards.png" alt="Accept Visa, Mastercard, Discover, and American Express payments" width="192" height="27">

Description and FAQanchor

When displaying the Connect with Braintree button we recommend adding copy to help the merchant understand why they need to take action. We have also created a generic learn more link to answer frequently asked questions.

If you intend to create transactions for merchants, we recommend using:

  1. HTML
<p>To start accepting credit/debit cards and PayPal, click Connect with Braintree.</p>

<a href="https://www.braintreepayments.com/partners/learn-more" target="_blank">Learn more</a>

If you intend to connect with Braintree merchants without running transactions, then a simple call to action is all that's needed:

  1. HTML
<p>Click Connect with Braintree to link your account.</p>

<a href="https://www.braintreepayments.com/partners/learn-more" target="_blank">Learn more</a>

Buttonanchor

Display the Connect with Braintree button to allow merchants to connect to your platform:

Connect with Braintree

The preferred method for adding this to your page is to use the braintree-oauth-connect.js library. Alternatively, you can manually add the image to your page:

  1. HTML
<img src="https://s3-us-west-1.amazonaws.com/bt-partner-assets/connect-braintree.png" alt="Connect with Braintree" width="328" height="44"/>

After clicking this button, the merchant must be redirected to the unified credit card and PayPal signup form using the connect_url you generated on the server.

After the user has authorized your application and returned to your dashboard, you should not initialize braintree-oauth-connect.js or display the connect button.

Resourcesanchor

Download partner assets to host them yourself or use the provided code above.


Next Page: Reference