#William-API
1 messages · Page 1 of 1 (latest)
Hi there, what do you mean by not working?
Hi there, what do you mean by not working? is there an error message?
ok, while getting the account info. The email value returns null and fails validation
Any idea how to add this email to the account?
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.
req_ZqiDdZN1cDqGXk
I see the response is 200, so there's no error with the request
Is this /v1/accounts API call a separate question in addition to the publishable key?
No, but the third party module we are using validates that the api values are correct and the connection is successful when the returned account email is not null
Can you tell me more about it? You can explain the whole flow to me
We are using stripe php api module and test the stripe connection calling the Account method and then check if the account object has a email value in it.
OK, how do you set the account's email address?
Well i used to be a value that comes from this same call with the old api keys
Can you send me the request ID?
No. sorry. we no longer have access that account
I'm unable to help you without the request ID
ok, i changed the site to live mode with they new keys and this actually returns the email value req_6O9t0404xw4gpr
Ok, is your problem resolved?
I need the request ID in test mode so that I can dig further.
Here req_CHuZ3Wwu39iJn8
This is the request to get the account, I need to the request to set the email address for the account
This value can be set manually in the dashboard?