Skip to main content

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_signature
statutstring

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: SIGNE
multiSignboolean
SignResponseDto
{
"urlred": "https://bank.app.example.ma/page_after_signature",
"statut": "SIGNE",
"multiSign": true
}