#anandkumar190
1 messages · Page 1 of 1 (latest)
Hi there, how can I help?
HI how to get List all customers of connected accounts . ?
Hi there, you might want call the listing customer API (https://stripe.com/docs/api/customers/list#list_customers) on each of your connected account.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'm tring this but Error Coming from stripe {"status":"Opps You Are Not Admin"}
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
$stripe = new \Stripe\StripeClient(env('STRIPE_TEST_SECRET'));
$users=$stripe->customers->all(['limit' => 100],['stripe_account' => $accountResult->account_id]);
request ID. = acct_1NOkHIR1xGFgpHFw
I just need the ID so that I can find the relent log and investigate further
hoo got it just moment