Update Payment Account Status
Note
This functionality is available depending on your contract.
How it works
With this method UpdateWalletStatus, payment account status can be updated or closed.
Important
Once an account has KYC 2 status, this operation is no longer possible.
XML
<UpdateWalletStatus xmlns="Service_mb">
<wlLogin>string</wlLogin>
<wlPass>string</wlPass>
<language>string</language>
<version>string</version>
<walletIp>string</walletIp>
<walletUa>string</walletUa>
<wallet>string</wallet>
<newStatus>string</newStatus>
</UpdateWalletStatus>
<?xml version="1.0" encoding="utf-8"?>
<WALLET>
<ID>string</ID>
</WALLET>
JSON
{
"wlLogin":"string",
"wlPass":"string",
"language":"string",
"version":"string",
"walletIp":"string",
"walletUa":"string",
"wallet":"string",
"newStatus":"string"
}
{
"WALLET":{
"ID":"string"
}
}
Request Inputs
Item | Description | Required | Format | Example |
---|---|---|---|---|
wallet | Payment account ID | Yes | [1 :256] char | 33612345678 |
newStatus | New payment account status. Possible values: | Yes | int | 6 |
5: payment account KYC 1 (status is given right after the call to RegisterWallet) | ||||
12: payment account closed. Warning: you cannot reopen a closed payment account. Only a payment account with a balance = 0 can be closed. |
Response Outputs
Item | Description | Example |
---|---|---|
ID | ID of updated payment account | 33612345678 |