#frank ocean
1 messages ยท Page 1 of 1 (latest)
Hello ๐
I don't think we currently support manual capture for subscriptions via PaymentLinks ๐ฆ
https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-subscription_data
Thanks for the quick response. Is there a way I can achieve this workflow with something else?
Hmm the only alternative I can think of is
1/ Using a webhook to listen for invoice.* events
2/ Once an invoice is created, you can update the PaymentIntent associated with the invoice to catpure_method: manual
However, I've not tested ^ myself so not sure if that'd work as intended. Would recommend giving it a go in test mode and see if that helps.