#.pacod
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
I've never heard of Make. You will need to use Stripe API or an official Stripe SDK, then you will be able to do that.
There's PaymentIntent and Invoice objects. Both can be created individually or generated by a Subscription: Subscription generates Invoices and each Invoice has an underlying PaymentIntent. It depends on your integration and what you want to achieve.
thank you
In the API doc, I see
"collection_method": "charge_automatically",
and "charge_automatically" can be remplaced by "send invoice", what will it do I I did not found this, I don't want to send Invoice or charge customer again each time I want to list invoices
I just try to export payments/invoice so I can use it woth the invoice generator for my customer billing team
That's a setting that decides how will the customers will be charged for the Subscription - automatically, or by getting an Invoice link that they need to pay manually.
You can use this API method to list all PaymentIntents: https://stripe.com/docs/api/payment_intents/list#list_payment_intents-created-gte
ok thank you
So if I understood well, I leave "charge_automatically" blank as my customers already have pay tthis (we absolutely don't want to ask them to pay another time)
It has nothing to do with exporting PaymentIntents. Or is it a separate question?
oh sorry
it's a fied in "List all invoices"
I don't understand why it ask to send or charge juste to list invoices
Are you using the Make tool for this?