#Akin
1 messages · Page 1 of 1 (latest)
hello! are you using separate auth and capture? i.e. https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
I am listening to certain events using web-hooks for subscriptions and based on this event i would like to send receipt to user if payment is successful but noticed the receipt_url is not a pdf url
if you're not using separate auth and capture then you can ignore charge.captured event. It's not applicable to you
can you share a charge id for me to take a look at?
Yeah i am not using separate auth and capture. Here is the charge id "ch_3MYhJEJakrwPDGmB1pSJZqWc"
no, there's currently no way to get the receipt in pdf from a Stripe object
Oh, In charges or any api used?
yep, it's not available via any API