Local Payment Methods
Configuration
Before you can accept Local Payment Methods, you will need to ensure you have completed the following steps:
- 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.
- Generate a client token on your server
- You will use the client token when you initialize your components
- 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.
- Create a local payment transaction on your server
- Configure Braintree webhooks
- Process a local payment transaction in sandbox or production successfully
Next Page: Client-side →