---
title: "Send charge completion webhook"
method: POST
path: "charge.completed"
tags: ["charge.completed"]
---

# Send charge completion webhook

`POST charge.completed` (webhook)

## Payload

- ChargeCompletedWebhookPayload — Base webhook payload schema
  - `webhook_id` string, required — Webhook event identifier
  - `timestamp` integer, required — Webhook event timestamp
  - `type` 'charge.completed' | 'transfer.disburse' | 'transfer.reversal' | 'order.authorization', required — Webhook event type
  - `data` object, required
    - `id` string — ID of the charge
    - `amount` number — The payment amount in decimals.
    - `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` Customer
      - `id` string — ID of the customer.
      - `address` Address — Customer address information.
        - `city` string, required — The name of the city.
        - `country` string, required — ISO2 country code
        - `line1` string, required — The first line of the Customer's address.
        - `line2` string — The second line of the Customer's address.
        - `postal_code` string, required
        - `state` string, required — The state or region.
      - `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.
      - `meta` Meta
      - `created_datetime` string, date-time
    - `description` string — Description of the charge.
    - `meta` Meta
    - `payment_method` 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.
    - `reference` string — A custom identifier to track the transaction, This must be unique across all your transactions.
    - `status` string — 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

## Acknowledgement `200`

Return a 200 status to indicate that the webhook was received successfully

---

[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)
