Mark Order as Paid using API

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.

1 Like

Thank you!

Hi @Liam
Is there a way to partially paid the order
Here is the scenario

  • check if it is paid the exact amount → mark as paid
  • if not, mark as partial paid