Adds new error codes for the crypto wallet payout methodÖffentliche Vorschau
What’s new
Adds three new error codes for the crypto_wallet payout method when creating OutboundSetupIntents API:
blocked_: Returned when you can’t use the crypto wallet due to suspicious activity.payout_ method_ crypto_ wallet unsupported_: Returned when Stripe is unable to support this type of crypto wallet.payout_ method_ crypto_ wallet limit_: Returned when the number of crypto wallets exceeds the limit in a given workspace.payout_ method_ crypto_ wallet
Impact
These error codes make crypto_ error handling consistent with other payout methods. When these conditions occur, Stripe returns an HTTP 400 error with the specific error code. In earlier API versions, these cases returned a generic HTTP 500 error.