RegisterSddMandate: Register a SDD Mandate
Version | Description |
|---|---|
1.0 | |
| 1.1 | RUM output |
How it works
This method allows you to pre-register a Mandate.
- If you register a Mandate with an electronic signature, the Mandate will be pending. You need to use SignDocumentInit call to sign the Mandate. The status will change accordingly.
- If you register a Mandate with an opt-in signature, the Mandate will be automatically validated. Please refer to the Support Team for this option.
Request
XML
<RegisterSddMandate xmlns="Service_mb">
<wlLogin>string</wlLogin>
<wlPass>string</wlPass>
<language>string</language>
<version>string</version>
<walletIp>string</walletIp>
<walletUa>string</walletUa>
<wallet>string</wallet>
<holder>string</holder>
<bic>string</bic>
<iban>string</iban>
<isRecurring>string</isRecurring>
<isB2B>string</isB2B>
<street>string</street>
<postCode>string</postCode>
<city>string</city>
<country>string</country>
<mandateLanguage>string</mandateLanguage>
<rum>string</rum>
</RegisterSddMandate>
JSON
{
"wlLogin":"string",
"wlPass":"string",
"language":"string",
"version":"string",
"walletIp":"string",
"walletUa":"string",
"wallet":"string",
"holder":"string",
"bic":"string",
"iban":"string",
"isRecurring":"string",
"isB2B":"string",
"street":"string",
"postCode":"string",
"city":"string",
"country":"string",
"mandateLanguage":"string",
"rum":"string"
}
Element | Description | Required | Format | Example |
|---|---|---|---|---|
wallet | Account ID the Technical wallet or KYC1 wallet are not authorized (except for some specials partners) | Yes | [0 : 256] char | 33612345678 or taxi67 |
holder | IBAN holder | Yes | [1 :100] char | Jean Dupont |
bic | BIC / SWIFT Code | Yes | [11] char | ABCDEFGHIJK |
iban | IBAN | Yes | [15 : 34] char | FR1420041010050500013M02606 |
isRecurring | 1: recurrent payment | Yes | [1] char | 1 |
| isB2B | 1: SEPA business to business | No | [1] char | 1 |
street | Client number and street. | Yes | [0 :256] car | 26 rue de Paris |
postCode | Client postcode/ZIP | Yes | [0 :10] car | 93100 |
city | Client city | Yes | [0 :256] car | Montreuil |
country | Client country | Yes | [0 :256] car | FRANCE |
| mandateLanguage | Language of the generated mandate. Currently, the available languages are: fr, en, de, es, it. | No | [2] chars | es |
| rum | Unique mandate reference number (UMR) | No | [0 :35] car | 123456 |
Answer
XML
<SDDMANDATE>
<S>0</S>
<ID>11</ID>
<RUM>LW123456</RUM>
</SDDMANDATE>
JSON
{
"SDDMANDATE":{
"S":"0",
"ID":"11",
"RUM":"LW123456"
}
}
Element | Description | Example |
|---|---|---|
ID | Mandate ID | 253 |
S | Mandate status: | 0 |
| RUM | Unique mandate reference number (UMR) | LW123456 |