Deprecated API endpoints for third-party wires:
- POST /banks/wires will return a 2XX response, and then fail with a 3050 riskEvaluation.
- Incoming wire payments will fail with a 3050 riskEvaluation and be returned back to the beneficiary.
- POST /payouts, destination.type = ""wire"" will return a 2XX response, and then fail with a 3050 riskEvaluation.
- All GET calls will remain functional.
Deprecated API endpoints for ACH:
- POST /banks/ach will return a 2XX response, and then fail with a 3050 riskEvaluation.
- POST /payments, source.type = ""ach"" will return a 2XX response, and then fail with a 3050 riskEvaluation.
- POST /payouts, destination.type = ""ach"" will return a 2XX response, and then fail with a 3050 riskEvaluation.
- All GET calls will remain functional.
The API response code that will be sent back to applications calling on deprecated endpoints is: 3050: Customer suspended from Payment processing.