如何启用instamojo沙箱(测试模式)模式


How to enable instamojo sandbox (test mode) Mode

我已经在Codeigniter中集成了instamojo支付网关。我想在instamojo支付网关中启用沙箱模式,我看不到任何将模式更改为沙箱或测试模式的选项。有人能告诉我如何改变吗
提前谢谢。

Instamojo类初始值设定项接受第三个参数,该参数可用于指定API URL,默认为:https://www.instamojo.com/api/1.1/

因此,对于测试环境,您可以执行以下操作:

$api = new Instamojo'Instamojo(
           '[API_KEY]',
           '[AUTH_TOKEN]',
           'https://test.instamojo.com/api/1.1/');

请注意,要使其工作,您必须在上创建一个帐户https://test.instamojo.com首先,还要确保您使用的凭据来自https://test.instamojo.com/developers/.