#hieutrung203

1 messages · Page 1 of 1 (latest)

worldly latchBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

river marten
#

hello! you can make a request with the StripeAccount header to retrieve the list of Charges

steep pivot
#

do you have a document?

river marten
#

https://stripe.com/docs/api/charges/list
https://stripe.com/docs/connect/authentication or you can set the StripeAccount header when initializing the StripeClient too

$stripe = new \Stripe\StripeClient(
  [
    'api_key' => 'sk_test_...',
    'stripe_account' => 'acct_...'
    ]
);

Learn how to add the right information to your API calls so you can make calls for your connected accounts.

steep pivot
#

thanks alex

#

hey alex

#

i have a question

#

can i add EXTERNAL ACCOUNTS via stripe element? because i try add via API, and it's error and want i use stripe js, stripe element

#

do you have document?

river marten
#

if you're referring to creating an external account for a debit card, you can use the Card Element

steep pivot
#

no i mean add external account for connect account

#

i read a document and it's referring cannot add card via api

river marten
#

no i mean add external account for connect account

Yes I understand it's an external account for a connected account, but external accounts can be either debit cards or bank accounts

#

which are you referring to - debit cards or bank accounts?

steep pivot
#

i referring to debits cards

river marten
steep pivot
#

Wait a minute, I'll try it

#

hey, when i get a token, what should i do to add a card for connect account ?

river marten