为您的商店接受代金券

当消费者使用代金券时,您将获得另一张仅发送给您的新代金券。之后,您可以兑换代金券。一切都尽可能简单

请求URL
https://voucash.com/api/payment
请求方式
请求参数
namestypedescriptionrequired
order_idstringuniqure id for your ordertrue
amountnumberdesired amounttrue
currencystringthe currency you want to acceptrequire
notify_urlstringcallback urltrue
voucherstringvoucher submitted by consumertrue
返回值
{
    code: 0,
    message: "ok",
    data: {
        //非常重要!用来提现
        voucher: "hello, world" 
    }
}
备注