richnologies / ngx-stripe

Angular 6+ wrapper for StripeJS
MIT License
219 stars 77 forks source link

createCustomer #47

Closed iiian closed 5 years ago

iiian commented 5 years ago

Why is it not possible to create a customer with this library?That would be a useful feature.

dottodot commented 5 years ago

ngx-stripe is only a wrapper for stripe.js (https://stripe.com/docs/stripe-js/reference) and creating customer isn't part of that, this needs to be done server side using the appropriate library.

https://stripe.com/docs/api/customers/object