curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/receive/intrabank \
--header 'Content-Type: application/json' \
--data '""'
{
"data": [
{
"accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
"accountNumber": "9871617230445721",
"accountType": "",
"address": {
"addressType": "",
"city": "",
"country": "",
"line1": "",
"line2": "",
"postalCode": "",
"state": ""
},
"amount": "10.00",
"attachment": "",
"bankName": "Lewis & Clark Bank",
"bin": "",
"card": null,
"contactId": "con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7",
"createdAt": "2023-11-20T08:27:35Z",
"description": "New description",
"destinationAmount": "0.00",
"destinationCurrency": "",
"fallbackTransferId": "",
"iban": "",
"id": "tra-fa5a25ca-170c-4d27-a651-2292d3341294",
"metadata": {
"description": "Pro user",
"externalId": "usr_9HG724gvHJB378v3h"
},
"modifiedAt": "2023-11-20T08:28:17Z",
"name": "Bright Might LLC",
"parentTransferId": "",
"purposeCode": "",
"reviewCode": "",
"reviewMessage": "",
"routingNumber": "123206972",
"status": "completed",
"title": "New title",
"transferSubType": "originated",
"transferType": "intrabank",
"transferredAt": "2023-11-20T08:27:35Z",
"txnType": "credit",
"type": "",
"valid": ""
}
],
"total": 1
}
List all Intrabank Pull
curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/receive/intrabank \
--header 'Content-Type: application/json' \
--data '""'
{
"data": [
{
"accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
"accountNumber": "9871617230445721",
"accountType": "",
"address": {
"addressType": "",
"city": "",
"country": "",
"line1": "",
"line2": "",
"postalCode": "",
"state": ""
},
"amount": "10.00",
"attachment": "",
"bankName": "Lewis & Clark Bank",
"bin": "",
"card": null,
"contactId": "con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7",
"createdAt": "2023-11-20T08:27:35Z",
"description": "New description",
"destinationAmount": "0.00",
"destinationCurrency": "",
"fallbackTransferId": "",
"iban": "",
"id": "tra-fa5a25ca-170c-4d27-a651-2292d3341294",
"metadata": {
"description": "Pro user",
"externalId": "usr_9HG724gvHJB378v3h"
},
"modifiedAt": "2023-11-20T08:28:17Z",
"name": "Bright Might LLC",
"parentTransferId": "",
"purposeCode": "",
"reviewCode": "",
"reviewMessage": "",
"routingNumber": "123206972",
"status": "completed",
"title": "New title",
"transferSubType": "originated",
"transferType": "intrabank",
"transferredAt": "2023-11-20T08:27:35Z",
"txnType": "credit",
"type": "",
"valid": ""
}
],
"total": 1
}
"{{accountId}}"
The body is of type any
.
List all Intrabank Pulls
The response is of type object
.