#sebcobweb

1 messages · Page 1 of 1 (latest)

unkempt hemlockBOT
#

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

silent tartan
#

Could you list down

  1. Request you updated the billing address
  2. They request you created the Invoice after that
  3. The URL of the web form (I guess this is HIP)
cloud pelican
#
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
        );

silent tartan
#

Just send here. It's save to share

#

I mean the request id req_xxx

cloud pelican
#

Customer update:
req_iD6vhblATnnE6C

silent tartan
#

Thanks and looking

cloud pelican
silent tartan
#

Can not display, unfortunately