User Limit
Get the current user limit and monthlyUsed limit for onramp and offramp.
GET user limit details.
POST
https://api.remitquickly.com/onramp/api/v2/whiteLabel/user/limit
Request Body
Name
Type
Description
customerId*
String
Unique id received from /kyc/url
{
"status": 1,
"code": 200,
"data": {
"onrampLimit": 7000,
"offrampLimit": 7000,
"monthlyLimitUsedOnramp": 20,
"monthlyLimitUsedOfframp": 0,
"isNextKycVerificationRequired": 1
}
}
{
"status": 1,
"code": 200,
"data": {
"onrampLimit": 7000,
"offrampLimit": 7000,
"monthlyLimitUsedOnramp": 20,
"monthlyLimitUsedOfframp": 0,
"isNextKycVerificationRequired": 1
}
}
Last updated