get https://cubi-sandbox-api.customersbank.com/transfers/v1/
This endpoint allows users to view details for a specific book transfer.
Responses
This endpoint allows users to view details for a specific book transfer.
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/transfers/v1/id \
--header 'accept: application/json'
xxxxxxxxxx
34}
{
"id": "00000000-0000-0000-0000-000000000000",
"accountId": "00000000-0000-0000-0000-000000000000",
"accountName": "string",
"counterParty": "string",
"counterPartyAccountId": "00000000-0000-0000-0000-000000000000",
"counterPartyAccountName": "string",
"sendingPartner": "string",
"sendingAccount": "string",
"sendingAccountNumberLast4Digits": "string",
"receivingPartner": "string",
"receivingAccount": "string",
"receivingAccountNumberLast4Digits": "string",
"amount": 0,
"transactionType": "Send",
"internalMemo": "string",
"publicMemo": "string",
"purposeCode": "string",
"purposeDescription": "string",
"status": "ApprovalRequired",
"declineReason": "string",
"initiatingUserId": "string",
"initiatingUserName": "string",
"initiatingUserEmail": "string",
"approvalUserId": "string",