Framepay express methods
What are express methods?
Manual entrance of payment data like billing or delivery address could be a tiresome task for clients. To help clients with this task express methods were created. Thanks to them, transaction data is filled for the client in an automated fashion.
Express methods and FramePay
Importantly, if you want your transaction from express methods to be processed by the Payments AI gateway you need to add chosen express methods to the checkout. Below you could check configuration options for PayPal, Apple Pay and Google PayTM.
PayPal
Before you start to work on PayPal button style check the official guidelines. The following parameters can be used to configure the PayPal express method in FramePay:
paypal: {
buttonColor: ‘gold’,
buttonShape: ‘pill’,
buttonHeight: 50,
}
Apple Pay
Here you could check the official documentation related to Apple Pay configuration. Use the following parameters to configure the Apple Pay express options:
applePay: {
buttonColor: ‘white-outline’,
buttonType: ‘buy’,
buttonLanguage: ‘en-US’
}
Google PayTM
There are strict brand guidelines on how you can configure the Google PayTM button. You can check them here. FramePay enables you to change the following parameters:
googlePay: {
buttonColor: ‘black’,
buttonType: ‘buy’
buttonHeight: ‘50px’,
shippingAddressRequired: true
}