#pagdas
1 messages · Page 1 of 1 (latest)
Can you share more details ?
yes
im working with django frame work but this is my html code {% block content %}
<h1>Pantelis</h1>
<script async src="https://js.stripe.com/v3/"></script>
<stripe-pricing-table pricing-table-id="prctbl_1MwjoOC0KuEJ2RHeJaCkXHFS"
publishable-key="pk_test_51Mo2DzC0KuEJ2RHe9PvUJlkXvwUgiKHWsEKLoJT4LUk7ijfCmjNMVofMiiB4aZTqSuUq2nWXfFyym0M0bsUS4Orq00yAGQUQtk">
</stripe-pricing-table>
{% endblock content %}
and i can send you an ngrok url
with my test site that im currently wokring
We don't know a lot about Django in this channel. Did you tried to load the pricing table in a normal HTML integration?
Share a ngrok and I'll check if I can find something particular.
yes
ok
normal html im getting this code Something went wrong
There was an unexpected error. Please try again later.
in the html
Can you share how you are integrating the pricing table in a normal html page ?
Are you running a HTTP local server and serving that html file ?
https://stripe.com/docs/payments/checkout/pricing-table#limitations:~:text=Testing the pricing,server npm module.
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
What do you mean?
im trying to add an Embeddable pricing table to my django project lets say
but the problem is that im not able to see the table
Yes, I understand. Let me check the page.
ok thank you
Have you been able to answer this question from my colleague?
what question ? if im running it locally no due to the fact that you able to see my website via ngrok
Are you showing the page with the Pricing Table inside an iframe?
Oh, you might need to fetch the dedicated pricing-table.js script: https://stripe.com/docs/payments/checkout/pricing-table#handle-fulfillment-with-the-stripe-api
give me a sec to check it out please
This basically <script async src="https://js.stripe.com/v3/pricing-table.js">
what do you mean so right now when a news subscription is created how i will be able to save it to my models
Sorry for confusion.
Is there any issue with webhooks?
no
i will start building it right now i hope that we will not have any confusion hahahahhaha
again thank you very much for your support i hope that you will have a great day
Happy to help. Please, let me know if you have any other questions.