---
title: "GET /collect/{id}"
method: GET
path: "/collect/{id}"
---

# GET /collect/{id}

`GET /collect/{id}`

## Path parameters

- `id` string, required

## Response `200`

- object
  - `amount` number — Amount of collect
  - `balance_transaction` string — Related Balance transaction id
  - `created_at` string, date-time — Created At Timestamp
  - `currency` string — Currency of collection
  - `destination` string — Collection account id
  - `destination_details` string — Collection Account Details
  - `holding_currency` string — Balance currency
  - `id` string — Id of the collect
  - `metadata` string
  - `payer_details` object
    - `name` string — Name of the payer
    - `payer_bank` object
      - `account_number` string — Account number of the payer bank
      - `address` string — Address of the bank
      - `bank_codes` string — Bank codes
      - `name` string — Name of the bank
    - `additional_information` string — Any additional information to be attached with the collect
    - `reference_id` string
    - `payer_wallet` object — Payer wallet details
      - `desposit_address` string — Deposit address of the wallet
      - `type` string — Type of wallet
  - `status` string — Status of the collect
  - `tracking_details` string — Tracking details of the collect
  - `type` 'wire_transfer' | 'local_bank_transfer' | 'stablecoin_usdc' | 'stablecoin_usdt' — Type of collect
  - `on_behalf_of` string — Id of the entity on behalf of which the collect is created

---

[API](https://skmtc.net/tazapay/apis/sandbox.md) · [All operations](https://skmtc.net/tazapay/apis/sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tazapay/sandbox/versions/bf5f4b8f6f5d/schema)
