#ade
1 messages · Page 1 of 1 (latest)
If a transfer fails, it will return the errors with the response: https://stripe.com/docs/api/errors
You can use code to identify the reason of failures: https://stripe.com/docs/error-codes
If the transfer is successful, a transfer ID (tr_xxx) will be generated
fair thanks