Our Shopify Plus store (in development) is currently set to manually capture at a later date. Is it possible to use the Shopify API to initiate a capture either by telling Shopify what items have been fulfilled and letting Shopify perform the calculation OR by telling Shopify the amount to capture?
If possible - can Shopify return the amount captured via the API?
I’ve read through the payments documentation: https://shopify.dev/docs/api/admin-rest/2023-01/resources/payment#post-checkouts-token-payments
But I’m not clear if the payment mentioned needs to happen at time of checkout or if it can happen at a later date.
For context - we are using Microsoft Business Central to fulfill orders and need to track what orders (and how much) were successfully paid vs payments that were declined. We are planning to use the Business Connector app to integrate but it does not sync payments. From what we’ve discovered in our research, most businesses are authorizing and capturing at time of checkout but that unfortunately does not fit our business model