#Seth Holladay
1 messages ยท Page 1 of 1 (latest)
Checkout does in the payment_intent_data.transfer_data parameter here:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-transfer_data
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The Customer portal isn't used to make direct charges so I don't think you need to configure it for that
My use case is for subscriptions. As I understand it, I think that parameter only applies to one-time payments?
Ah yes, currently that is not supported with Checkout
Okay and what's the best way to request that as a feature?
Shoot, I already sent an email to support. ๐ Awesome that it is already supported, though! Thank you. That's helpful.