#harshit.tyagi
1 messages · Page 1 of 1 (latest)
👋 happy to help
it depends on how are you integrating with Stripe
are you using Checkout?
Yes
with the API there isn't really a way to filter Checkout Sessions per line item
you can checkout Sigma https://stripe.com/sigma
Okay, I'll try it using sigma. So, it is not possible to fetch this information using API or from Stripe dashborad, right?
or try our reporting features https://stripe.com/docs/stripe-reports
So, it is not possible to fetch this information using API or from Stripe dashboard, can you please confirm?
yes it's not directly available
okay, thanks
One more question I have about "Create a Checkout Session" API, should I ask here or should I create a new thread for that?
yes please do here
okay
When using "Create a Checkout Session" API, I want to link the payment with a Connect account, so I was thinking to use this parameter "payment_intent_data.transfer_data.destination" . Would it be the right way to link the payment with Connect account?
And will it automatically transfer the amount into Connect account? I don't want to immediately transfer the amount into Connect account, I want to do the transfer periodically.
I just want to link it at the time of payment
in that case you would need to do separate charges and transfers
the charges would be the normal Checkout Session without any other parameters
then you would only need to add the create transfers step