Can the order be marked as paid using REST API?
The store will have a bank transfer payment. We will check if the payment is complete using their API and mark the shopify Order as Paid.
Can the order be marked as paid using REST API?
The store will have a bank transfer payment. We will check if the payment is complete using their API and mark the shopify Order as Paid.
Hi Fusedlim,
This might be easier to achieve using the GraphQL API with the orderMarkAsPaid mutation. You could test this out using the GraphiQL app.
Thank you!
Hi @Liam
Is there a way to partially paid the order
Here is the scenario