#Franck
1 messages ยท Page 1 of 1 (latest)
Hi ๐
You will receive all the events you listen for on all connected accounts regardless of what platform initiated the action.
Thanks, is there a way for me to triage those that I initiated ?
Yes
like a "platform_id" ๐
The application is essentially the platform ID
ooh got it, and that will be in the "event" object or the data object within it ? (i.e same level as account_id or not)
It''ll be in the data object
Codebin Paste:
Description: das
Language: json
Last Edited: 8/14/2023, 4:08:22 PM
Expires: 8/15/2023, 4:07:10 PM
I cant seem to find it
sure
pi_3Nf3WdG82aoDDcXS0fbhFVp1
I get the application for the PaymentIntent but not checkout session
Hmmm.... ๐ค
I think, because the Checkout Session isn't a movement of funds, we aren't putting the application parameter on it. Which is a little frustrating
I can raise it as a feature request to include this parameter for Connect requests
That would be great. I guess anything that can be trigerred by a platform should have that parameter
I guess my temporary solution would be to receive the chekcout, then fetch the payment intent and check for application... which isnt super efficient
yes that was going to be my suggestion as a work-around
In your experience, feature request like this are likely to get implemented ?