We’re excited to announce the release of public API support for managing Orders, Transactions, and Subscriptions! This update provides Business users with powerful tools to streamline payment management and reporting within their applications.
API Endpoints:
GET /orders/ – Retrieve a list of all orders
GET /orders/:orderId – Retrieve details of a specific order
GET /transactions/ – Retrieve a list of all transactions
GET /transactions/:transactionId – Retrieve details of a specific transaction
GET /subscriptions/ – Retrieve a list of all subscriptions
GET /subscriptions/:subscriptionId – Retrieve details of a specific subscription
With these new endpoints, Business users can easily integrate order, transaction, and subscription listing and reporting functionality into their applications, allowing for seamless customization and scalability.