Deposit resend OTP
Some payment methods resends the OTP code.
Examples of the responses:
{
"success": true,
"order_id": "7fa13dbc3b79e05e",
"data": {
"sent": true,
"phone": "string",
"wait": 0
}
}
{
"success": false,
"message": "Invalid request",
"code": 400,
"order_id": "7fa13dbc3b79e05e"
}
Last updated