#alexis_code

1 messages ยท Page 1 of 1 (latest)

wary dockBOT
#

๐Ÿ‘‹ 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.

flat dust
#

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

blazing scroll
#

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

flat dust
#

Yep, that's right.

#

You mean the address 'P.O. Box 12345
Houston, TX 77056'?

blazing scroll
#

yeah, i was told that changes from invoice to invoice? Is that not true? lol

flat dust
#

I'm not sure. To be honest I don't think I've seen an Invoice that used paper checks in years ๐Ÿ˜„

blazing scroll
#

๐Ÿ’€

#

is there anyone i could ask about that? haha we unfortunately need to continue supporting paper checks for the foreseeable future

flat dust
#

You can get this information in the webhook event customer.source.created and on the Source object

blazing scroll
#

awesome, thank you! ๐Ÿ™‚