#invite4ever

1 messages · Page 1 of 1 (latest)

calm otterBOT
shadow vine
lost egret
#

how to know which payment method for what payment was used. We are using webhooks. For e.g can i retrieve payment_method when using invoice.paid webhook?

shadow vine
#

The invoice.paid event won't include the payment details used to pay an invoice. They're set on the related Payment Intent instead

#

You can look them up via the Invoice object, but would require an additional API call in your invoid.paid webhook handler

lost egret
#

Thank you, for your help. Should be enough info for my task.