Just a newbie question here but i need help.
How do i interface the Pricing table in Stripe to Zap. I opted for the embed code. But somehow it does not allow me. Thanks in advance to those who can help. thank you.
Just a newbie question here but i need help.
How do i interface the Pricing table in Stripe to Zap. I opted for the embed code. But somehow it does not allow me. Thanks in advance to those who can help. thank you.
Hi
Help link for using the Zapier Interfaces Component: Embed
- Paste the embed code into the HTML field.
Onlyiframe
code can be used.
Hello
Try to paste this code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pricing Table</title>
</head>
<body>
<!-- Stripe Pricing Table Embed Code -->
<script async src="https://js.stripe.com/v3/pricing-table.js"></script>
<stripe-pricing-table pricing-table-id="your-pricing-table-id" publishable-key="your-publishable-key"></stripe-pricing-table>
</body>
</html>.
Also Don’t forget to select the HTML format
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.