SetWalletBlocked : Geler et dégeler un wallet
Version | Description |
---|---|
1.0 |
Cinématique
Avec la méthode « SetWalletBlocked », le système MARQUE BLANCHE peut geler ou dégeler un compte de paiement.
Requête
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>
<isBlocked>string</isBlocked>
<comment>string</comment>
</UpdateWalletStatus>
JSON
{
"wlLogin":"string",
"wlPass":"string",
"language":"string",
"version":"string",
"walletIp":"string",
"walletUa":"string",
"wallet":"string",
"isBlocked":"string",
"comment":"string"
}
Element | Description | Requis | Format | Exemple |
---|---|---|---|---|
wallet | Identifiant du compte de paiement dans le système en MARQUE BLANCHE | Oui | [1 :256] car | 33612345678 |
isBlocked | 0 : Dégeler 1 : geler | Oui | int | 1 |
comment | Indiquer la raison du Gel / dégel | Non | [1 :256] car | blocage temporaire |
Réponse
XML
<?xml version="1.0" encoding="utf-8"?>
<SETWALLETBLOCKED>
<WALLET>string</WALLET>
<ISBLOCKED>false</ISBLOCKED>
</SETWALLETBLOCKED>
JSON
{
"SETWALLETBLOCKED":{
"WALLET":"string",
"ISBLOCKED":"string"
}
}
Element | Description | Exemple |
---|---|---|
WALLET | Identifiant du compte de paiement mis à jour avec succès | 33612345678 |
ISBLOCKED | false : Le compte de paiement vient d’être dégelé true : le compte de paiement vient d'être gelé | true |