Hi I want to re-create an order’s payment status like in the pic.
How can I do this? Not finding any command to manipulate payments/paymentPlan status.
Am I missing something here?
Now I’m developing integration with Keap and Shopify on iPaaS.
I can also use Python SDK.
The rest endpoint to create a payment will also do this, well almost… The different there is in Rest you must mark the order as paid by CREDIT_CARD, CASH, or CHECK. So rather than saying “MANUAL - PAID” as your screen shot has, it would display such as “CASH - PAID”. It also allows you to actually charge a credit card, but only if needed. https://developer.infusionsoft.com/docs/rest/#!/E-Commerce/createPaymentOnOrderUsingPOST