#scedroni_webhooks

1 messages ยท Page 1 of 1 (latest)

celest gobletBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1242143993987596339

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

visual cairn
sweet fiber
#

thank you, do you mean something like stripe trigger checkout.session.completed --override session:mode=subscription --override line_item:price=price_12345?

visual cairn
#

If that is a price that exists on your account that is configured for recurring payments. You also might need to override the product since they have to be related

sweet fiber
#

I am trying this stripe trigger checkout.session.completed --override checkout_session:mode=subscription --override line_item:price=price_1JZJ2JG0R8GBrAcN0tPftJJR but with no success

#

price_1JZJ2JG0R8GBrAcN0tPftJJR is the id of a Price in test mode

#

I am getting " "message": "You can not pass payment_intent_data in subscription mode.","

visual cairn
#

Ah. yes that is also occurring in the fixture I shared earlier

#

At this point I think it might be easier to build and use your own fixtures.

sweet fiber
#

can you give me pointers please?

visual cairn