#harshit.tyagi

1 messages · Page 1 of 1 (latest)

serene bladeBOT
short pond
#

👋 happy to help

#

it depends on how are you integrating with Stripe

#

are you using Checkout?

iron raptor
#

Yes

short pond
#

with the API there isn't really a way to filter Checkout Sessions per line item

iron raptor
#

Okay, I'll try it using sigma. So, it is not possible to fetch this information using API or from Stripe dashborad, right?

short pond
iron raptor
#

So, it is not possible to fetch this information using API or from Stripe dashboard, can you please confirm?

short pond
#

yes it's not directly available

iron raptor
#

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?

short pond
#

yes please do here

iron raptor
#

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?

short pond
#

yes

iron raptor
#

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

short pond
#

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

iron raptor
#

let me see these docs, I'll come back here if I'll have any doubt.

#

Thanks