#Jairo
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
But I tried to create another resources, for example a PaymentIntent, and it creates normally
Hi @ember oar ๐
would you mind sharing the request ID?
The requestID field is null in the response (using SDK for PHP)
ant the requests to /payouts endpoint are not appearing in the Dashboard logs
Probably my account type cannot works with payouts? Is this resource available only for some kind of accounts?
then this means that the key you're using was rolled
you need to check the key on your dashboard
but I'm using the same key to make other operations without any error
for example creating PaymentIntents
and I can see the requests to /payment_intents endpoints in the Dashboard logs
Ok
Do you know what is the problem? ๐ฆ
the key might not have access to the payouts API
let me know if you need any more help
This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
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.
@snow kayak how may I help?
Hi again!
Now I'm trying again using a limited key that has permissions to write payouts (rk_test_rsrbItBmKFLMLbRRoEgg5Zkp0052DPxkfR), but I'm receiving same error
The client's config is:
(
[api_key] => rk_test_rsrbItBmKFLMLbRRoEgg5Zkp0052DPxkfR
[client_id] => ca_CMdwJ7i6AHrCyLNRr3pn2fCR7SgTxZcR
[stripe_account] => null
[stripe_version] => 2020-08-27
[api_base] => https://api.stripe.com
[connect_base] => https://connect.stripe.com
[files_base] => https://files.stripe.com
)
Do you know if there is something wrong here?
Hi, Im taking over my colleague, let me catch up.
@snow kayak why are you passing the client_id?
are you the Platform or the Connected Account?
We are a platform that permits our users connect their Stripe accounts
And we've recently added a feature to list client's payouts
would you mind sharing the code you're using?
And to test it, we've trying to use our own account to create payouts