---
title: "GET /payments"
method: GET
path: "/payments"
---

# GET /payments

`GET /payments`

## Query parameters

- `start_at` string, date-time
- `end_at` string, date-time
- `cursor` string, uuid
- `limit` number

## Response `200`

- object
  - `request_id` string, uuid, required
  - `paging` object, required
    - `cursors` object
      - `before` string — Cursor pointing to the previous page. It is not provided, if it is the first page.
      - `after` string — Cursor pointing to the next page. It is not provided, if it is the last page.
  - `data` ExternalTransaction[], required
    - `payment_id` string, uuid, required
    - `created_at` string, date-time
    - `payment_status` 'approved' | 'refunded'
    - `blockchain_txn_id` string
    - `network_fee` Fee
      - `amount` unknown[], required
        - unknown
      - `currency` string, required
    - `payment_method` string
    - `fiat_total` object
      - `amount` number, required
      - `amount_usd` number, required
      - `currency` string, required
    - `crypto_total` Crypto
      - `amount` number, required
      - `currency` string, required
    - `crypto_fee_total` Fee
      - `amount` unknown[], required
        - unknown
      - `currency` string, required
    - `references` PaymentReferences
      - `tracking_reference_id` string
      - `original_http_ref_url` string — URL of the site that referred the end-user to partner’s site/app
      - `order_id` string — field given by the traffic provider at the payment creation request as specified in https://integrations.simplex.com/reference/payment-request"
    - `country` string — The country code that the user selected, ISO 3166-1 alpha-2

---

[API](https://skmtc.dev/simplex/apis/transactions.md) · [All operations](https://skmtc.dev/simplex/apis/transactions/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/simplex/transactions/revisions/6070cdb42020/schema)
