Updates the information on an existing sub account Limit Profile for a merchant.
Info | ||
---|---|---|
| ||
PUT: This endpoint is protected with OAuth 2.0 Bearer token |
Endpoint URL: {{base_url}}/api/v1/limit-profile/2XKTQ3LE9NH2
HTTP Method: PUT
Info |
---|
The {{base_url}} for test is |
...
but when you go live, it changes to the live url |
Update Limit Profile Request
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{
"subAccountCode": "MFY_SUB_319452883328",
"currencyCode": "NGN",
"bankCode": "058",
"accountNumber": "0123456789",
"email": "tamira3@gmail.com",
"defaultSplitPercentage": "25"
} | ||||||
Code Block | ||||||
| ||||||
| ||||||
{
"limitProfileName":"Test Limit Profile Update",
"singleTransactionValue":70000,
"dailyTransactionVolume":4000,
"dailyTransactionValue": 100000000
} |
Update Limit Profile Response
Code Block | ||
---|---|---|
| ||
{ "requestSuccessful": true, "responseMessage": "success", "responseCode": "0", "responseBody": [ { "subAccountCodelimitProfileCode": "MFY_SUB_3194528833282XKTQ3LE9NH2", "accountNumberlimitProfileName": "0123456789",Test Limit Profile Update", "accountNamesingleTransactionValue": "JOHN, DOE SNOW"70000, "currencyCodedailyTransactionVolume": "NGN"4000, "emaildailyTransactionValue": "tamira1@gmail.com", 100000000, "bankCodedateCreated": "05829/10/2019 01:49:09 PM", "bankNamelastModified": "GTBank", "defaultSplitPercentage": 20 29/10/2019 01:53:20 PM" } ] } |
...
Field Reference
(M) indicates fields that are mandatory in the request body
Field | Description |
---|
limitProfileName (M) | The |
name |
of the Limit Profile | |
singleTransactionValue(M) | The |
maximum amount that can be allowed per transaction on the reserved accounts. | |
dailyTransactionVolume(M) | The |
maximum number of transaction count per day allowed on the reserved accounts | |
dailyTransactionValue(M) | The |
maximum amount per day in all transactions that can be allowed on the reserved accounts | |
limitProfileCode | This Limit Profile code is the unique identifier for the Limit Profile used to reference the Limit Profile |
...
Related Articles
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
...
|
...
|
...
|
...