Stripe-payments-js refers to the Stripe.js library produced by the "Stripe" company for payment processing.
Questions tagged [stripe-payments-js]
32 questions
4
votes
1 answer
Can we covert the guest customer in stripe to real customer?
I have strange situation ... I want to convert my guest customers in my stripe account to the real customers ... Real customers have the customerID but the guest customer doesn’t have the customer ID ... Is there any way to convert them.

Danish Sharma
- 77
- 1
- 4
3
votes
2 answers
How to embed Stripe Pricing tables in Angular app
Reading Stripe docs regarding the embeddable Pricing tables feature - I have constructed a pricing table following the steps as described.
This results in a code snippet that can be used to embed the hosted pricing table on one's own…

Kuyashii
- 360
- 1
- 4
- 21
3
votes
1 answer
How to use Stripe Payment Element with subscription?
I have seen examples of how to use the Card Component alongside the Stripe API to create a customer and attach a subscription, but I do not understand how to do this with the Payment Element.
I have a React app that essentially one page has the…

johnnyshrewd
- 1,038
- 2
- 12
- 29
2
votes
1 answer
how can I integrate Vue3 + Stripe + Typescript?
I am creating a Vue3 application, I am trying to integrate it with stripe, but I can't.
this is my Vue3 component:
Checkout.vue
....
...