#hieutrung203
1 messages · Page 1 of 1 (latest)
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.
- hieutrung203, 15 hours ago, 30 messages
- hieutrung203, 17 hours ago, 12 messages
- hieutrung203, 1 day ago, 31 messages
- hieutrung203, 1 day ago, 13 messages
- hieutrung203, 4 days ago, 14 messages
hello! you can make a request with the StripeAccount header to retrieve the list of Charges
do you have a document?
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_...'
]
);
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?
alex?
if you're referring to creating an external account for a debit card, you can use the Card Element
no i mean add external account for connect account
i read a document and it's referring cannot add card via api
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?
i referring to debits cards
then yes, you can use the Card Element. We don't really have any guides with Card Elements anymore, but you can probably use this as reference : https://jsfiddle.net/ywain/rprufyg5/
Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.
Wait a minute, I'll try it
hey, when i get a token, what should i do to add a card for connect account ?
alexx
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.