CancelMoneyOut: Money-out Cancellation

Version

Description

1.0

Function creation

How it works

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

Request


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>

JSON

{   
    "wlLogin":"string",
    "wlPass":"string",
    "language":"string",
    "version":"string",
    "walletIp":"string",
    "walletUa":"string",
    "wallet":"string",
    "transaction":"string"
}

Element

Description

Requis

Format

Exemple

wallet

Payment account ID

Yes

[1 :256] char

Pizza75

transaction

Money-out ID

Yes

int

255

Response

  

XML

<?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

{  
    "CANCELMONEYOUT": {  
        "HPAY": {  
            "ID":"string",
            "DATE":"string",
            "SEN":"string",
            "REC":"string",
            "DEB":"string",
            "CRED":"string",
            "COM":"string",
            "MSG":"string",
            "STATUS":"string"
        }
    }
}

Element

Description

Exemple

HPAY

Corresponding to one Money-out


ID

Money-out ID

255

DATE

Money-out date

10/09/2011 18:09:27

SEN

Payment account that has performed the money-out

33612345678

REC

Empty in this case


DEB

Amount to debit from a payment account

15.00

CRED

0 in this case

0.00

COM

Your fee

3.00

MSG

Comment

Commande numéro 255

STATUS

3 : success
4 : error

3