#davehogan

1 messages · Page 1 of 1 (latest)

scenic kestrelBOT
latent mirage
#

Hi 👋 I don't believe so, are you referring to the phone field that is found inside the individual and company hashes on an Account object?

sonic anvil
#

Correct

#

It seems to reject some phone numbers but not others and we're trying to write regex to handle that

latent mirage
#

Gotcha, I've not had any luck finding anything, and I suspect that format may change from country to country. Do you have an example of a request that returned an error based on the format you used that I could take a closer look at?

sonic anvil
#

invalid_request_error - individual[phone]
"03031237300" is not a valid phone number

#

We want to validate phone numbers to prevent that error ever making it to Stripe

latent mirage
#

Apologies, I was referring to the ID that we generate for each request we receive:
https://support.stripe.com/questions/finding-the-id-for-an-api-request#:~:text=Using the dashboard,the dashboard URL as well

scenic kestrelBOT