Adding a payment method to the checkout page
-
Hi all
I need to add a credit card payment method embedded to the checkout page, bank gave me a code to put in the check out page;
Can some one tell me which file is the checkout page and where is it located and can I just put this straight there or I need to do more?
Cheers
Mitchellhttps://commbank.simplify.com/commerce/docs/tools/hosted-payments
Copy and paste the code snippet below directly into your web page, in the location where you want the hosted payment form to display.
Change the value of the data-sc-key attribute to your own Hosted Payments Public API Key<script type=”text/javascript”
src=”https://www.simplify.com/commerce/simplify.pay.js”></script>
<iframe name=”my-hosted-form”
data-sc-key=”YOUR_HOSTED_PAYMENTS_ENABLED_PUBLIC_KEY”
data-name=”Jasmine Green Tea”
data-description=”Smooth tea with a rich jasmine bouquet”
data-reference=”99999″
data-amount=”3000″
data-color=”#12B830″>
</iframe>
- The topic ‘Adding a payment method to the checkout page’ is closed to new replies.