Braintree - create customer with Paypal details -


we studying feasibility of using braintree payment gateway 1 of our client.

one of our requirement create persistent customer specific payment method/s (paypal, credit/debit etc) using braintree java api. registered customer account debited , amount transferred client's account , when need arises.

we have following queries.

  1. is there constraint/limitation country customer can belong to? example, can create customer in braintree resident of india or china? can braintree transfer amount customer's account in india client/merchant's account in usa , vice versa?

  2. in braintree sandbox account can create new customer credit card payment method. how can create customer paypal payment method in sandbox?

  3. i have gone through braintree customer.create() java api. using customer.create() api can create new customer credit card details. how can create new customer paypal details using api call? can provide customer's paypal account details while calling customer.create()?

  4. once customer created , payment method details verified customer can subsequent amount transfers customer client/merchant's account happen without customer have authorize each transaction?

thanks.

i try answer questions i'm not braintree ninja.

  1. i think yes there charges on top of normal fees (known currency conversion charges).
  2. you can't create paypal payment method in sandbox (i don't know reason) can in production account.
  3. when users choose paypal payment, after successful authentication token returned can save in database future transactions (without authentication).
  4. i didn't last question, let me answer understood(i guess mean authentication again or providing details again). if customer agrees have payment method vaulted no, won't have authorize transactions in future long don't cancel payment method.

update: forgot answer first part of question no. 1, per faqs braintree accepts payments everywhere.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -