当消费者使用代金券时,您将获得另一张仅发送给您的新代金券。之后,您可以兑换代金券。一切都尽可能简单
https://voucash.com/api/payment
names | type | description | required |
---|---|---|---|
order_id | string | uniqure id for your order | true |
amount | number | desired amount | true |
currency | string | the currency you want to accept | require |
notify_url | string | callback url | true |
voucher | string | voucher submitted by consumer | true |
{
code: 0,
message: "ok",
data: {
//非常重要!用来提现
voucher: "hello, world"
}
}