SignResponseDto
Response DTO containing details after the signing process of a bill payment request.
urlredstring
URL to which the user should be redirected.
Example:
https://bank.app.example.ma/page_after_signaturestatutstring
the status of the request
Possible values: [ABANDONNE, ANNULE, EN_COURS_DE_SIGNATURE, EN_COURS_DE_TRAITEMENT, REJETE, RETOUR_INITIATEUR, SIGNE, SWIFT_MT700_GENERE, TRAITE, TRAITE_PARTIELLEMENT, A_COMPLETER]
Example:
SIGNEmultiSignboolean
SignResponseDto
{
"urlred": "https://bank.app.example.ma/page_after_signature",
"statut": "SIGNE",
"multiSign": true
}