braintree / braintree_ruby

Braintree Ruby library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
446 stars 195 forks source link

stupid question #146

Closed justinemar closed 7 years ago

justinemar commented 7 years ago

Stupid question... are the credentials different from https://developer.paypal.com/docs/accept-payments/express-checkout/ec-braintree-sdk/testing-go-live/ruby/ which support philippines

bluk commented 7 years ago

The credentials are different for this SDK if your merchant account is with Braintree versus Express Checkout with Braintree SDK. Both solutions use the same SDK but the setup is slightly different. Express Checkout with Braintree SDK supports the Philippines for taking PayPal payments.

If you are using Express Checkout with Braintree SDKs, you can follow the instructions here. You will need to get an access token. Please ensure that you construct the Braintree::Gateway with the access token as described here.

Note if your account is with Braintree, you can follow the developer docs here.

Hope that helps! If you have additional questions, please feel free to leave a comment or contact PayPal Support for Express Checkout or account related questions.