Transactions
Create and manage payment transactions. Transactions represent payment requests that customers can pay via the checkout URL.
📄️ Create a new transaction
Creates a new payment transaction and returns a checkout URL for the customer to complete payment.
📄️ Get all transactions
Retrieves all transactions for your organization with optional filtering and pagination.
📄️ Get a transaction by order ID
Retrieves detailed information about a specific transaction.
📄️ Delete/Cancel a transaction
Cancels a pending transaction. This is a soft delete that marks the transaction as deleted and changes its status to 'cancelled'.