#Murali-Custom

1 messages · Page 1 of 1 (latest)

polar hemlock
#

Stripe Account header is only for Standard Account and Direct Charge flow

twin lily
#

Can you give me Stripe Docs links that says its only for Standard accounts?

#

@polar hemlock ?

polar hemlock
twin lily
#

so are you saying no need to use StripeAccount header for custom accounts?

polar hemlock
#

Yes. For Express and Custom accounts, you would want either Destination Charge or Separated Charges and Transfer flows instead

#

You would need other parameters. But they are different flow than Direct Charge

twin lily
#

I m working on custom connect and issuing

#

I believe there is No charges concept in issuing

polar hemlock
#

Can you provide which Doc are you following?

twin lily
#

Open this link and go to create card holder API call

polar hemlock
#

Oh I see this is Issuing!

twin lily
polar hemlock
#

Sorry disregard my message above. For Issuing yes! you need the Stripe Account header for Custom Accounts. It's a bit of special use case, while everywhere else is different

twin lily
#

ok

#

If we include StripeAccount header in API calls its working some time and sending irrelevant response.

polar hemlock
#

Which irrelevant response?

twin lily
#

ex: if I pass stripeAccount header to get all transactions list

#

its not giving response

polar hemlock
#

Hmm I seeing it's commented out

twin lily
#

yes, its not working so I commented

polar hemlock
#

And you have some transactions definitely? Can you give an example id?

twin lily
#

ipi_1LUVIQJhE2tXq2CUG3P3Rpdr

polar hemlock
#

This is belonged to acct_1L5ZBrJhE2tXq2CU, which is your Platform account, correct?

twin lily
#

yes

polar hemlock
#

Then it's expected to not be returned if you use the Stripe Account header, isn't it? Using Stripe Account header = looking for objects inside that specified Connected Account

twin lily
#

"message": "No such issuing cardholder: 'ich_1LSfbmJhE2tXq2CUjsEdrLod'",

twin lily
#

making a transaction also a stripe API call

#

fetching transactions list also a stripe API call

polar hemlock
#

Could you elaborate on how did you make that transaction?

twin lily
#

I create a test virtual card and used it on Stripe Checkout

polar hemlock
#

Can you paste the request id of creating Checkout Session?

twin lily
#

I am going to make another transaction and give you the details

#

cs_test_a1YiXKDsXVSs0Y3YHYA1buskKGGIz2jBqhxFb4ZjvRDxehFgg4YAq450ir#fidkdWxOYHwnPyd1blpxYHZxWjA0STBfR3dPbUA3cV10N0ZQMFd8UUk9SWZpbmtPX188Mmo2aHxGNX9SMHdsQUJEVVZLX0BPNU9UY3JwNWlUYVFdZkFdR2dsQ2NNMn9sTWBRQ0J1REJjNkB8NTUxcGdcMjBNUycpJ2N3amhWYHdzYHcnP3F3cGApJ2lkfGpwcVF8dWAnPyd2bGtiaWBabHFgaCcpJ2BrZGdpYFVpZGZgbWppYWB3dic%2FcXdwYHgl

polar hemlock
#

This is the request you created it

#

You would need to use a Stripe Account Header too, to make this a Checkout Session on the Connected Account

twin lily
#

No

#

What If I want to use my virtual card on some other ecommerce site

#

Thank you @polar hemlock