#JFK
1 messages · Page 1 of 1 (latest)
Are these Invoice payments or are they not associated with an invoice?
invoice ? not sure, what an invoice payments is ? its not me that have done the job at my work, my task is only to add those button in our web app
Can you send me the URL that you are looking at in the dashboard when you are looking at this payment?
Basically I am trying to figure out what exactly you are working with as that affects how you can do this
hmm i dont have access to the Stripe account pour the exmple link for the receipt is this: https://dashboard.stripe.com/receipts/payment/ID
how do i get that id for showing the receipt and sending
How do you get to that URL in the dashboard? I am not finding how to get there on my dashboard
Gotcha, you are talking about the charge's receipt. In that case we don't have a way to resend the receipt via the API but you can find the link to the receipt in the charge's receipt_url parameter and send that to your user https://stripe.com/docs/api/charges/object#charge_object-receipt_url
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Interesting, I tried that button but it didn't go to that /receipts/ URL for me
and for the resend with an email i cant do that from an API call ?
Unfortunately not as far as I know