#sebcobweb
1 messages · Page 1 of 1 (latest)
Hello sebcobweb, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• sebcobweb, 23 hours ago, 7 messages
• sebcobweb, 1 day ago, 5 messages
• sebcobweb, 4 days ago, 16 messages
• sebcobweb, 5 days ago, 5 messages
Could you list down
- Request you updated the billing address
- They request you created the Invoice after that
- The URL of the web form (I guess this is HIP)
await this.stripeObj.customers.update(customerId, {
address: {
city,
country,
line1: address,
postal_code: zip,
state,
},
});
const invoice = await client.stripe.generateInvoice(
payInfo.price * 100,
customerId
);
Can I DM you the url?
Just send here. It's save to share
I mean the request id req_xxx
Find from your Dashboard log https://dashboard.stripe.com/test/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Here's the invoice
req_CslNEIMeu4xcVv
Customer update:
req_iD6vhblATnnE6C
Thanks and looking
Okie, so it's expected that we don't display the address on the Hosted Invoice Page: https://stripe.com/docs/invoicing/hosted-invoice-page#page-customization
o, so is it possible to display or out of the question?
Can not display, unfortunately