#alexis_code
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.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ 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/1354571099861684498
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Do you mean the customer's mailing address? Those should be populated from fields on the Invoice, or possibly the Customer. Do you have an example Invoice id that I can look at? That will look like in_abc123
I mean Stripe's mailing address. And by memo I mean the Stripe invoice #.
Example test invoice ID: in_1R70rzB10yTNLySoAGskEitS
ah i see the invoice # in the response ๐ i'd just need a way to get the address
yeah, i was told that changes from invoice to invoice? Is that not true? lol
I'm not sure. To be honest I don't think I've seen an Invoice that used paper checks in years ๐
๐
is there anyone i could ask about that? haha we unfortunately need to continue supporting paper checks for the foreseeable future
We explain this in the documentation here: https://docs.stripe.com/invoicing/paper-check-payment#lockbox-address
You can get this information in the webhook event customer.source.created and on the Source object
The example here is https://dashboard.stripe.com/test/events/evt_1QzlYOB10yTNLySomI7j3vRZ
awesome, thank you! ๐