Skip to main content

BillPaymentSaveResponseDto

Response DTO containing details after a bill payment request is processed.

billPaymentRequestIdstring

Unique identifier of the bill payment request.

Example: REQ123456789
signatureMethodstring

the signature method.

Possible values: [VIRTUAL_KEYBOARD, OTP_SMS]

Example: clavier virtuel, OTP SMS
requestIdentifierstring

Request Identifier assigned to the request.

Example: REF987654321
taskIdinteger<int64>

Identifier of the task associated with this bill payment process.

Example: 102030
redirectUrlstring

URL to which the user should be redirected for further action.

Example: https://bank.app.example.ma/confirm
BillPaymentSaveResponseDto
{
"billPaymentRequestId": "REQ123456789",
"signatureMethod": "clavier virtuel, OTP SMS",
"requestIdentifier": "REF987654321",
"taskId": 102030,
"redirectUrl": "https://bank.app.example.ma/confirm"
}