|
|
@ -600,6 +600,9 @@
|
|
|
|
* @apiSuccess (transactions) {int} total_amount Total payment amount, which uses the base unit of order currency
|
|
|
|
* @apiSuccess (transactions) {int} total_amount Total payment amount, which uses the base unit of order currency
|
|
|
|
* @apiSuccess (transactions) {int} input_amount Order input amount, which uses the base unit of order currency
|
|
|
|
* @apiSuccess (transactions) {int} input_amount Order input amount, which uses the base unit of order currency
|
|
|
|
* @apiSuccess (transactions) {int} settle_amount Settle amount, AUD cents
|
|
|
|
* @apiSuccess (transactions) {int} settle_amount Settle amount, AUD cents
|
|
|
|
|
|
|
|
* @apiSuccess (transactions) {int} transfer_amount Final settle amount(settle amount - surcharge - gst), AUD cents
|
|
|
|
|
|
|
|
* @apiSuccess (transactions) {int} surcharge surcharge, AUD cents
|
|
|
|
|
|
|
|
* @apiSuccess (transactions) {int} gst GST, AUD cents
|
|
|
|
* @apiSuccess (transactions) {double} exchange_rate Using exchange rate
|
|
|
|
* @apiSuccess (transactions) {double} exchange_rate Using exchange rate
|
|
|
|
* @apiSuccess (transactions) {String} remark Remark
|
|
|
|
* @apiSuccess (transactions) {String} remark Remark
|
|
|
|
*
|
|
|
|
*
|
|
|
@ -665,6 +668,7 @@
|
|
|
|
* @apiSuccess (transactions) {int} settle_amount Amount to make settlement, AUD cents
|
|
|
|
* @apiSuccess (transactions) {int} settle_amount Amount to make settlement, AUD cents
|
|
|
|
* @apiSuccess (transactions) {String} surcharge_rate Rate of surcharge (x%)
|
|
|
|
* @apiSuccess (transactions) {String} surcharge_rate Rate of surcharge (x%)
|
|
|
|
* @apiSuccess (transactions) {int} surcharge Surcharge amount, AUD cents
|
|
|
|
* @apiSuccess (transactions) {int} surcharge Surcharge amount, AUD cents
|
|
|
|
|
|
|
|
* @apiSuccess (transactions) {int} gst GST, AUD cents
|
|
|
|
* @apiSuccess (transactions) {int} transfer_amount Amount send to merchant's bank account, AUD cents
|
|
|
|
* @apiSuccess (transactions) {int} transfer_amount Amount send to merchant's bank account, AUD cents
|
|
|
|
* @apiSuccess (transactions) {double} exchange_rate Using exchange rate
|
|
|
|
* @apiSuccess (transactions) {double} exchange_rate Using exchange rate
|
|
|
|
* @apiSuccess (transactions) {String} remark Remark
|
|
|
|
* @apiSuccess (transactions) {String} remark Remark
|
|
|
|