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 – Link
GET /orders/:orderId: Retrieve details of a specific order – Link
GET /transactions/: Retrieve a list of all transactions – Link
GET /transactions/:transactionId: Retrieve details of a specific transaction – Link
GET /subscriptions/: Retrieve a list of all subscriptions – Link
GET /subscriptions/:subscriptionId: Retrieve details of a specific subscription – Link
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.