Andrius K
Andrius K

Reputation: 31

Braintree php integration without iframe

I want to know if it is possible to integrate braintree payments to my website with payment form on braintree website so that it works just like paypal api (user clicks checkout, I create payment object, redirect user to paypal website, user confirms payment details, goes back to my website, website triggers payment).

If anyone curious why I need this, not all users are technologically advanced and understand iframe concept, therefore they don't feel secure to put in credit card details in a form which looks like hosted on my website.

Upvotes: 1

Views: 320

Answers (1)

Shea
Shea

Reputation: 896

Full disclosure: I work at Braintree. If you have any further questions, feel free to contact support.

By design, accepting credit cards using Braintree's Drop-in UI or Hosted Fields will not function the way you have described. You can always add a Braintree badge if you'd like to reassure your customers that the payment form is secure.

Upvotes: 0

Related Questions