Stripe: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 294: | Line 294: | ||
== Troubleshooting and Issues == | == Troubleshooting and Issues == | ||
'''Pending payment did not trigger''' | |||
Pending payments will not work with the Stripe ApiKey connection method (i.e. test mode). | Pending payments will not work with the Stripe ApiKey connection method (i.e. test mode). | ||
'''Stripe payment form does not show" | |||
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"> | ||