---
title: "Get a payment for a customer profile"
method: GET
path: "/{customer_profile_id}/deposits/{deposit_id}"
---

# Get a payment for a customer profile

`GET /{customer_profile_id}/deposits/{deposit_id}`

[Available in Production/Sandbox environment] Retrieve a payment made via bank transfer or PayNow

## Path parameters

- `customer_profile_id` string, required
- `deposit_id` string, required

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Response `200`

200

- object
  - `id` string — Payment contract ID.
  - `type` string — Transaction type.
  - `idempotency_id` string — Idempotency ID for the transaction.
  - `amount` string — Transaction amount.
  - `fees` unknown
  - `status` string — Transaction status.
  - `bank_account_no` unknown
  - `merchant_ref` unknown
  - `blocked_reasons` object[] — Reasons blocking the transaction, if any.
  - `currency` string — Transaction currency.
  - `end_to_end_ref` unknown
  - `sender_bank` unknown
  - `sender_bank_account_no` unknown
  - `sender_bank_account_holder_name` unknown
  - `sender_bank_swift_bic` unknown
  - `created_at` string — Timestamp when the transaction was created.

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/revisions/9ceee2969aeb/schema)
