#gaz_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1214445105662918716
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
It depends on which API exactly are you using. You probably can find the format required in the API Reference by looking at the API you use
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Well the API does accept the numbers, that isnt a problem and I can see the numbers going through into the customer profile. It's moreso just, to get the notifications working
Is that Create Customer API? Yes I believe it's just to save the data into the Customer object
Yeah just updating it using Customer.modify()
But then once the number's in there, what feature can I check to see if the number will work for notifications?
Which notification you mean?
Well I've been told Stripe can use the entered mobile number to alert customers about failed payments
I don't think so. Who and where exactly have you been told?
My product manager aha
I see
Well is there anything we can do with the customer number besides just storing it? Like are there any features like that?
It's mostly for displaying in Invoice or shipping if you are required to (some country actually requires merchant to do so)