---
title: "View payment"
method: GET
path: "/v1/Payments/{id}"
tags: ["Payments"]
---

# View payment

`GET /v1/Payments/{id}`

Find a single payment by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsPayment
  - `ok` boolean
  - `payment_id` integer — Primary identifier for this payment.
  - `customer_id` integer — Foreign identifier for the account this payment is associated with.
  - `bill_id` integer — Foreign identifier for the bill this payment is displayed on.
  - `agent_id` integer — Foreign identifier for the agent this payment is associated with.
  - `reference_number` string — Reference information for this payment. Electronic payments will store transaction information here.
  - `created_by` integer — Foreign identifier for the user that created this payment.
  - `created_date` string, date-time — Date and time this payment was created in the system.
  - `received_date` string, date-time — Date and time this payment was received.
  - `source` 'AGENT' | 'INHOUSE' | 'WEB' | 'LOCKBOX' | 'API' | 'AUTO_DEBIT' | 'IVR' | 'LOCKBOX_ACE' | 'LOCKBOX_BANK_OF_OKLAHOMA' | 'LOCKBOX_REGIONS' | 'LOCKBOX_REGIONS_RETAIL' | 'LOCKBOX_REGIONS_WHOLESALE' | 'CHECKFREE' | 'MONEYGRAM' | 'WACHOVIA' | 'WELLSFARGO' | 'WESTERNUNION' | 'US_PAYMENTS' | 'ORDER' — Who or what collected this payment.
  - `balance` number, double — Monetary amount that has yet to apply to charges.
  - `payment_account_id` integer — Foreign identifier indicating the payment account used for the transaction.
  - `ebilling_profile_id` integer — Alias for payment_account_id and will be retired soon. Please use payment_account_id instead.
  - `method` string — The method or form in which payment was made.
  - `amount` number, double — Monetary amount of this payment.
  - `refund_flag` boolean — Indicates whether the payment has been refunded.
  - `payment_type_id` integer — Foreign identifier indicating the user defined type of payment.
  - `bounced` boolean — Indicates if the bounce process has been performed on the payment.
  - `authorization_code` string — Authorization code for the payment.
  - `currency_code` 'USD' | 'AFN' | 'DZD' | 'ARS' | 'AMD' | 'AWG' | 'AUD' | 'AZN' | 'BSD' | 'BHD' | 'THB' | 'PAB' | 'BBD' | 'BYN' | 'BZD' | 'BMD' | 'VEF' | 'BOB' | 'BRL' | 'BND' | 'BGN' | 'BIF' | 'CVE' | 'CAD' | 'KYD' | 'XOF' | 'XAF' | 'XPF' | 'CLP' | 'COP' | 'KMF' | 'CDF' | 'BAM' | 'NIO' | 'CRC' | 'CUP' | 'CZK' | 'GMD' | 'DKK' | 'MKD' | 'DJF' | 'STD' | 'DOP' | 'VND' | 'XCD' | 'EGP' | 'SVC' | 'ETB' | 'EUR' | 'FKP' | 'FJD' | 'HUF' | 'GHS' | 'GIP' | 'HTG' | 'PYG' | 'GNF' | 'GYD' | 'HKD' | 'UAH' | 'ISK' | 'INR' | 'IRR' | 'IQD' | 'JMD' | 'JOD' | 'KES' | 'PGK' | 'LAK' | 'HRK' | 'KWD' | 'AOA' | 'MMK' | 'GEL' | 'LBP' | 'ALL' | 'HNL' | 'SLL' | 'LRD' | 'LYD' | 'SZL' | 'LSL' | 'MGA' | 'MWK' | 'MYR' | 'MUR' | 'MXN' | 'MXV' | 'MDL' | 'MAD' | 'MZN' | 'BOV' | 'NGN' | 'ERN' | 'NAD' | 'NPR' | 'ANG' | 'ILS' | 'TWD' | 'NZD' | 'BTN' | 'KPW' | 'NOK' | 'MRO' | 'TOP' | 'PKR' | 'MOP' | 'CUC' | 'UYU' | 'PHP' | 'GBP' | 'BWP' | 'QAR' | 'GTQ' | 'ZAR' | 'OMR' | 'KHR' | 'RON' | 'MVR' | 'IDR' | 'RUB' | 'RWF' | 'SHP' | 'SAR' | 'RSD' | 'SCR' | 'SGD' | 'PEN' | 'SBD' | 'KGS' | 'SOS' | 'TJS' | 'SSP' | 'LKR' | 'SDG' | 'SRD' | 'SEK' | 'CHF' | 'SYP' | 'BDT' | 'WST' | 'TZS' | 'KZT' | 'TTD' | 'MNT' | 'TND' | 'TRY' | 'TMT' | 'AED' | 'UGX' | 'CLF' | 'COU' | 'UYI' | 'USN' | 'UZS' | 'VUV' | 'CHE' | 'CHW' | 'KRW' | 'YER' | 'JPY' | 'CNY' | 'ZMW' | 'ZWL' | 'PLN' — The three-letter currency code for the payment.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

- `404` — NotFound
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/versions/135571434f6c/schema)
