Transaction Limits

Viewing transaction limits#

Use this endpoint if you want to view your transaction limits. Partners can view transaction limits for their customers using this endpoint.

Method: GET

Endpoint: {{env}}/api/customer/transactionlimits/{customerId}

{
"statusCode": 200,
"message": "GET Request successful.",
"isError": false,
"result": [
{
"TransactionMethod": "Eft",
"Type": "FundZumWallet",
"DailyQuantity": 100,
"DailyAmount": 9999.99,
"DailyVolume": 1000000,
"MonthlyVolume": 1000000
},
{
"TransactionMethod": "Eft",
"Type": "WithdrawZumWallet",
"DailyQuantity": 100,
"DailyAmount": 9999.99,
"DailyVolume": 1000000,
"MonthlyVolume": 1000000
},
{
"TransactionMethod": "Eft",
"Type": "AccountsPayable",
"DailyQuantity": 100,
"DailyAmount": 9999.99,
"DailyVolume": 1000000,
"MonthlyVolume": 1000000
},
{
"TransactionMethod": "Eft",
"Type": "AccountsReceivable",
"DailyQuantity": 100,
"DailyAmount": 9999.99,
"DailyVolume": 1000000,
"MonthlyVolume": 1000000
},
{
"TransactionMethod": "Interac",
"Type": "AccountsPayable",
"DailyQuantity": 100,
"DailyAmount": 9999.99,
"DailyVolume": 1000000,
"MonthlyVolume": 1000000
},
{
"TransactionMethod": "Interac",
"Type": "AccountsReceivable",
"DailyQuantity": 100,
"DailyAmount": 9999.99,
"DailyVolume": 1000000,
"MonthlyVolume": 1000000
},
{
"TransactionMethod": "Interac",
"Type": "FundZumWallet",
"DailyQuantity": 100,
"DailyAmount": 9999.99,
"DailyVolume": 1000000,
"MonthlyVolume": 1000000
},
{
"TransactionMethod": "Interac",
"Type": "WithdrawZumWallet",
"DailyQuantity": 100,
"DailyAmount": 9999.99,
"DailyVolume": 1000000,
"MonthlyVolume": 1000000
}
]
}

Response

ParameterTypeDescription
TransactionMethodstringTransaction method
TypestringTransaction type
DailyQuantityintThe transactions per day for each transaction type is the maximum number of transactions allowed per day for transactions of that type.
DailyAmountdecimalThe limit for each transaction type is the maximum amount allowed per transaction of that respective type.
DailyVolumedecimalThe maximum volume per day for each transaction type is the maximum cumulative amount allowed for all transactions of that respective type.
MonthlyVolumedecimalThe maximum volume per month for each transaction type is the maximum cumulative amount allowed for all transactions of that respective type.