#taysonvo
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Can we get payment record for specific subscription @mighty flame (assume that customer have multiple subscrptions)? or can just get follow customer only
do you mean all the invoices of a certain subscription?
you can filter invoices by subscription https://stripe.com/docs/api/invoices/list#list_invoices-subscription or by customer https://stripe.com/docs/api/invoices/list#list_invoices-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
oh, I mean payment transaction, not invoice @mighty flame , thanks.
it's the same for subscriptions
each subscription cycle payment is represented by an invoice
ah, I got it, thanks for helping
Hi! I'm taking over my colleague. Please, let me know if you have any other questions.