Skip to main content
Question

How do I embed Stripe pricing table in Interfaces?

  • August 15, 2024
  • 2 replies
  • 38 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.

 

 

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • August 15, 2024

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.

zaki_readylogic
Forum|alt.badge.img+1

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