get https://cubi-sandbox-api.customersbank.com/transfers/v1/search
Responses
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/transfers/v1/search \
--header 'accept: application/json'
xxxxxxxxxx
36}
{
"pageSize": 0,
"pageOffset": 0,
"totalPages": 0,
"totalItemCount": 0,
"items": [
{
"id": "00000000-0000-0000-0000-000000000000",
"counterPartyPartnerName": "string",
"counterPartyAccountName": "string",
"sendingPartnerName": "string",
"sendingAccountName": "string",
"counterPartyAccountNumberLast4Digits": "string",
"receivingPartnerName": "string",
"receivingAccountName": "string",
"sendingAccountNumberLast4Digits": "string",
"receivingAccountNumberLast4Digits": "string",
"amount": 0,
"transactionType": "Send",
"internalMemo": "string",
"publicMemo": "string",
"purposeCode": "string",
"purposeDescription": "string",
"status": "ApprovalRequired",
"declineReason": "string",