|
|
|
@ -861,7 +861,7 @@
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
/**
|
|
|
|
|
* @api {PUT} /api/v1.0/yeepay/partners/{partner_code}/orders/{order_id} Create CB BankPay Order
|
|
|
|
|
* @api {PUT} /api/v1.0/cb_bankpay/partners/{partner_code}/orders/{order_id} Create CB BankPay Order
|
|
|
|
|
* @apiName cbbankpayapi
|
|
|
|
|
* @apiDescription
|
|
|
|
|
* Use for CB BankPay in PC Website. After create order, jump to the pay_url returned and attach sign params and redirect param.
|
|
|
|
@ -876,7 +876,8 @@
|
|
|
|
|
* @apiParam (JSON) {String} description Required, Order description
|
|
|
|
|
* @apiParam (JSON) {int} price Required, Price of the order. Use the base unit of the currency.
|
|
|
|
|
* @apiParam (JSON) {String} product_name Product name Required
|
|
|
|
|
* @apiParam (JSON) {String=AUD} currency=AUD Currency (only AUD)
|
|
|
|
|
* @apiParam (JSON) {int} gateway_type Gateway Require 8: H5 gateway,9: PC gateway
|
|
|
|
|
* @apiParam (JSON) {String=AUD,CNY} currency=AUD Currency (Only AUD When Merchants Choose LakalaPay)
|
|
|
|
|
* @apiParam (JSON) {String} notify_url System will call the notify url if provided when the payment succeeds
|
|
|
|
|
* @apiParam (JSON) {String} operator Note for the operator who created this order.
|
|
|
|
|
*
|
|
|
|
|