Skip to main content

OTPSMSResponseDto

This DTO represents the response of the process of sending an OTP via SMS.

idinteger<int64>

The identifier of the signed bill payment request.

Example: 123456
billPaymentRequestIdinteger<int64>

The identifier associated with the bill payment request.

Example: 123456789
channelstring

channel used for payment

Possible values: [WEB, Mobile]

Example: web
signatureMethodstring

The method used for signing.

Possible values: [VIRTUAL_KEYBOARD, OTP_SMS]

Example: clavier virtuel
otpSentboolean
OTPSMSResponseDto
{
"id": 123456,
"billPaymentRequestId": 123456789,
"channel": "web",
"signatureMethod": "clavier virtuel",
"otpSent": true
}