Money-Out Cancellation

CancelMoneyOut

How it works

With the CancelMoneyOut method, you can cancel a Money-out / SDD.

XML

<CancelMoneyOut xmlns="Service_mb">
  <wlLogin>string</wlLogin>
  <wlPass>string</wlPass>
  <language>string</language>
  <version>string</version>
  <walletIp>string</walletIp>
  <walletUa>string</walletUa>
  <wallet>string</wallet>
  <transaction>string</transaction>
</CancelMoneyOut>
<?xml version="1.0" encoding="utf-8"?>
<CANCELMONEYOUT>
    <HPAY>
        <ID> string </ID>
        <DATE> string </DATE>
        <SEN> string </SEN>
        <REC> string </REC>
        <DEB> string </DEB>
        <CRED> string </CRED>
        <COM> string </COM>
        <MSG> string </MSG>
        <STATUS> string </STATUS>
    </HPAY>
</CANCELMONEYOUT>

JSON

{   
    "wlLogin":"string",
    "wlPass":"string",
    "language":"string",
    "version":"string",
    "walletIp":"string",
    "walletUa":"string",
    "wallet":"string",
    "transaction":"string"
}
{  
    "CANCELMONEYOUT": {  
        "HPAY": {  
            "ID":"string",
            "DATE":"string",
            "SEN":"string",
            "REC":"string",
            "DEB":"string",
            "CRED":"string",
            "COM":"string",
            "MSG":"string",
            "STATUS":"string"
        }
    }
}

Request Input Description

ElementDescriptionRequestFormatExample
walletPayment account IDYes[1:256] charPizza75
transactionMoney-Out IDYesint255

Response Output Description

ElementDescriptionExample
HPAYCorresponding to one Money-out
IDMoney-Out ID255
DATEMoney-Out date10/9/2011 18:09
SENPayment account that has performed the Money-Out33612345678
RECEmpty in this case
DEBAmount to debit from a payment account15
CRED0 in this case0
COMYour fee3
MSGCommentCommande numéro 255
STATUS3: success3
4: error