Send
Send an Wire Transfer
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
Send
Send an Wire Transfer
Send an Wire Transfer
POST
/
v1
/
send
/
wire
curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/send/wire \
--header 'Content-Type: application/json' \
--data '{
"accountId": "{{accountId}}",
"amount": "4.00",
"contactId": "{{contactId}}",
"description": "Downpayment",
"type": "domestic"
}'
{
"accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
"accountNumber": "1098324502",
"accountType": "businessChecking",
"address": {
"addressType": "wire",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
},
"amount": "4.00",
"attachment": "",
"bankName": "Wells Fargo",
"bin": "",
"card": null,
"contactId": "con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7",
"createdAt": "2023-11-20T08:21:44Z",
"description": "Downpayment",
"destinationAmount": "0.00",
"destinationCurrency": "",
"fallbackTransferId": "",
"iban": "",
"id": "tra-35c664c1-8816-4f2d-9391-b6fb08e91af2",
"metadata": null,
"modifiedAt": "2023-11-20T08:21:44Z",
"name": "Bright Might LLC",
"parentTransferId": "",
"purposeCode": "",
"reviewCode": "",
"reviewMessage": "",
"routingNumber": "122235821",
"status": "pending",
"title": "",
"transferSubType": "originated",
"transferType": "domesticWire",
"transferredAt": "2023-11-20T08:21:44Z",
"txnType": "debit",
"type": "",
"valid": "true"
}
Body
application/json
Response
201 - application/json
Send a Wire Transfer
The response is of type object
.
curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/send/wire \
--header 'Content-Type: application/json' \
--data '{
"accountId": "{{accountId}}",
"amount": "4.00",
"contactId": "{{contactId}}",
"description": "Downpayment",
"type": "domestic"
}'
{
"accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
"accountNumber": "1098324502",
"accountType": "businessChecking",
"address": {
"addressType": "wire",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
},
"amount": "4.00",
"attachment": "",
"bankName": "Wells Fargo",
"bin": "",
"card": null,
"contactId": "con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7",
"createdAt": "2023-11-20T08:21:44Z",
"description": "Downpayment",
"destinationAmount": "0.00",
"destinationCurrency": "",
"fallbackTransferId": "",
"iban": "",
"id": "tra-35c664c1-8816-4f2d-9391-b6fb08e91af2",
"metadata": null,
"modifiedAt": "2023-11-20T08:21:44Z",
"name": "Bright Might LLC",
"parentTransferId": "",
"purposeCode": "",
"reviewCode": "",
"reviewMessage": "",
"routingNumber": "122235821",
"status": "pending",
"title": "",
"transferSubType": "originated",
"transferType": "domesticWire",
"transferredAt": "2023-11-20T08:21:44Z",
"txnType": "debit",
"type": "",
"valid": "true"
}