#rahul_21724

1 messages · Page 1 of 1 (latest)

ancient sparrowBOT
mild wyvern
#

Hi, let me help you with this.

restive crater
#

Hi

mild wyvern
#

I am not sure I follow what you're trying to do.

restive crater
mild wyvern
#

Could you please share an example?

restive crater
#

Yes
When attempting to fetch all records from Stripe, only entries with a £72 charge are returned in the response, and zero-amount invoices are not included.

#

I need to retrieve all transactions for the user, but I am unable to find an API that returns both types of records.

mild wyvern
#

0 GBP Invoices don't generate a PaymentIntent/Charge, therefore you can't retrieve it.

restive crater
#

If I manually create a receipt on the Stripe website, will this API return that receipt even if no invoice is created?

mild wyvern
#

What do you mean by "manually create a receipt on the Stripe website"?

#

GET /v1/invoices only lists Invoice objects

restive crater
#

Basically, if I go to the customer's profile on Stripe (https://dashboard.stripe.com/test/customers/) and manually charge an additional amount for some reason, will this transaction be included in the list of invoices returned by the https://stripe.com/docs/api/invoices/list API? will this API return that receipt even if no invoice is created?

mild wyvern
#

If you haven't created an Invoice, then no. It will only create a PaymentIntent object for one-off charges like this.