Getting Started
Person
Business
Documents Person
Document Business
Member
Accounts
Contacts
Send
- GETList all Intrabank Push
- POSTSend an Intrabank Push
- GETGet an Intrabank Push
- PATCHUpdate an Intrabank Push
- GETList all ACH Push
- POSTSend an ACH Push
- GETGet an ACH Push
- PATCHUpdate an ACH Push
- GETList all Wire Sent
- POSTSend an Wire Transfer
- GETGet an Wire Transfer
- PATCHUpdate an Wire Transfer
- GETList all Check Sent
- POSTSend an Check
- GETGet an Check Sent
- PATCHUpdate an Check Sent
Receive
Cards
Webhooks
Program
Help Desk
Create a Contact
Create a Contact
curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/contact \
--header 'Content-Type: application/json' \
--data '{
"accountId": "{{accountId}}",
"ach": {
"accountNumber": "1098324502",
"accountType": "businessChecking",
"bankName": "Wells Fargo",
"routingNumber": "122235821"
},
"card": {
"address": {
"addressType": "card",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
}
},
"check": {
"address": {
"addressType": "check",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
}
},
"email": "dwightlight@gmail.com",
"name": "Bright Light LLC",
"phone": "+15555555555",
"wire": {
"domestic": {
"accountNumber": "1098324502",
"accountType": "businessChecking",
"address": {
"addressType": "wire",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
},
"bankName": "Wells Fargo",
"routingNumber": "122235821"
},
"international": {
"accountNumber": "31140210201",
"accountType": "business",
"bankIdentifierCode": "BBDABMHM",
"bankIdentifierType": "swift",
"beneficiaryAddress": {
"addressType": "wire",
"city": "Hamilton",
"country": "BM",
"line1": "Point House, 6 Front Street",
"line2": "",
"postalCode": "HM 11",
"state": ""
},
"beneficiaryBank": "HSBC Bank Bermuda Limited",
"beneficiaryBankAddress": {
"addressType": "wire",
"city": "HAMILTON",
"country": "BM",
"line1": "37 FRONT STREET",
"line2": "",
"postalCode": "HM 11",
"state": ""
},
"correspondentBank": "HSBC Bank USA, N.A.",
"correspondentBankAddress": {
"addressType": "wire",
"city": "New York",
"country": "US",
"line1": "452 5th Ave",
"line2": "",
"postalCode": "10018-2706",
"state": "NY"
},
"correspondentBankIdentifierCode": "MRMDUS33"
}
}
}'
{
"accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
"ach": {
"accountNumber": "1098324502",
"accountType": "businessChecking",
"bankName": "Wells Fargo",
"last4": "4502",
"routingNumber": "122235821",
"verified": false
},
"card": {
"address": {
"addressType": "card",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
}
},
"check": {
"address": {
"addressType": "check",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
}
},
"createdAt": "2023-11-20T06:43:54Z",
"crossBorder": null,
"debitCard": null,
"email": "dwightlight@gmail.com",
"id": "con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7",
"intrabank": null,
"label": "Bright Light LLC",
"metadata": null,
"modifiedAt": "2023-11-20T06:43:54Z",
"name": "Bright Light LLC",
"phone": "+15555555555",
"programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
"status": "active",
"type": "others",
"wire": {
"domestic": {
"accountNumber": "1098324502",
"accountType": "businessChecking",
"address": {
"addressType": "wire",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
},
"bankName": "Wells Fargo",
"last4": "4502",
"routingNumber": "122235821"
},
"international": {
"accountNumber": "31140210201",
"accountType": "business",
"bankIdentifierCode": "BBDABMHM",
"bankIdentifierType": "swift",
"beneficiaryAddress": {
"addressType": "wire",
"city": "Hamilton",
"country": "BM",
"line1": "Point House, 6 Front Street",
"line2": "",
"postalCode": "HM 11",
"state": ""
},
"beneficiaryBank": "HSBC Bank Bermuda Limited",
"beneficiaryBankAddress": {
"addressType": "wire",
"city": "HAMILTON",
"country": "BM",
"line1": "37 FRONT STREET",
"line2": "",
"postalCode": "HM 11",
"state": ""
},
"correspondentBank": "HSBC Bank USA, N.A.",
"correspondentBankAddress": {
"addressType": "wire",
"city": "New York",
"country": "US",
"line1": "452 5th Ave",
"line2": "",
"postalCode": "10018-2706",
"state": "NY"
},
"correspondentBankIdentifierCode": "MRMDUS33"
}
}
}
Body
"{{accountId}}"
"card"
"New York"
"US"
"123 Main St"
""
"10001"
"NY"
"check"
"New York"
"US"
"123 Main St"
""
"10001"
"NY"
"dwightlight@gmail.com"
"Bright Light LLC"
"+15555555555"
"1098324502"
"businessChecking"
"wire"
"New York"
"US"
"123 Main St"
""
"10001"
"NY"
"Wells Fargo"
"122235821"
"31140210201"
"business"
"BBDABMHM"
"swift"
"wire"
"Hamilton"
"BM"
"Point House, 6 Front Street"
""
"HM 11"
""
"HSBC Bank Bermuda Limited"
"wire"
"HAMILTON"
"BM"
"37 FRONT STREET"
""
"HM 11"
""
"HSBC Bank USA, N.A."
"wire"
"New York"
"US"
"452 5th Ave"
""
"10018-2706"
"NY"
"MRMDUS33"
Response
"acc-ab566541-69c5-4393-8a41-47f167b2af02"
"card"
"New York"
"US"
"123 Main St"
""
"10001"
"NY"
"check"
"New York"
"US"
"123 Main St"
""
"10001"
"NY"
"2023-11-20T06:43:54Z"
"dwightlight@gmail.com"
"con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7"
"Bright Light LLC"
"2023-11-20T06:43:54Z"
"Bright Light LLC"
"+15555555555"
"prg-ffa511da-1adc-4603-b845-173b895a33f6"
"active"
"others"
"1098324502"
"businessChecking"
"wire"
"New York"
"US"
"123 Main St"
""
"10001"
"NY"
"Wells Fargo"
"4502"
"122235821"
"31140210201"
"business"
"BBDABMHM"
"swift"
"wire"
"Hamilton"
"BM"
"Point House, 6 Front Street"
""
"HM 11"
""
"HSBC Bank Bermuda Limited"
"wire"
"HAMILTON"
"BM"
"37 FRONT STREET"
""
"HM 11"
""
"HSBC Bank USA, N.A."
"wire"
"New York"
"US"
"452 5th Ave"
""
"10018-2706"
"NY"
"MRMDUS33"
curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/contact \
--header 'Content-Type: application/json' \
--data '{
"accountId": "{{accountId}}",
"ach": {
"accountNumber": "1098324502",
"accountType": "businessChecking",
"bankName": "Wells Fargo",
"routingNumber": "122235821"
},
"card": {
"address": {
"addressType": "card",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
}
},
"check": {
"address": {
"addressType": "check",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
}
},
"email": "dwightlight@gmail.com",
"name": "Bright Light LLC",
"phone": "+15555555555",
"wire": {
"domestic": {
"accountNumber": "1098324502",
"accountType": "businessChecking",
"address": {
"addressType": "wire",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
},
"bankName": "Wells Fargo",
"routingNumber": "122235821"
},
"international": {
"accountNumber": "31140210201",
"accountType": "business",
"bankIdentifierCode": "BBDABMHM",
"bankIdentifierType": "swift",
"beneficiaryAddress": {
"addressType": "wire",
"city": "Hamilton",
"country": "BM",
"line1": "Point House, 6 Front Street",
"line2": "",
"postalCode": "HM 11",
"state": ""
},
"beneficiaryBank": "HSBC Bank Bermuda Limited",
"beneficiaryBankAddress": {
"addressType": "wire",
"city": "HAMILTON",
"country": "BM",
"line1": "37 FRONT STREET",
"line2": "",
"postalCode": "HM 11",
"state": ""
},
"correspondentBank": "HSBC Bank USA, N.A.",
"correspondentBankAddress": {
"addressType": "wire",
"city": "New York",
"country": "US",
"line1": "452 5th Ave",
"line2": "",
"postalCode": "10018-2706",
"state": "NY"
},
"correspondentBankIdentifierCode": "MRMDUS33"
}
}
}'
{
"accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
"ach": {
"accountNumber": "1098324502",
"accountType": "businessChecking",
"bankName": "Wells Fargo",
"last4": "4502",
"routingNumber": "122235821",
"verified": false
},
"card": {
"address": {
"addressType": "card",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
}
},
"check": {
"address": {
"addressType": "check",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
}
},
"createdAt": "2023-11-20T06:43:54Z",
"crossBorder": null,
"debitCard": null,
"email": "dwightlight@gmail.com",
"id": "con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7",
"intrabank": null,
"label": "Bright Light LLC",
"metadata": null,
"modifiedAt": "2023-11-20T06:43:54Z",
"name": "Bright Light LLC",
"phone": "+15555555555",
"programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
"status": "active",
"type": "others",
"wire": {
"domestic": {
"accountNumber": "1098324502",
"accountType": "businessChecking",
"address": {
"addressType": "wire",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
},
"bankName": "Wells Fargo",
"last4": "4502",
"routingNumber": "122235821"
},
"international": {
"accountNumber": "31140210201",
"accountType": "business",
"bankIdentifierCode": "BBDABMHM",
"bankIdentifierType": "swift",
"beneficiaryAddress": {
"addressType": "wire",
"city": "Hamilton",
"country": "BM",
"line1": "Point House, 6 Front Street",
"line2": "",
"postalCode": "HM 11",
"state": ""
},
"beneficiaryBank": "HSBC Bank Bermuda Limited",
"beneficiaryBankAddress": {
"addressType": "wire",
"city": "HAMILTON",
"country": "BM",
"line1": "37 FRONT STREET",
"line2": "",
"postalCode": "HM 11",
"state": ""
},
"correspondentBank": "HSBC Bank USA, N.A.",
"correspondentBankAddress": {
"addressType": "wire",
"city": "New York",
"country": "US",
"line1": "452 5th Ave",
"line2": "",
"postalCode": "10018-2706",
"state": "NY"
},
"correspondentBankIdentifierCode": "MRMDUS33"
}
}
}