#Lynn Lewis - refund API
1 messages · Page 1 of 1 (latest)
Hello. You can do this by specifying the partial amount you want to refund: https://stripe.com/docs/api/refunds/create#create_refund-amount
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks. I am very much a novice to this. where do I enter the code on this page?
Oh you aren't a developer?
I would work with your developer to get this done if you don't have experience working with APIs
no, I am the owner and only employee of my company, so I guess in a sense I am the developer lol
In this case I would use the dashboard: https://support.stripe.com/questions/refund-a-customer
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
This Discord server is for helping developers with their API integrations, though, so if you have further questions, I'd reach out to support: https://support.stripe.com
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I tried using the dashboard but unfortunately this payment cannot be processed via the dashboard. But thank you
No problem. Support should be able to help
I just got off the phone with support and they sent me here, but I will try again. Would someone from support be able to walk me through what to enter into the API to initiate this refund?
So this charge should be dashboard refundable. If you're seeing some issues there, I'd go back to Support and ask them to escalate you internally to help refund this ACH payment. This is something support should and can help out with. I'd recommend asking to be put in touch with a Dashboard expert on refunding an ACH payment.
Awesome, thank you so much! I am on chat with them now
Thank you for the help on this, but it seems support is unable to help me. after half an hour on chat their only solution is to hire a developer to help me process this one refund. I think I could figure out the code but I am getting an error message when I go to https://api.stripe.com/
What error do you see when you try to do it through the dashboard?
{
"error": {
"message": "Unrecognized request URL (GET: /). If you are trying to list objects, remove the trailing slash. If you are trying to retrieve an object, make sure you passed a valid (non-empty) identifier in your code. Please see https://stripe.com/docs or we can help at https://support.stripe.com/.",
"type": "invalid_request_error"
}
}
How are you making these requests in your code?
im not experienced enough to code, I am going to hire a developer since support suggested it. thanks