#atul

1 messages · Page 1 of 1 (latest)

digital idolBOT
woven rivet
#

hello! do you need to show all payment for a Subscription? including Subscription renewal payments?

summer stirrup
#

yyes

woven rivet
summer stirrup
#

i want to get list of payment history

#

what will i do with webhook

woven rivet
#

you can save the events to your DB as they happen if you listen to webhooks. I guess alternatively if you don't want to do that - you can simply retrieve the relevant invoices using https://stripe.com/docs/api/invoices/list

summer stirrup
#

Did you got my requireemnt

#

we are in production with checkout.session.list to fetch all payment history, now we also want to get reciept_url

woven rivet
#

okay but Checkout Session wouldn't show all the payment history. The Checkout Session would only show the first payment for a Subscription.

#

Or do you mean you only want the details from the Checkout Session?

summer stirrup
#

okay means checkout session will not show auto payment details ??

jovial brook
#

Hey! Taking over for my colleague. Let me catch up.

summer stirrup
#

I want to show all payment history, success or failed donot matter

#

i am using ceckout for subscription mode

jovial brook
summer stirrup
#

Can i get charge below information from paymentIntent

  1. Actual amount paid by customer
  2. Discount availed
  3. Actual price ??
jovial brook
#

Just 1), 2) and 3) no AFAIK

summer stirrup
#

AFAIK ??

jovial brook
#

ah sorry, as far as I know

#

but for 2 and 3 no that's something you need to trace in your integration