Vue Braintree PayPal button
Vue component to integrate PayPal payments through Braintree using Vault flow.
Installation
Yarn
NPM
Usage
Example: TokenGenerator.vue
Component props
env
- Type:
String
- Required:
true
- Values:
production
|sandbox
token
- Type:
String
- Required:
false
- Value: Client token from your integration to Braintree
locale
- Type:
String
- Required:
false
- Default:
en_US
- Values: Supported locales
styles
- Type:
Object
- Required:
false
- Default:
{}
- Values: Customize button
Component events
authorize
When customer authorize vault flow.
cancel
When customer cancel vault flow.
error
When an error occurs.