#Tanmoy
1 messages · Page 1 of 1 (latest)
Hi
And it's working fine. But with one of my account, I'm not getting any products.
What is the difference with the other account. That means you don't have product in that account... that's probably an option
Can you share the accountId ?
But I've products on that account.
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_0nn2hIvJumL2Bl
You have products in your account in fact.. can you log the response ?
I don't have any response with this request.
No you should have... what is the difference with the other account that is working ?
Account that's working:
Stripe\Collection Object
(
[object] => list
[data] => Array
(
//has all products as array here...
)
[has_more] =>
[url] => /v1/products
)
Not working:
Stripe\Collection Object ( [object] => list [data] => Array ( ) [has_more] => [url] => /v1/products )
I've multiple stripe test account.
so what's is the difference between these test accounts? why for one Account is working an another isn't? what is the difference in your code ?
There is no difference in my code. I'm using same code for both account. It was not working with my stripe account. Then I created another one then it worked.
Can you share a complete working code ?