#ductrancrypto-invoice

1 messages · Page 1 of 1 (latest)

ruby depot
#

Hi there, you can listen to invoice.created event and add the metadata to the invoice in the webhook event handling.

elder dome
#

Can't pass parameters directly?

ruby depot
#

Are you creating the invoices by yourself?

elder dome
#

I am creating a subscription, it automatically generates an invoice. I am wanting to access the metadata of this invoice via webhook. But there is no way to pass metadata to that invoice.

ruby depot
#

So you want to tell Stripe to include some metadata in the generated invoices?

elder dome
#

I want you to give a method to pass metadata params to that invoice

ruby depot
#

I'm not afraid there's no such method, the best available solution is to use webhook, as I explained earlier.

elder dome
#

It's ok. Thanks for support