---
title: "Retrieve a charge"
method: GET
path: "/charges/{id}"
tags: ["Charges"]
---

# Retrieve a charge

`GET /charges/{id}`

Retrieve a charge

## Path parameters

- `id` string, required — ID of the charge.

## Headers

- `X-Trace-Id` string

## Response `200`

OK

- object
  - `status` 'success' | 'failed'
  - `message` string
  - `data` Charge
    - `id` string — ID of the charge.
    - `amount` number — The payment amount in decimals.
    - `fees` object[] — Fees charged on payment amount
      - `type` string — The specific type of fee. i.e., "vat", "app", "merchant", "stamp_duty".
      - `amount` number — The fee amount in decimal format.
    - `billing_details` object — The customer's billing information.
      - `email` string — The Customer's email address.
      - `name` Name — The Customer's full name.
        - `first` string — The Customer's first name.
        - `middle` string — The Customer's middle name.
        - `last` string — The Customer's last name.
      - `phone` Phone — The customer's mobile number.
        - `country_code` string, required — The dialling country code e.g. 234 for NG.
        - `number` string, required — Unformatted 7-10-digit phone number without the country code.
    - `currency` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'AQD' | 'ARS' | 'AUD' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BWP' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUP' | 'CVE' | 'CYP' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'ECS' | 'EEK' | 'EGP' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GGP' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LVL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MTL' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SKK' | 'SLL' | 'SOS' | 'SRD' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'XAF' | 'XCD' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMK' | 'ZWD' | 'ZMW' | 'USDC' | 'USDT' | 'RLUSD' — ISO 4217 currency code.
    - `customer_id` string — ID of the customer.
    - `description` string — The charge's description.
    - `disputed` boolean — Boolean indicating if the charge was disputed.
    - `settled` boolean — Boolean indicating if the transaction has been settled.
    - `settlement_id` string[] — Id for the settlement the transaction belongs to.
    - `meta` Meta
    - `next_action` union
      - RedirectUrlNextAction
        - `type` string, required
        - `redirect_url` RedirectUrl, required
          - `url` string, required — Payment screen URL to redirect customer to.
      - RequiresAdditionalFieldsNextAction
        - `type` string, required
        - `requires_additional_fields` RequiresAdditionalFields, required
          - `fields` string[], required
      - RequiresPinNextAction
        - `type` string, required
        - `requires_pin` object
      - RequiresRequeryNextAction
        - `type` string, required
        - `requires_requery` object
      - RequiresOtpNextAction
        - `type` string, required
        - `requires_otp` object
      - PaymentInstructionNextAction
        - `type` string, required
        - `payment_instruction` PaymentInstruction, required
          - `note` string, required — Custom field containing the payment instruction.
      - RequiresCaptureNextAction
        - `type` string, required
        - `requires_capture` object
      - RequiresBankTransferNextAction
        - `type` string, required
        - `requires_bank_transfer` RequiresBankTransfer
          - `account_number` string, required — The account number designated for receiving payments.
          - `account_bank_name` string, required — The Bank name.
          - `account_expiration_datetime` string, date-time — Specifies when the virtual account expires.
          - `note` string
      - QrCodeNextAction
        - `type` string, required
        - `qr_code` QrCode, required
          - `image` string, required — Qr code
    - `payment_method_details` union
      - CardPaymentMethod
        - `id` string, required — ID of the payment method.
        - `type` string, required — The type of the payment method.
        - `customer_id` string — ID of the customer.
        - `meta` Meta
        - `device_fingerprint` string — The customer's device fingerprint.
        - `client_ip` string — The customer's device IP.
        - `created_datetime` string, date-time — The date and time when the virtual account was created.
      - BankAccountPaymentMethod
        - `id` string, required — ID of the payment method.
        - `type` string, required — The type of the payment method.
        - `customer_id` string — ID of the customer.
        - `meta` Meta
        - `device_fingerprint` string — The customer's device fingerprint.
        - `client_ip` string — The customer's device IP.
        - `created_datetime` string, date-time — The date and time when the virtual account was created.
      - MobileMoneyPaymentMethod
        - `id` string, required — ID of the payment method.
        - `type` string, required — The type of the payment method.
        - `customer_id` string — ID of the customer.
        - `meta` Meta
        - `device_fingerprint` string — The customer's device fingerprint.
        - `client_ip` string — The customer's device IP.
        - `created_datetime` string, date-time — The date and time when the virtual account was created.
      - OpayPaymentMethod
        - `id` string, required — ID of the payment method.
        - `type` string, required — The type of the payment method.
        - `customer_id` string — ID of the customer.
        - `meta` Meta
        - `device_fingerprint` string — The customer's device fingerprint.
        - `client_ip` string — The customer's device IP.
        - `created_datetime` string, date-time — The date and time when the virtual account was created.
      - ApplepayPaymentMethod
        - `id` string, required — ID of the payment method.
        - `type` string, required — The type of the payment method.
        - `customer_id` string — ID of the customer.
        - `meta` Meta
        - `device_fingerprint` string — The customer's device fingerprint.
        - `client_ip` string — The customer's device IP.
        - `created_datetime` string, date-time — The date and time when the virtual account was created.
      - GooglepayPaymentMethod
        - `id` string, required — ID of the payment method.
        - `type` string, required — The type of the payment method.
        - `customer_id` string — ID of the customer.
        - `meta` Meta
        - `device_fingerprint` string — The customer's device fingerprint.
        - `client_ip` string — The customer's device IP.
        - `created_datetime` string, date-time — The date and time when the virtual account was created.
      - UssdPaymentMethod
        - `id` string, required — ID of the payment method.
        - `type` string, required — The type of the payment method.
        - `customer_id` string — ID of the customer.
        - `meta` Meta
        - `device_fingerprint` string — The customer's device fingerprint.
        - `client_ip` string — The customer's device IP.
        - `created_datetime` string, date-time — The date and time when the virtual account was created.
      - PwbtPaymentMethod
        - `id` string, required — ID of the payment method.
        - `type` string, required — The type of the payment method.
        - `customer_id` string — ID of the customer.
        - `meta` Meta
        - `device_fingerprint` string — The customer's device fingerprint.
        - `client_ip` string — The customer's device IP.
        - `created_datetime` string, date-time — The date and time when the virtual account was created.
    - `redirect_url` string — Specifies the URL to redirect to.
    - `refunded` boolean — Boolean indicating if the transaction has been refunded.
    - `reference` string — A custom identifier to track the transaction, This must be unique across all your transactions.
    - `status` 'succeeded' | 'pending' | 'failed' | 'voided' — The status of the charge.
    - `processor_response` [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object]
      - `type` string, required
      - `code` string, required
    - `created_datetime` string, date-time — Timestamp for when the transaction was created.

## Other responses

- `400` — Bad request
- `401` — Unauthorised request
- `403` — Forbidden

---

[API](https://skmtc.net/flutterwave/apis/flutterwave-apis.md) · [All operations](https://skmtc.net/flutterwave/apis/flutterwave-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flutterwave/flutterwave-apis/revisions/6014190df2e9/schema)
