SEPA Payouts Testing
You can use the Circle API sandbox environment to exercise various types of payout behaviors, such as transaction failure or transaction returned.
No Real Payouts
The sandbox environment will allow any payout amount (except magic amounts specified below) to any bank account. Successful requests will never send money to a bank account.
Error Code
To trigger a specific error code for payouts, use the corresponding amounts below when creating a wire payout. Any amount not specified will result in a Successful
payout.
Amount | Status Code | Error Code | Error Code Reason |
---|---|---|---|
8.11 | failed | transaction_returned | Payout transaction is returned from the bank. This might be due to incorrect bank information provided. Note that fee could be incurred if this happens. For actual amount being returned to the payout wallet, please refer to Payout API documentation for more detailed information. |
8.09 | failed | transaction_failed | Payout transaction failed due to unspecified error. |
Updated over 1 year ago