#Gautam

1 messages ยท Page 1 of 1 (latest)

gentle tundraBOT
main inlet
#

Hello, can you tell me about how you are making these payments API-wise?

gentle tundraBOT
main inlet
#

With a Subscription, Invoice object, creating a PaymentIntent directly?

main inlet
#

Then invoice.paid will be the best event to listen to

#

That is the event that is triggered when an invoice is paid or marked as paid

uneven pond
#

but in that also I am not getting the payment receipt

main inlet
#

Where are you looking for the receipt that you are not seeing it?

uneven pond
#

I am cheking inside the invoice.payment_succeeded and invoice.paid event

#

hello there?

median charm
#

Hello ๐Ÿ‘‹
The server is running a bit busy, give us a moment to catch up please

uneven pond
#

okay

median charm
#

can you share an example event where you're seeing this behaviour?

uneven pond
#

sure

#

the above one object I am getting after the Invoice.payment.succeded evnt and the below on I am getting in the invoice.paid event but in none of the event I am getting the invoice receipt directly.

median charm
#

Invoice receipt is not really a thing. Invoice in itself is a proof of payment.
If you're looking for a payment receipt then it lives on the charge object

uneven pond
#

please tell me the exact event name

median charm