CCAvenue

Learn about CCAvenue.

CCAvenue is India's local processing payment option for Digital River clients with an Indian bank account. CCAvenue is an auto-settle payment method offering local India payment options such as Credit Card, Wallet, Net Banking, and UPI.

Digital River currently only accepts payments for digital products through the CCAvenue payment method.

How to configure

How you configure CCAvenue depends on whether you're using DigitalRiver.js with Elements or Drop-in payments.

DigitalRiver.js with Elements
Drop-in payments

How it works

CCAvenue uses a submit, then redirects payment flow.

Payment options

CCAvenue offers multiple payment options. The bankCode identifies the payment options and determines the value of the subType field.

The bankCode value will be used as the subType unless the bankCode is "Credit Card", then the bankName will be used as the subType.

Credit Card
"ccavenue": {

    "bankReferenceNumber": "1634229024157",
    "accountToken": "71826934100000000000000575766005",
    "trackingId": "310007639563",
    "subType": "Visa",
    "bankName": "Visa",
    "bankCode": "Credit Card",
    "orderStatus": "Success"
}
Net Banking
"ccavenue": {
    "bankReferenceNumber": "1634229110338",
    "accountToken": "71826934100000000000000575766005",
    "trackingId": "310007639565",
    "subType": "Net Banking",
    "bankName": "AvenuesTest",
    "bankCode": "Net Banking",
    "orderStatus": "Success"
}
Wallet
"ccavenue": {
    "bankReferenceNumber": "1634229189578",
    "accountToken": "71826934100000000000000575766005",
    "trackingId": "310007639569",
    "subType": "Wallet",
    "bankName": "AvenuesTest",
    "bankCode": "Wallet",
    "orderStatus": "Success"
}
UPI
"ccavenue": {
    "bankReferenceNumber": "377494",
    "accountToken": "71826934100000000000000575766005",
    "trackingId": "310007639571",
    "subType": "Unified Payments",
    "bankName": "UPI",
    "bankCode": "Unified Payments",
    "orderStatus": "Success"
}

Supported markets

For information on supported markets and currencies for Drop-in and DigitalRiver.js, go to:

Last updated

Was this helpful?

#1249: DOC-395 CCAvenue

Change request updated