razachisibrahimah/sevotransact

支付功能的sevotransact包

v1.0.0 2021-05-12 14:33 UTC

This package is auto-updated.

Last update: 2024-09-12 22:42:30 UTC


README

轻松与Sevotransact API交互。

安装

composer require razachisibrahimah/sevotransact

用法

$momo = new MomoCollection;

$amount = 0.2;
$phone = '233...';
$channel = ''; // MTN|VODAFONE|AIRTEL

$response = $momo->pay($amount, $phone, $channel);

$status = $response['status']; // 200
$message = $response['message']; // success
$transactionId = $response['data']['client-reference'];
$code = $response['data']['code']; // 100
$msisdn = $response['data']['msisdn'];

许可证

MIT