#bt-tr_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1257518526483398748
đ Have more to share? Add details, code, screenshots, videos, etc. below.
How did you call Stripe API? Could you share the code?
$stripe = new \Stripe\StripeClient(config('app.STRIPE_API_KEY'));
$balance = $stripe->balance->retrieve();
When i call the method retrieve() then return error
If you try to call the API directly using cURL or postman, does it work?
When check with postman it working!
Did you server block the Stripe IP addresses? https://docs.stripe.com/ips#ip-addresses
I will check it
My server not block the Stripe IP
Is your server on local machine or the hosting provider?
it is a aws
Since the request has not been made to Stripe, the issue is likely with the connection issue prior to reaching to Stripe API. I'd recommend checking with the server hosting provider if they block Stripe IP addresses. Some example: https://stackoverflow.com/questions/64012011/laravel-cannot-not-connect-to-stripe
Thanks you for your support i had been find the error the reason is my server had block port 443