Payment Request API
Overview
Availability
The Payment Request API is available with our JavaScript v3 SDK.
Braintree's Payment Request component can be used as an alternative (or in addition) to Hosted Fields. As with Hosted Fields, the credit card details are all securely captured and tokenized within a Braintree iframe, so the raw credit card details are never exposed on your website – keeping your PCI compliance scope to a minimum.
Supported browsers and payment methods
Depending on the customer's browser, you can accept the following payment methods via Braintree's Payment Request API implementation:
Browser | Payment Method |
---|---|
Desktop Chrome v61+ | Credit cards |
Desktop Microsoft Edge build 14992+ | Credit cards |
Android Chrome v61+ | Credit cards, Google Pay |
Note
If you would like to accept Google Pay but do not want to use the Payment Request API for regular
credit card payments, you can add a standalone Google Pay button to your checkout page by
following our Google Pay guide.