#AQZ
1 messages · Page 1 of 1 (latest)
Hi there!
The reason should be covered in the returned_details object: https://stripe.com/docs/api/treasury/outbound_payments/object#outbound_payment_object-returned_details
Hi
Details about a returned OutboundPayment. Only set when the status is returned.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I need when status is failed or canceled
Do you have an example where the status was failed or canceled, but returned_details was empty?
No
We are just following documentation
We are testing in sandbox
Documentation says
Only set when the status is returned.
Well I think if you have a status (either failed or canceled), you will have more info about it in returned_details.
Then How can i imitate failed or canceled OutboudPayment on sandbox ?
To check your assumption
@elder abyss ?
Sorry for the delay, having a look.