Skip to main content
Question

How do I embed Stripe pricing table in Interfaces?

  • 15 August 2024
  • 2 replies
  • 14 views

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 @JamesVetCX 

Help link for using the Zapier Interfaces Component: Embed

  • Paste the embed code into the HTML field.
    Only iframe code can be used.

Hello @JamesVetCX 

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 


Reply