- ID
- 65942900-8344-466c-a386-26ec429b4570
MMPY-465 - Reject specific banks for Wire
- source :: https://multimediallc.atlassian.net/browse/MMPY-465
- tags :: Falcon Nest Project Story Falcon Nest Project
- epic :: MMPY-276 API Validations for all Payout Methods to add accounts
- sprint :: MM Sprint 27 MM Sprint 28
- status :: Status - Complete
Background
DONE Add check for invalid BIC when payment method is Wire
- ID
- 246f9850-0226-2277-b434-ce01ce978b57
DONE Add tests for invalid BIC when payment method is Wire
- ID
- 81464779-36b0-31fe-36dd-ce254b0624b3
GIVEN
A user submits a BIC/SWIFT (Bank Identifier) for Payout Method of Wire
WHEN
The IBAN lookup is triggered AND the code starts with or has an exact match to the following list
"CAFE",
"CAVD",
"SABR",
"ALFARU",
"FALACOBB",
"REVOLT21",
"REVOGB21",
"REVOGB2L",
"TRWIBEB1",
"BNPAFRPP",
"BNPAFRPPXXX",
THEN
Return the error message:
We regret that we are unable to complete Wire Bank Transfers with the bank you provided. Please select a different payout method.
The user CANNOT submit a Wire type with this list of codes.