#Vincent P.

1 messages · Page 1 of 1 (latest)

fiery tundraBOT
humble smelt
#

Hi there

#

Are you planning on using Stripe Billing (Subscriptions through Stripe)?

orchid tangle
#

Hello, we already have a billing system embedded in our back office and we use stripe to handle online payment

humble smelt
#

Hmm okay

#

I don't quite understand the question then

#

Yes each different payment will have a different ID

#

It will have a separate Invoice and PaymentIntent specifically

#

You can set metadata on either of these if you want

#

To map to your own system

#

If that doesn't answer your question then can you give me more details or show me a specific example and tell me exactly what you would like to have happen?

orchid tangle
#

Thank you for this feedback ! Actually, before doing the payment our system will be generated the Invoice ID for the future installment and we would like to automatically link them to the upcoming payment (paymentintent) within Stripe without having any without doing it at every payment

mystic crow
#

To clarify, is this a Stripe Invoice object or are these objects and invoices your own and have IDs from your system?

#

Unfortunately I don't think we have other similar settings like that. So you might need to have the ID on your side and then add it to the metadata of these objects in either their creation API call or in an update API call later.