POST
/
v1
/
send
/
check
curl --request POST \
  --url https://qa-api.sbx.solidfi.com/v1/send/check \
  --header 'Content-Type: application/json' \
  --data '{
  "accountId": "{{accountId}}",
  "amount": "10.00",
  "contactId": "{{contactId}}",
  "description": "Payment",
  "type": "physical"
}'
{
  "accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
  "accountNumber": "",
  "accountType": "",
  "address": {
    "addressType": "check",
    "city": "New York",
    "country": "US",
    "line1": "123 Main St",
    "line2": "",
    "postalCode": "10001",
    "state": "NY"
  },
  "amount": "10.00",
  "attachment": "",
  "bankName": "",
  "bin": "",
  "card": null,
  "contactId": "con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7",
  "createdAt": "2023-11-20T08:22:13Z",
  "description": "Payment",
  "destinationAmount": "0.00",
  "destinationCurrency": "",
  "fallbackTransferId": "",
  "iban": "",
  "id": "tra-4b0b21c2-bbea-48cf-a46f-bad6d00c42a8",
  "metadata": null,
  "modifiedAt": "2023-11-20T08:22:13Z",
  "name": "Bright Might LLC",
  "parentTransferId": "",
  "purposeCode": "",
  "reviewCode": "",
  "reviewMessage": "",
  "routingNumber": "",
  "status": "completed",
  "title": "",
  "transferSubType": "originated",
  "transferType": "physicalCheck",
  "transferredAt": "2023-11-20T08:22:13Z",
  "txnType": "debit",
  "type": "",
  "valid": ""
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Body

application/json

Response

201 - application/json
Send a Check

The response is of type object.