Hi!
Is there an API to integrate Shopify Payments with another system like an ERP ?
Hi!
Is there an API to integrate Shopify Payments with another system like an ERP ?
The Transaction APIs interact with Shopify’s facade they layer onto payment processors. I think the GraphQL API calls them OrderTransactions, but it’s the same thing. You can create and read auth and capture transactions this way.
If you provide some more specifics, I might be able to add more info.