SimPay SMS

Base:

$simpay = $payments->sms(new SimPaySms('apiKey', 'apiPassword'));

Check SMS code:

$simpay->check('serviceId as int', 'number as int', 'code');

Last updated