Use the Sign service to allow your debtor to authorise the electornic mandate via SMS, One-Time Password.

At this point in the conversation we are ready for the user to sign the electronic mandate.

  • As an initial step, call GET /conversations/sign to retrieve the mandate details (the details as provided in the Prepare E-Mandate request).
  • Render the E-Mandate signup page.
  • When the end user clicks the Proceed button on the signup page, use POST/conversations/sign to move the e-mandate to the next conversation step. Note that email and mobileNumber are mandatory in the request.

As the authorisation method in this example is SMS_PASSWORD, The user will receive an SMS message with a 4-digit code to the mobile number specified. The user will need to submit this code when prompted (in the next conversation step). Note that this OTP is not returned in the API.

Move to the next stage in the conversation: Confirmation

GET /conversation/sign

POST /conversation/sign