For the complete documentation index, see llms.txt. This page is also available as Markdown.

Check code

SimPay::sms()->check('SMS_CODE', 'sms number as int (optional)');

Response will be SmsCodeResponse if code is valid.

SimPay\Laravel\Exceptions\SimPayException will be thrown if code is not valid.

Last updated