#stripe_connect_platform
1 messages · Page 1 of 1 (latest)
Let me take a look
Stripe Connect. It is a payment to a Connect account
The Payment Link was created via the Payment Link API via our app and we put the metadata on it so we can get it on the webhook.
If you're expecting the top-level metadata you set on a Paynent Link to be copied down to the Payment Intent then that's not how it works - right now setting that top-level metadata copies it to the CHekcout Session, not the Payment Intent
OK. Got it. Thank you.