Accept VouChers For Your Store

When consumers consume a voucher, you will get another new voucher which is only sent to you. after that, you can redeem you voucher. Everything works as simple as possible

请求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" 
    }
}
备注