How to retrieve a payment method on the client side? How to retrieve a payment method on the client side? angular angular

How to retrieve a payment method on the client side?


After contacting Stripe directly, it was confirmed that that's just the way it is:

I think it's just an oversight that we didn't add one.

There are similar functions in the mobile SDK so I don't see why we shouldn't have it

There are no immediate plans to add the functionality back in in the very near future,so as a workaround, I will tunnel all the data through our backend(s).


If I understand as well, I think your problem is following and the sequence of that. I hope this helps you.

enter image description here


I have implemented a payment gateway like ccAvenue with DotNet and angular, in my case, I send the data to the server, and from the server, I tried to redirect to the payment gateway, but APIs return some result, and the result can not be redirected.

So I created a web-form with implementation, I redirected my app to web-forms page and from there I called the ccAvenue page, and in the response URL, I send the response page of webforms only and after saving the response I redirected to my angular app.