v1
latestOpenAPI 3.0.02026-07-2691259477.2 KBMoneyIns | Direct Debits
Register a SDD Mandate
This method allows you to pre-register a mandate.<br /><ul><li>If you register a mandate with electronic signature, the mandate will be pending. You need to use the Generate an Electronic Signature of a Document call to sign the mandate. The status will change accordingly.</li><li>If you register a mandate with opt-in signature, the mandate will be automatically validated. Please refer to the Support Team for this option.</li></ul>
post/v2/moneyins/sdd/mandate
Headers
Authorizationstring required
Authorization bearer (OAuth 2)
PSU-Accept-Languagestring
Response language accepted by final client (PSU). English by default
PSU-IP-Addressstring required
IP address of the final client (PSU).
PSU-User-Agentstring
User-agent of the final client (PSU).
Request body
Example request
{
"wallet": "33612345678",
"holder": "Jean Dupont",
"bic": "ABCDEFGHIJK",
"iban": "FR1420041010050500013M02606",
"isB2B": true,
"isRecurring": true,
"street": "26 rue de Paris",
"postCode": "93100",
"city": "Montreuil",
"country": "FRANCE",
"mandateLanguage": "es",
"rum": "123456"
}Response
OK