#.pacod

1 messages · Page 1 of 1 (latest)

wooden viperBOT
humble mauve
#

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.

wise island
#

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

humble mauve
#

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.

wise island
#

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)

humble mauve
#

It has nothing to do with exporting PaymentIntents. Or is it a separate question?

wise island
#

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

humble mauve
#

Are you using the Make tool for this?

wise island
#

yes

#

but it's based on the api

humble mauve
#

I don't know how it works, so I can't advice.

#

You shouldn't need to specify collection_method when listing PaymentIntents.

wise island
#

in the api its the same (bottom of the screenshot

#

oh ok

#

thank you

humble mauve
#

Oh, this doesn't change anything, You can just use this as an additional filter, e.g. "Get all Invoices that were paid automatically".

#

But again, that's when listing Invoices. This param doesn't exist on PaymentIntents.