Step 7 - Manage Transactions
PayTabs Mobile SDKs streamline the integration process with the PayTabs payment gateway by offering a pre-configured payment interface. This interface efficiently manages card data entry, billing and shipping information, and automatically supplements any missing details required to complete the transaction flow.
Through out this article we will use the transaction types clarified in our What is the "tran_type" (transaction type)? solution article.
In our React Native SDK, we don't support direct handling or management of existing transactions, such as query transactions, refund ones, capture ones, and so.
Until these features are officially supported, you can manage such operations through one of the following alternatives:
- PayTabs Dashboard: Use the dashboard interface to perform transaction actions such as Query, Capture, Void, and Refund. For more details, kindly check our Transactions Menu Via Merchant Dashboard solution article.
- API Endpoints: Integrate directly with our PT2 API to execute specific transaction types programmatically. For more details check please our manual HPP Manage Transactions.