Relative Content

Tag Archive for node.jsstripe-payments

How to get unverified payment method list in Stripe

I am working with Stripe from last several days and Now working with get list of payment method.
When I am getting payment method by calling this api https://api.stripe.com/v1/customers/cus_9s6XKzkNRiz8i3/payment_methods, it showing all verified payment method.

Pay for subscription and one-time item at once in Stripe

A buyer wants to purchase a monthly pass (which is subscription $10/month) and some other item (which is one-time item $5). They get a total of $15, enters their credit card data, frontend gets stripe token, and then backend needs to generate payment. It supposes to charge them $15 this time and $10 every following month.

Stripe NodeJS – Update Subscription

For my application (Angular in the frontend and NodeJS in the backend) I would like to offer several subscription models. I use Stripe to pay. When I initially took out a subscription everything worked great.

Stripe API response not matching Typescript or Docs

Stripe seems to have a thorough process in place to ensure versioning of their APIs, so I’m confused why I’m getting a mismatch from the types, docs, and the actual response. I’m using the node API.