Skip to main content

CCAvenue Inbound Webhook

This API receives the webhook from CCAvenue and updates the payment transactions.

Request Body required
    order_id string required

    Unique identifier for the transaction from Nimbbl.

    tracking_id string required

    Tracking ID for the payment from CCAvenue.

    bank_ref_no string

    Bank reference number.

    order_status string required

    Possible values: [Success, Failure]

    Status of the order (Success/Failure).

    failure_message string required

    Reason for payment failure.

    payment_mode string required

    Possible values: [Credit Card, Debit Card, Prepaid Card, Net Banking, Wallet, Unified Payments]

    Payment mode used (e.g., Credit Card, Net Banking, Wallet, Unified Payments).

    card_name string required

    Name of the payment card or method used.

    status_code string required

    Status code associated with the payment.

    status_message string required

    Status message related to the payment.

    currency string required

    Currency code (e.g., INR for Indian Rupees).

    amount string required

    Total payment amount.

    billing_name string

    Name of the billing recipient.

    billing_address string required

    Billing address.

    billing_city string required

    City of the billing address.

    billing_state string required

    State of the billing address.

    billing_zip string required

    ZIP code of the billing address.

    billing_country string required

    Country of the billing address.

    billing_tel string required

    Telephone number of the billing recipient.

    billing_email string required

    Email address of the billing recipient.

    delivery_name string

    Name of the delivery recipient.

    delivery_address string required

    Delivery address.

    delivery_city string required

    City of the delivery address.

    delivery_state string required

    State of the delivery address.

    delivery_zip string required

    ZIP code of the delivery address.

    delivery_country string required

    Country of the delivery address.

    delivery_tel string required

    Telephone number of the delivery recipient.

    merchant_param1 string

    Custom merchant parameter 1.

    merchant_param2 string

    Custom merchant parameter 2.

    merchant_param3 string

    Custom merchant parameter 3.

    merchant_param4 string

    Custom merchant parameter 4.

    merchant_param5 string

    Custom merchant parameter 5.

    vault string

    Vault status (N or Y).

    offer_type string

    Type of offer (if applicable).

    offer_code string

    Offer code (if applicable).

    discount_value string

    Value of discount applied.

    mer_amount string

    Merchant amount.

    eci_value string

    ECI value (Electronic Commerce Indicator).

    retry string

    Retry status (N or Y).

    response_code string required

    Response code associated with the payment.

    billing_notes string

    Additional billing notes.

    trans_date string required

    Transaction date and time.

    bin_country string

    BIN country code.

Responses

CCAvenue webhook received and processed successfully

Loading...