AndreasH Posted May 23, 2023 Share Posted May 23, 2023 I have a merchant account with the company Intergiro which provides cheaper fees than Stripe and PayPal in relation to accepting card payments online. So I'm trying to add their third party check out tag to my website, so that any income channels directly to my account with Intergiro and for a lower fee. Intergiro provided me with the code below. I've inserted my own public API key and also inserted the url-to-done-page, and then tried to insert it all in both the code block and the embed block. In both cases nothing happens. I am not familiar with code, so is anyone able to see what might cause this to not work? <!DOCTYPE html> <html> <head> <script type="module" src="https://merchant.intergiro.com/intergiro-ui.esm.js"></script> <script nomodule src="https://merchant.intergiro.com/intergiro-ui.js"></script> <link href="https://theme.payfunc.com/intergiro/index.css" rel="stylesheet"> </head> <body style="width: 100%; max-width: 20em; margin-left: auto; margin-right: auto;"> <main> <form action="<url-to-done-page>" method="get"> <intergiro-checkout items=150 currency="EUR" charge="auto" api-key="<public.api.key>"> </intergiro-checkout> </form> </main> </body> </html> Link to comment
tuanphan Posted May 25, 2023 Share Posted May 25, 2023 Can you share link to page where you have problem? We can check code easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
AndreasH Posted June 6, 2023 Author Share Posted June 6, 2023 I found someone that could help me, but thanks for replying! tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment