Stripe: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 52: | Line 52: | ||
=== Issues === | === Troubleshooting and Issues === | ||
It has been reported that Browser IE 11 does not show the Stripe payment form when the booking page (and Stripe form) is in an iFrame unless the following Meta tag is included on the parent page. | It has been reported that Browser IE 11 does not show the Stripe payment form when the booking page (and Stripe form) is in an iFrame unless the following Meta tag is included on the parent page. | ||
<meta http-equiv="x-ua-compatible" content="IE=edge"> | <meta http-equiv="x-ua-compatible" content="IE=edge"> | ||
'''Accept Cards without CCV''' | |||
Log into your Stripe account and go to "Radar". You should be able to process charges without the CVC once you turn off that requirement in Radar. | |||