#Andres2792 - Checkout - Sub - metadata

1 messages · Page 1 of 1 (latest)

wheat talon
#

HI 👋

#

If you are using Checkout in Subscription mode you can pass the metadata to the Subscription via the subscription_data.metadata parameter

worthy summit
#

But that pass it to the subscription object but not to the first intent itself

wheat talon
#

If you need to get it to the payment intent you can either
A) Go from Payment Intent -> Invoice -> Subscription

#

or

#

B) Update the Payment Intent on the Invoice when it's generated from the metadata on the Subscription

worthy summit
#

So no way to do it automatically from the Checkout creation API call?

#

I saw it can be done when in payment mode or setup mode

#

I was wondering if it could be done in subscription mode :/