GET
/
cash
/
{id}
Get cash transfer
curl --request GET \
  --url https://api-sandbox.synctera.com/v0/cash/{id} \
  --header 'Authorization: Bearer <token>'
{
  "amount": 10000,
  "dc_sign": "DEBIT",
  "source_data": {},
  "client_bank_account": 123456789,
  "client_name": "Fintech A",
  "customer_id": "46fec39e-e776-4571-bf90-d0e1d15172fe",
  "destination_account_id": "fccb4a46-1261-4e91-b622-73b5b946183d",
  "destination_account_number": 1344012344,
  "destination_account_owner_name": "<string>",
  "effective_date": "2022-03-18",
  "failed": false,
  "history": [
    {
      "data": {},
      "message": "<string>",
      "timestamp": "2023-11-07T05:31:56Z"
    }
  ],
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "is_same_day": true,
  "network_status": "POSTED",
  "original_reference_id": 123456788,
  "originating_account_id": "b01db9c7-78f2-4a99-8aca-1231d32f9b96",
  "originating_account_number": 1961234745,
  "originating_account_owner_name": "<string>",
  "posting_date": "2022-03-18",
  "reference_id": 123456789,
  "status": "POSTED",
  "subtype": "CASH_ORDER",
  "suspended": false,
  "tenant_id": "abcdef_ghijkl",
  "transaction_id": "45b5246f-ad97-4629-9aac-465b74a05505"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Cashier Transfer ID

Response

200
application/json

Retrieve a single cash transfer

Cash transfer