-
Notifications
You must be signed in to change notification settings - Fork 9
payment options
oabdoun edited this page Dec 4, 2014
·
3 revisions
Payment options is a JSON or JavaScript object that specifies the mode of payment selected by the customer. It has the following format
{
"mode": "card",
"cardNumber": "4444 3333 2222 1111",
"cardHolder": "Chhota Bheem",
"cardExpiry": "08/22",
"cardCvv": "842",
"bankCode": "CID008",
"token": "7b8a08343354b1ad295d3d930fb44e82",
"tokenCvv": "648"
}where
-
modeiscardfor credit / debit card,netbankingfor netbanking ortokenfor credit / debit card saved with Citrus Wallet -
cardNumberthe credit / debit card number (PAN) whenmodeiscard -
cardHolderthe name on the credit / debit card whenmodeiscard -
cardExpirythe credit / debit expiry date (in format 'mm/yy' or 'mm/yyyy') whenmodeiscard -
cardCvvthe 3 or 4 digits security number at the back of the credit / debit card whenmodeiscard -
bankCodethe CitrusPay code for the bank whenmodeisnetbanking -
tokenthe Citrus Wallet token value of the saved credit / debit card whenmodeistoken -
tokenCvvthe 3 or 4 digits security number at the back of the credit / debit saved card whenmodeistoken
This is a list of CitrusPay bank codes to use for netbanking payment options
| code | name |
|---|---|
| CID001 | ICICI Bank |
| CID002 | AXIS Bank |
| CID003 | Citibank |
| CID004 | YES Bank |
| CID005 | SBI Bank |
| CID006 | Deutsche Bank |
| CID007 | Union Bank |
| CID008 | Indian Bank |
| CID009 | Federal Bank |
| CID010 | HDFC Bank |
| CID011 | IDBI Bank |
| CID012 | State Bank of Hyderabad |
| CID013 | State Bank of Bikaner and Jaipur |
| CID014 | State Bank of Mysore |
| CID015 | State Bank of Travancore |
| CID016 | Andhra Bank |
| CID017 | Bank of Bahrain & Kuwait |
| CID018 | Bank of Baroda Corporate Accounts |
| CID019 | Bank of India |
| CID020 | Bank of Baroda Retail Accounts |
| CID021 | Bank of Maharashtra |
| CID022 | Catholic Syrian Bank |
| CID023 | Central Bank of India |
| CID024 | City Union Bank |
| CID025 | Corporation Bank |
| CID026 | DCB Bank ( Development Credit Bank ) |
| CID027 | Indian Overseas Bank |
| CID028 | IndusInd Bank |
| CID029 | ING Vysya Bank |
| CID030 | Jammu & Kashmir Bank |
| CID031 | Karnataka Bank |
| CID032 | Karur Vysya Bank |
| CID033 | Kotak Mahindra Bank |
| CID034 | Lakshmi Vilas Bank NetBanking |
| CID035 | Oriental Bank of Commerce |
| CID036 | Punjab National Bank Corporate Accounts |
| CID037 | South Indian Bank |
| CID038 | Standard Chartered Bank |
| CID039 | Syndicate Bank |
| CID040 | Tamilnad Mercantile Bank |
| CID041 | United Bank of India |
| CID042 | Vijaya Bank |