Ask a Question

Ask a Question
Back to All

Order Paid/Unpaid

I follow this step to create an order,but I get “DeliveryIsAsap” always true.

https://developers.deliverect.com/docs/how-do-i-make-test-orders

“payment.due” >0: Unpaid?

“payment.due”===0: Paid?

"payment": {
"amount": 1335,
"type": 0,
"due": 0,
"rebate": 0
},

I can't find the specific meaning of payment.due

https://developers.deliverect.com/page/payment-types

Best wishes