<?php
namespace Faker\Provider\ne_NP;
class PhoneNumber extends \Faker\Provider\PhoneNumber
{
protected static $formats = [
'01-4######',
'01-5######',
'01-6######',
'9841######',
'9849######',
'98510#####',
'9803######',
'9808######',
'9813######',
'9818######',
];
}
Kueue Pay API responses include standard HTTP status codes to indicate the success or failure of a request. Successful responses will have a status code of 200 OK, while various error conditions will be represented by different status codes along with error messages in the response body.