#BruceWayne
1 messages · Page 1 of 1 (latest)
hi there, can you share the request id [0]? it'd look like req_xxx
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ID
req_DKR5wb9KCVlWgS
invalid_request_error - reason
Invalid reason: must be one of duplicate, fraudulent, or requested_by_customer
The reason why the prompt is invalid, is it because I filled in the Chinese relationship in the reason?
{
"reason": "重复了",
"amount": "17500",
"payment_intent": "pi_3NQ0HEILBklWVE7i1FfOutN5"
}
yes. Only those reasons : duplicate, fraudulent, or requested_by_customer are accepted
All reasons must be described in English, yes? If I choose other, must I also use English?
https://stripe.com/docs/api/refunds/create#create_refund-reason - the only reason you can provide is duplicate, fraudulent, or requested_by_customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
there is no other
if you want to provide further details
what i suggest is that you can add that reason in metadata
Isn't API the same as manual refund? Because I saw that there are manual refunds, have others
do you have an example refund id?
It doesn't matter, I will refund according to these three reasons