Skip to content

Instantly share code, notes, and snippets.

@gokulnath
Created December 15, 2015 09:53
Show Gist options
  • Save gokulnath/bc1dfd6d8736047aca36 to your computer and use it in GitHub Desktop.
Save gokulnath/bc1dfd6d8736047aca36 to your computer and use it in GitHub Desktop.
{
"constraints": {
"NEFT": {
"DAILY_LIMIT": 300000,
"TRANSACTIONS_PER_DAY": 20,
"MIN_AMOUNT": 1,
"PER_TRANSACTION_LIMIT": 100000
},
"RTGS": {
"DAILY_LIMIT": 500000,
"TRANSACTIONS_PER_DAY": 2,
"MIN_AMOUNT": 200000,
"PER_TRANSACTION_LIMIT": 500000
},
"ECOMMERCE": {
"DAILY_LIMIT": 100000,
"TRANSACTIONS_PER_DAY": 20,
"MIN_AMOUNT": 1,
"PER_TRANSACTION_LIMIT": 100000
}
},
"current": {
"NEFT": {
"DAILY_LIMIT": 150000,
"MAX_AMOUNT": null,
"TRANSACTIONS_PER_DAY": 4,
"PER_TRANSACTION_LIMIT": 100000,
"TYPE": "NEFT",
"CUSTOMERID": "123456"
},
"RTGS": {},
"ECOMMERCE": {}
},
"isSuccessful": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment