You can test Send a Wire Transfer in Solid's TEST mode without moving real money. You will first need to Create a Contact to store the account and routing numbers to which you are going to send the transfer.
For Domestic Wire, contact will also need to have a valid bank routing number. Here are some samples:
- 121000248 (Wells Fargo)
- 026009593 (Bank of America)
- 021000021 (Chase)
For International Wire, contact will also need to have a valid SWIFT/BIC code. Here are some samples:
- HBUKGB4BXXX (HSBC UK BANK PLC)
- BNPAFRPHXXX (BNP PARIBAS)
- ICICINBBXXX (ICICI BANK LIMITED)
ENDPOINT
- POST /v1/send/wire
REQUEST
- wire": {
- "international": {
- "accountNumber": "920020006167511”,
- "bankIdentifierType": "Swift",
- "bankIdentifierCode": "AXISINBB227",
- "accountType": "business",
- "beneficiaryBank": "AXIS BANK LIMITED",
- "beneficiaryAddress": {
- "addressType": "wire",
- "line1": "No.520, 6th Main Road, HAL 2nd Stage",
- "line2": "Indiranagar",
- "city": "BANGALORE",
- "state": "KARNATAKA",
- "country": "INDIA",
- "postalCode": "560038"
- },
- "beneficiaryBankAddress": {
- "addressType": "wire",
- "line1": "233 2ND MAIN SAMPIGE ROAD",
- "line2": "",
- "city": "BANGALORE",
- "state": "KARNATAKA",
- "country": "INDIA",
- "postalCode": "560003"
- },
- "correspondentBank": ""
- }
- }
- }
Amount ≤ $16.96 will result in a successful wire transfer.