Local Payment Methods

Configurationanchor

Before you can accept Local Payment Methods, you will need to ensure you have completed the following steps:

  1. Create, verify, and link your PayPal business account in the Braintree Control Panel. In order to process Local Payment Methods, you need to have a valid PayPal business account.
  2. Generate a client token on your server
    • You will use the client token when you initialize your components
  3. Integrate Local Payment Methods on your client
    • The Local Payment Methods integration was introduced in v3 of the JavaScript SDK, v4 of the iOS SDK, and v2 of the Android SDK.
  4. Create a local payment transaction on your server
  5. Configure Braintree webhooks
  6. Process a local payment transaction in sandbox or production successfully

Next Page: Client-side