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:
123456billPaymentRequestIdinteger<int64>
The identifier associated with the bill payment request.
Example:
123456789channelstring
channel used for payment
Possible values: [WEB, Mobile]
Example:
websignatureMethodstring
The method used for signing.
Possible values: [VIRTUAL_KEYBOARD, OTP_SMS]
Example:
clavier virtuelotpSentboolean
OTPSMSResponseDto
{
"id": 123456,
"billPaymentRequestId": 123456789,
"channel": "web",
"signatureMethod": "clavier virtuel",
"otpSent": true
}