Skip to main content

BillPaymentRequestActionResponseDto

This DTO represents the response for terminating a bill payment request.

urlRedirectstring

URL to which the user should be redirected.

Example: https://bank.app.example.ma/sign
idinteger<int64>

Unique identifier of the bill payment request.

Example: 123456
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
BillPaymentRequestActionResponseDto
{
"urlRedirect": "https://bank.app.example.ma/sign",
"id": 123456,
"statut": "SIGNE",
"multiSign": true
}