For clients using PayFrames, we have created a secure, out-of-the-box solution to allow cardholders to input credit card information online seamlessly. By leveraging PayFrames, you will keep out of PCI scope. When enabling Apple Pay, the payment options will display within the PayFrame without requiring additional integration work. It is designed this way to make it easy to use and implement, while drastically improving the customer experience.
For clients using PayFrames, we have created a secure, out-of-the-box solution to allow cardholders to input credit card information online seamlessly. Once you complete registration, the Apple Pay button will automatically appear within the PayFrame without requiring additional integration work. It is designed this way to make it easy to use and implement, while drastically improving the customer experience.
Not yet using PayFrames? PayFrames can be created in the portal or by using the APIs.
Demo
For additional guidance, set up your PayFrame inside the sandbox view so you can preview how to embed the button inside the frame.
<script type="text/javascript" src="https://test-api.payrix.com/payFrameScript"></script>
<script>
PayFrame.config.apiKey = "5e4ff3fc24164731f64541d0e429ec56";
PayFrame.config.merchant = "t1_mer_607d0c408cded2c12874f12";
PayFrame.config.hideBillingAddress = false;
PayFrame.config.amount = 100;
PayFrame.config.color = "c351e8";
PayFrame.config.mode = "txn";
</script>
Continue Reading: Payfields Solution