:birthday_party_parrot::beetle::facepunch: Stripe ...
# ask-a-descoper
t
birthday party parrot🪲👊 Stripe Phone Number Data Quality --> Overcoming their laziness. Stripe admits unwillingness to ensure phone data quality from apple pay Any Subscription business using Stripe and OTP for product access should expect bad phone data coming from Apple pay payments. How we solved for it >>> Go Deeper in the sub thread.
🙌 1
birthday party parrot 1
1. Quick & Temporary: We’re using a simple approach for phone numbers, assuming US format (+1 & 10 digits) due to our focus on US, CA, LA based customers. Also, we’ve added a custom attribute in Descope for Stripe customer_id and logic for PII updates. It’s not perfect but works for now, and we’ve documented it for future refinement. 2. Better (but more work): Later, we’ll fetch ISO country codes by expanding the Payment Method object to access
billing_details.address.country
in Stripe. See docs. 3. Long-term Solution: We aim for a lightweight customer management system with entity resolution, which will enable us to create a reliable, unified customer profile using data from all our systems, plus additional insights and automation.
b
Thanks, Laura for the details!