Getting Started
Master Accounts
Sub Account Holders
Sub Accounts
Counterparties
Card Holders
Cards
Transactions
- GETList all Transactions
- POSTSub Ledger a Transaction
- POSTOriginate an Intra Account Push
- POSTOriginate an Intra Account Pull
- POSTOriginate an ACH Push
- POSTOriginate an ACH Pull
- POSTOriginate a Domestic Wire
- POSTOriginate an International Wire
- POSTOriginate an RTP Push
- POSTOriginate a FedNow Push
- POSTOriginate a Debit Card Push
- POSTOriginate a Debit Card Pull
- POSTOriginate a Check Send
- POSTOriginate a Check Deposit
- GETRetrieve a Transaction
- PATCHUpdate a Transaction
Attachments
Webhooks
Originate a Check Deposit
Originate a Check Deposit
curl --request POST \
--url https://api.sandbox.solidfi.com/v2/payments/check/deposit \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"sub_account_id": "sub_bda1e562657c41e553104b10aad3fe70",
"counterparty_id": "ctp_8e5541c8a9e50c3af3b0daacf9175130",
"amount": "500.00",
"description": "May invoice",
"image": {
"front": "TG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gTG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgZHVtbXkgdGV4dCBldmVyIHNpbmNlIHRoZSAxNTAwcywgd2hlbiBhbiB1bmtub3duIHByaW50ZXIgdG9vayBhIGdhbGxleSBvZiB0eXBlIGFuZCBzY3JhbWJsZWQgaXQgdG8gbWFrZSBhIHR5cGUgc3BlY2ltZW4gYm9vay4gSXQgaGFzIHN1cnZpdmVkIG5vdCBvbmx5IGZpdmUgY2VudHVyaWVzLCBidXQgYWxzbyB0aGUgbGVhcCBpbnRvIGVsZWN0cm9uaWMgdHlwZXNldHRpbmcsIHJlbWFpbmluZyBlc3NlbnRpYWxseSB1bmNoYW5nZWQuIEl0IHdhcyBwb3B1bGFyaXNlZCBpbiB0aGUgMTk2MHMgd2l0aCB0aGUgcmVsZWFzZSBvZiBMZXRyYXNldCBzaGVldHMgY29udGFpbmluZyBMb3JlbSBJcHN1bSBwYXNzYWdlcywgYW5kIG1vcmUgcmVjZW50bHkgd2l0aCBkZXNrdG9wIHB1Ymxpc2hpbmcgc29mdHdhcmUgbGlrZSBBbGR1cyBQYWdlTWFrZXIgaW5jbHVkaW5nIHZlcnNpb25zIG9mIExvcmVtIElwc3VtLg==",
"back": "TG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gTG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgZHVtbXkgdGV4dCBldmVyIHNpbmNlIHRoZSAxNTAwcywgd2hlbiBhbiB1bmtub3duIHByaW50ZXIgdG9vayBhIGdhbGxleSBvZiB0eXBlIGFuZCBzY3JhbWJsZWQgaXQgdG8gbWFrZSBhIHR5cGUgc3BlY2ltZW4gYm9vay4gSXQgaGFzIHN1cnZpdmVkIG5vdCBvbmx5IGZpdmUgY2VudHVyaWVzLCBidXQgYWxzbyB0aGUgbGVhcCBpbnRvIGVsZWN0cm9uaWMgdHlwZXNldHRpbmcsIHJlbWFpbmluZyBlc3NlbnRpYWxseSB1bmNoYW5nZWQuIEl0IHdhcyBwb3B1bGFyaXNlZCBpbiB0aGUgMTk2MHMgd2l0aCB0aGUgcmVsZWFzZSBvZiBMZXRyYXNldCBzaGVldHMgY29udGFpbmluZyBMb3JlbSBJcHN1bSBwYXNzYWdlcywgYW5kIG1vcmUgcmVjZW50bHkgd2l0aCBkZXNrdG9wIHB1Ymxpc2hpbmcgc29mdHdhcmUgbGlrZSBBbGR1cyBQYWdlTWFrZXIgaW5jbHVkaW5nIHZlcnNpb25zIG9mIExvcmVtIElwc3VtLg=="
},
"external_reference_id": "123-9088-2"
}'
{
"id": "txn_817d2a074042bb4ec54e08fd82b1e0a8",
"client_id": "cli_64c6c87ee9d609f36a6f390dc378a4ce",
"master_account_holder_id": "mah_201e02c581a098a740456c5c19fcfcd6",
"master_account_id": "mas_743fa071316bc6beaf5dddfd05f49c30",
"sub_account_holder_id": "sah_5ccfeef0adf0cbe2aa0980d2c9505752",
"sub_account_id": "sub_bda1e562657c41e553104b10aad3fe70",
"status": "originated",
"amount": "500.00",
"currency": "usd",
"direction": "credit",
"method": "check",
"type": "deposit",
"message": "outgoing",
"description": "May invoice",
"available_balance": "9200.00",
"pending_credits": "500.00",
"pending_debits": "0.00",
"counterparty": {
"id": "ctp_8e5541c8a9e50c3af3b0daacf9175130",
"name": "John Doe",
"verification_status": "pass",
"account_number": "",
"routing_number": "",
"account_type": "",
"bank_name": "",
"beneficiary_bank": null,
"correspondent_bank": null,
"shipping_address": null
},
"check": {
"check_number": "98987679",
"cashed": true,
"shipping_address": null,
"tracking": null
},
"parent_transaction_id": "",
"external_reference_id": "123-9088-2",
"purpose": "",
"ofac": {
"status": "pass",
"last_updated_at": "2024-04-01T21:00:00Z"
},
"attachments": null,
"metadata": null,
"reconciliation": {
"status": "not_reconciled",
"master_account": null,
"sub_account": [
{
"id": "sub_bda1e562657c41e553104b10aad3fe70",
"transaction_id": "txn_817d2a074042bb4ec54e08fd82b1e0a8",
"amount": "500.00"
}
]
},
"timestamps": {
"created_at": "2024-04-04T11:06:00Z",
"updated_at": "2024-04-04T11:06:00Z",
"settled_at": "2024-04-04T11:06:00Z"
}
}
Headers
API key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.
"{{api_key}}"
Body
unique id of the sub account
"sub_bda1e562657c41e553104b10aad3fe70"
unique id of the counterparty
"ctp_8e5541c8a9e50c3af3b0daacf9175130"
amount of the transaction
"500.00"
description of the transaction
"May invoice"
front image encoded in Base64 format
"TG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gTG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgZHVtbXkgdGV4dCBldmVyIHNpbmNlIHRoZSAxNTAwcywgd2hlbiBhbiB1bmtub3duIHByaW50ZXIgdG9vayBhIGdhbGxleSBvZiB0eXBlIGFuZCBzY3JhbWJsZWQgaXQgdG8gbWFrZSBhIHR5cGUgc3BlY2ltZW4gYm9vay4gSXQgaGFzIHN1cnZpdmVkIG5vdCBvbmx5IGZpdmUgY2VudHVyaWVzLCBidXQgYWxzbyB0aGUgbGVhcCBpbnRvIGVsZWN0cm9uaWMgdHlwZXNldHRpbmcsIHJlbWFpbmluZyBlc3NlbnRpYWxseSB1bmNoYW5nZWQuIEl0IHdhcyBwb3B1bGFyaXNlZCBpbiB0aGUgMTk2MHMgd2l0aCB0aGUgcmVsZWFzZSBvZiBMZXRyYXNldCBzaGVldHMgY29udGFpbmluZyBMb3JlbSBJcHN1bSBwYXNzYWdlcywgYW5kIG1vcmUgcmVjZW50bHkgd2l0aCBkZXNrdG9wIHB1Ymxpc2hpbmcgc29mdHdhcmUgbGlrZSBBbGR1cyBQYWdlTWFrZXIgaW5jbHVkaW5nIHZlcnNpb25zIG9mIExvcmVtIElwc3VtLg"
back image encoded in Base64 format
"TG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gTG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgZHVtbXkgdGV4dCBldmVyIHNpbmNlIHRoZSAxNTAwcywgd2hlbiBhbiB1bmtub3duIHByaW50ZXIgdG9vayBhIGdhbGxleSBvZiB0eXBlIGFuZCBzY3JhbWJsZWQgaXQgdG8gbWFrZSBhIHR5cGUgc3BlY2ltZW4gYm9vay4gSXQgaGFzIHN1cnZpdmVkIG5vdCBvbmx5IGZpdmUgY2VudHVyaWVzLCBidXQgYWxzbyB0aGUgbGVhcCBpbnRvIGVsZWN0cm9uaWMgdHlwZXNldHRpbmcsIHJlbWFpbmluZyBlc3NlbnRpYWxseSB1bmNoYW5nZWQuIEl0IHdhcyBwb3B1bGFyaXNlZCBpbiB0aGUgMTk2MHMgd2l0aCB0aGUgcmVsZWFzZSBvZiBMZXRyYXNldCBzaGVldHMgY29udGFpbmluZyBMb3JlbSBJcHN1bSBwYXNzYWdlcywgYW5kIG1vcmUgcmVjZW50bHkgd2l0aCBkZXNrdG9wIHB1Ymxpc2hpbmcgc29mdHdhcmUgbGlrZSBBbGR1cyBQYWdlTWFrZXIgaW5jbHVkaW5nIHZlcnNpb25zIG9mIExvcmVtIElwc3VtLg"
unique id to cross-reference records with external systems
"123-9088-2"
Response
unique id of the transaction
"txn_817d2a074042bb4ec54e08fd82b1e0a8"
unique id of the sub account
"sub_bda1e562657c41e553104b10aad3fe70"
unique id of the master account holder
"mas_743fa071316bc6beaf5dddfd05f49c30"
status of the transaction
originated
, pending
, clearing
, cleared
, settled
, canceled
, in_review
, returned
, reversed
, received
, declined
, refunded
"originated"
amount of the transaction
"93.50"
currency of the transaction
usd
"usd"
if transaction is debit or credit
debit
, credit
"debit"
payment method for the transaction
ach
, domestic_wire
, international_wire
, check
, fednow
, rtp
, debit_card
, card_issuing
"ach"
type within the payment method used for the transaction
push
, pull
, decline
, cancel
, return
, send
, deposit
, request
, auth
, adjust
, reverse
, refund
"push"
if transaction is incoming or outgoing
incoming
, outgoing
"outgoing"
description of the transaction
"Invoice payment"
available balance in the sub account after the transaction
"500.00"
total pending credits to the sub account after the transaction
"0.00"
total pending debits to the sub account after the transaction
"93.50"
unique id of the counterparty
"ctp_8e5541c8a9e50c3af3b0daacf9175130"
name of the counterparty
"John Doe"
account verification status of the counterparty
pass
, fail
, review
"pass"
bank account number of the counterparty
"98324502"
routing number of the counterparty's bank
"121042882"
type of counterparty's bank account
business_checking
, business_savings
, personal_checking
, personal_savings
"business_checking"
name of counterparty's bank
"Wells Fargo"
SWIFT/BIC code of counterparty's bank
"ICICINBBNRI"
name of counterparty's bank
"ICICI Bank"
line 1 of the address
"256 Main St"
line 2 of the address
"Suite 201"
city of the address
"Bengaluru"
2-Letter state abbreviation (ex: CA)
"KA"
2-letter abbreviated country code (ex: US)
"IN"
postal code
"900009"
SWIFT/BIC code of counterparty's correspondent bank
"SCBLUS33XXX"
name of counterparty's correspondent bank
"STANDARD CHARTERED BANK"
line 1 of the address
"1095 12th Ave"
line 2 of the address
"Suite 201"
city of the address
"New York"
2-Letter US state abbreviation (ex: CA)
"NY"
2-letter abbreviated country code (ex: US)
"US"
postal code
"10001"
line 1 of the address
"123 Main St"
line 2 of the address
""
city of the address
"New York"
2-Letter US state abbreviation (ex: CA)
"NY"
2-letter abbreviated country code (ex: US)
"US"
postal code
"10001"
date on which the ACH must post on the beneficiary's bank account
"2024-05-05"
text field within the ACH batch file used to reference ACH originator details like name, etc.
"DIRECT DEPOSIT"
text field within the ACH batch file that describes the purpose of the ACH transaction
"PAYROLL"
unique identifier within the ACH batch file
"12309876564"
reason code given in case of ACH return
"R01"
unique id for real time authorization
"rta_64c6c87ee9d609f36a6f390dc378a4ce"
IMAD (Input Message Accountability Data) number is a unique number generated by FedwireService for tracking purposes.
"20240520D2B74A1C002742"
OMAD (Output Message Accountability Data) number is a unique number generated by FedwireService for tracking purposes.
"20240520L1B7832F000914"
IMAD (Input Message Accountability Data) number is a unique number generated by FedwireService for tracking purposes.
"20240520D2B74A1C002742"
OMAD (Output Message Accountability Data) number is a unique number generated by FedwireService for tracking purposes.
"20240520L1B7832F000914"
reference number of the RTP transaction that shown to the beneficiary
"20240410T110000Z"
reference number of the FedNow transaction that shown to the beneficiary
"20240410T110000Z"
unique id of the card
"crd_7948d9a96706dd05360a340002de725f"
unique id of the card holder
"cah_a120a61f60dfd40fdb07b2e8bcd1f6f0"
merchant the card was used at
"Walmart"
method of use for the card transaction
"online"
digital wallet type
"google_pay"
unique id for real time authorization
"rta_a120a61f60dfd40fdb07b2e8bcd1f6f0"
time period available in which the maximum amount is allowed to be spent
daily
, per_transaction
, weekly
, monthly
, yearly
, all_time
"daily"
maximum amount available to be spent in the set period
"50.00"
unique id to cross-reference records with external systems
"123-9088-2"
purpose of the transaction
"May Invoice"
unique id of the attachment created
"att_a8d2b191fa0e960d8e49a4bfd320e07b"
label of the attachment
"formation"
Metadata takes free-form key-value pairs. You may send metadata when you create an object (POST) and when updating the object (PATCH). If you would like to remove metadata that is already on an object, you can unset it by passing in the key-value pair with an empty string, like this: {"key": ""}
reconciliation status of the transaction
reconciled
, not_reconciled
"reconciled"
unique id of the master account
"mas_bda1e562657c41e553104b10aad3fe70"
unique id of the master account transaction
"txn_817d2a074042bb4ec54e08fd82b1e0a8"
master account transaction amount
"93.50"
unique id of the sub account
"sub_bda1e562657c41e553104b10aad3fe70"
unique id of the sub account transaction
"txn_a0b56852400c9fede6233fd8c2e60f9c"
sub account transaction amount
"93.50"
date and time at which the transaction was created
"2024-04-01T21:00:00Z"
date and time at which the transaction was updated
"2024-04-01T21:00:00Z"
date and time at which the transaction was settled
"2024-04-01T21:00:00Z"
curl --request POST \
--url https://api.sandbox.solidfi.com/v2/payments/check/deposit \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"sub_account_id": "sub_bda1e562657c41e553104b10aad3fe70",
"counterparty_id": "ctp_8e5541c8a9e50c3af3b0daacf9175130",
"amount": "500.00",
"description": "May invoice",
"image": {
"front": "TG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gTG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgZHVtbXkgdGV4dCBldmVyIHNpbmNlIHRoZSAxNTAwcywgd2hlbiBhbiB1bmtub3duIHByaW50ZXIgdG9vayBhIGdhbGxleSBvZiB0eXBlIGFuZCBzY3JhbWJsZWQgaXQgdG8gbWFrZSBhIHR5cGUgc3BlY2ltZW4gYm9vay4gSXQgaGFzIHN1cnZpdmVkIG5vdCBvbmx5IGZpdmUgY2VudHVyaWVzLCBidXQgYWxzbyB0aGUgbGVhcCBpbnRvIGVsZWN0cm9uaWMgdHlwZXNldHRpbmcsIHJlbWFpbmluZyBlc3NlbnRpYWxseSB1bmNoYW5nZWQuIEl0IHdhcyBwb3B1bGFyaXNlZCBpbiB0aGUgMTk2MHMgd2l0aCB0aGUgcmVsZWFzZSBvZiBMZXRyYXNldCBzaGVldHMgY29udGFpbmluZyBMb3JlbSBJcHN1bSBwYXNzYWdlcywgYW5kIG1vcmUgcmVjZW50bHkgd2l0aCBkZXNrdG9wIHB1Ymxpc2hpbmcgc29mdHdhcmUgbGlrZSBBbGR1cyBQYWdlTWFrZXIgaW5jbHVkaW5nIHZlcnNpb25zIG9mIExvcmVtIElwc3VtLg==",
"back": "TG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gTG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgZHVtbXkgdGV4dCBldmVyIHNpbmNlIHRoZSAxNTAwcywgd2hlbiBhbiB1bmtub3duIHByaW50ZXIgdG9vayBhIGdhbGxleSBvZiB0eXBlIGFuZCBzY3JhbWJsZWQgaXQgdG8gbWFrZSBhIHR5cGUgc3BlY2ltZW4gYm9vay4gSXQgaGFzIHN1cnZpdmVkIG5vdCBvbmx5IGZpdmUgY2VudHVyaWVzLCBidXQgYWxzbyB0aGUgbGVhcCBpbnRvIGVsZWN0cm9uaWMgdHlwZXNldHRpbmcsIHJlbWFpbmluZyBlc3NlbnRpYWxseSB1bmNoYW5nZWQuIEl0IHdhcyBwb3B1bGFyaXNlZCBpbiB0aGUgMTk2MHMgd2l0aCB0aGUgcmVsZWFzZSBvZiBMZXRyYXNldCBzaGVldHMgY29udGFpbmluZyBMb3JlbSBJcHN1bSBwYXNzYWdlcywgYW5kIG1vcmUgcmVjZW50bHkgd2l0aCBkZXNrdG9wIHB1Ymxpc2hpbmcgc29mdHdhcmUgbGlrZSBBbGR1cyBQYWdlTWFrZXIgaW5jbHVkaW5nIHZlcnNpb25zIG9mIExvcmVtIElwc3VtLg=="
},
"external_reference_id": "123-9088-2"
}'
{
"id": "txn_817d2a074042bb4ec54e08fd82b1e0a8",
"client_id": "cli_64c6c87ee9d609f36a6f390dc378a4ce",
"master_account_holder_id": "mah_201e02c581a098a740456c5c19fcfcd6",
"master_account_id": "mas_743fa071316bc6beaf5dddfd05f49c30",
"sub_account_holder_id": "sah_5ccfeef0adf0cbe2aa0980d2c9505752",
"sub_account_id": "sub_bda1e562657c41e553104b10aad3fe70",
"status": "originated",
"amount": "500.00",
"currency": "usd",
"direction": "credit",
"method": "check",
"type": "deposit",
"message": "outgoing",
"description": "May invoice",
"available_balance": "9200.00",
"pending_credits": "500.00",
"pending_debits": "0.00",
"counterparty": {
"id": "ctp_8e5541c8a9e50c3af3b0daacf9175130",
"name": "John Doe",
"verification_status": "pass",
"account_number": "",
"routing_number": "",
"account_type": "",
"bank_name": "",
"beneficiary_bank": null,
"correspondent_bank": null,
"shipping_address": null
},
"check": {
"check_number": "98987679",
"cashed": true,
"shipping_address": null,
"tracking": null
},
"parent_transaction_id": "",
"external_reference_id": "123-9088-2",
"purpose": "",
"ofac": {
"status": "pass",
"last_updated_at": "2024-04-01T21:00:00Z"
},
"attachments": null,
"metadata": null,
"reconciliation": {
"status": "not_reconciled",
"master_account": null,
"sub_account": [
{
"id": "sub_bda1e562657c41e553104b10aad3fe70",
"transaction_id": "txn_817d2a074042bb4ec54e08fd82b1e0a8",
"amount": "500.00"
}
]
},
"timestamps": {
"created_at": "2024-04-04T11:06:00Z",
"updated_at": "2024-04-04T11:06:00Z",
"settled_at": "2024-04-04T11:06:00Z"
}
}