#Jayho

1 messages · Page 1 of 1 (latest)

simple lynxBOT
dusk wind
cold parrot
#

is it possible to do this via query params / non-programmtically? ideally just want to use the url generated from stripe's portal

dusk wind
#

We don't copy the metadata set on checkout to underlying subscription automatically. If you only care about the user ID on your client side then you can pass the Checkout Session ID as query parameter and retrieve the Checkout Session

We have docs on this
https://stripe.com/docs/payments/checkout/custom-success-page

cold parrot
#

gotcha, will take a look, thanks @dusk wind