Questions tagged [ngx-stripe]

7 questions
0
votes
0 answers
0
votes
1 answer

How can I authenticate my customer on off-session payments(like subscription with trial end)

I will write step by step what I did and what documents I used, as follows: 1- I created a Customer and then SetupIntent public async Task CreateCustomer(Stripe.Customer stripeCustomer) { var options = new…
0
votes
0 answers

Stripe integration with Angular using ngx-stripe

I am trying to integrate Stripe payments (PaymentIntent) with Angular, ngx-stripe using this example code Angular version (14.2.0) ngx-stripe version (^14.3.0) stripe js (@stripe/stripe-js": "^1.53.0") my component.html code is;

Collection…

khawarizmi
  • 593
  • 5
  • 19
0
votes
0 answers

'"@stripe/stripe-js"' has no exported member named 'StripeElementsOptions'

Using Angular 15. "ngx-stripe": "^10.1.1" "@stripe/stripe-js": "^1.50.0", Tries with latest stripe package as well. Got the same error.
0
votes
2 answers

How to style Stripe.js custom element like my other bootstrap floating label elements

I'd like to style my Stripe.js elements (card number, Cvc, Expiry) with floating labels, to be consistent with my other bootstrap floating labels I'm using ngx-stripe as a wrapper around Stripe.js. I've been able to make them look similar to my…
chuckd
  • 13,460
  • 29
  • 152
  • 331
0
votes
1 answer

What's best way to get my Stripe publishable key into my app.module.ts file?

I'm following the ngx-stripe setup doc to use the library and the example shows the publishable key should be added to the import call as a forRoot() like this: imports: [ …
chuckd
  • 13,460
  • 29
  • 152
  • 331
-2
votes
0 answers

Google pay and apple pay not working using ngx-stripe(buttons are visible)

Error for google Pay I added my wise card in the browser for the payment but google pay says-there was error proccessing your order and apple pay says payment cannot be completed. I am using ngx-stripe library. Thanks for any help in advance.