#Meddy - Express Connect
1 messages ยท Page 1 of 1 (latest)
Hi ๐
This will behave the same way as standard Payment Intents. It should settle in USD
Does it work with subscription?
How should we attach this param to the subscription request body?
You're talking about this right?
https://stripe.com/docs/connect/subscriptions#transfer
Yes
This is what we get using this approach "Received unknown parameter: on_behalf_of"
Do you have a request ID you can share?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Okay sorry I was digging through our docs and there are multiple people asking questions.
No worries ๐
Unfortunately I don't think you'll be able to use on_behalf_of with Subscriptions. The way you would handle this is to listen for the invoice.created webhook event and then modify the Invoice it generates to set on_behalf_of:
https://stripe.com/docs/invoicing/connect#on-behalf-of
Our docs on subscription webhook events may prove helpful: https://stripe.com/docs/billing/subscriptions/webhooks