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.
How to configure
How you configure CCAvenue depends on whether you're using DigitalRiver.js with Elements or 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
.
"ccavenue": {
"bankReferenceNumber": "1634229024157",
"accountToken": "71826934100000000000000575766005",
"trackingId": "310007639563",
"subType": "Visa",
"bankName": "Visa",
"bankCode": "Credit Card",
"orderStatus": "Success"
}
"ccavenue": {
"bankReferenceNumber": "1634229110338",
"accountToken": "71826934100000000000000575766005",
"trackingId": "310007639565",
"subType": "Net Banking",
"bankName": "AvenuesTest",
"bankCode": "Net Banking",
"orderStatus": "Success"
}
"ccavenue": {
"bankReferenceNumber": "1634229189578",
"accountToken": "71826934100000000000000575766005",
"trackingId": "310007639569",
"subType": "Wallet",
"bankName": "AvenuesTest",
"bankCode": "Wallet",
"orderStatus": "Success"
}
"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:
Payment Method Guide: digitalriver.com/payment-method-guide
Country Guide: digitalriver.com/country-guide/
Last updated
Was this helpful?