const response = await paynow.sendMobile(payment, ${phone}
, ‘ecocash’);
Am using Node js and After this code the response is giving me this error
RESPONCE: InitResponse {
status: ‘error’,
success: false,
hasRedirect: false,
isInnbucks: false,
error: ‘The specified ID does not have any ACTIVE EcoCash payment method’
}