#MrMole-twillio-integration
1 messages ยท Page 1 of 1 (latest)
Hello ๐
I'm not sure how twilio handles integration with Stripe. You'd probably want to chat with their support to know more on this.
Can i fetch customer details only by phone?
For example, i send phone number to backend and on that endpoint my backend fetch customer with that phone number
I don't think that's supported using Stripe's Customer API
You can store customer IDs and their phone numbers on your backend (in a database)
Then look up the customer ID by the phone number before sending a request to Stripe