Send
Update an Check Sent
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
Update an Check Sent
Update an Check Sent
PATCH
/
v1
/
send
/
check
/
{transferId}
curl --request PATCH \
--url https://qa-api.sbx.solidfi.com/v1/send/check/{transferId} \
--header 'Content-Type: application/json' \
--data '{
"description": "New description",
"metadata": {
"description": "Pro user",
"externalId": "usr_9HG724gvHJB378v3h"
},
"title": "New title"
}'
{
"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": "New description",
"destinationAmount": "0.00",
"destinationCurrency": "",
"fallbackTransferId": "",
"iban": "",
"id": "tra-4b0b21c2-bbea-48cf-a46f-bad6d00c42a8",
"metadata": {
"description": "Pro user",
"externalId": "usr_9HG724gvHJB378v3h"
},
"modifiedAt": "2023-11-20T08:22:27Z",
"name": "Bright Might LLC",
"parentTransferId": "",
"purposeCode": "",
"reviewCode": "invalidCheckAddress",
"reviewMessage": "The 'to' address does not meet your minimum deliverability strictness. To change your deliverability strictness, see https://dashboard.lob.com/#/settings/account",
"routingNumber": "",
"status": "completed",
"title": "New title",
"transferSubType": "originated",
"transferType": "physicalCheck",
"transferredAt": "2023-11-20T08:22:13Z",
"txnType": "debit",
"type": "",
"valid": ""
}
Path Parameters
Body
application/json
Response
200 - application/json
Update an Check Sent
The response is of type object
.
curl --request PATCH \
--url https://qa-api.sbx.solidfi.com/v1/send/check/{transferId} \
--header 'Content-Type: application/json' \
--data '{
"description": "New description",
"metadata": {
"description": "Pro user",
"externalId": "usr_9HG724gvHJB378v3h"
},
"title": "New title"
}'
{
"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": "New description",
"destinationAmount": "0.00",
"destinationCurrency": "",
"fallbackTransferId": "",
"iban": "",
"id": "tra-4b0b21c2-bbea-48cf-a46f-bad6d00c42a8",
"metadata": {
"description": "Pro user",
"externalId": "usr_9HG724gvHJB378v3h"
},
"modifiedAt": "2023-11-20T08:22:27Z",
"name": "Bright Might LLC",
"parentTransferId": "",
"purposeCode": "",
"reviewCode": "invalidCheckAddress",
"reviewMessage": "The 'to' address does not meet your minimum deliverability strictness. To change your deliverability strictness, see https://dashboard.lob.com/#/settings/account",
"routingNumber": "",
"status": "completed",
"title": "New title",
"transferSubType": "originated",
"transferType": "physicalCheck",
"transferredAt": "2023-11-20T08:22:13Z",
"txnType": "debit",
"type": "",
"valid": ""
}