Create Transaction Products
This allows you to create the products you will offer in your app such as Bulk Pay, General Send Money, Lipa Karo, etc. You can have multiple Products in your app that charges different costs.
Overview
Transaction products allow app owners to define and manage the types of financial services they offer in their apps. Examples include Bulk Pay, General Send Money, Lipa Karo, Salary Pay, and Bursary Disbursement to Schools. Each product can have custom transaction costs and rules.
App users can create, edit, and manage these products, but each product requires verification and approval by Tuku Pay. Verified products are activated, while unverified or deactivated products cannot be used.
Key Features
Custom Products: App owners can create unique products to match their app’s goals.
Verification: Products are subject to verification by Tuku Pay for compliance and security.
Status Management: Products can be activated, deactivated, or rejected by Tuku Pay.
Editable: Products can be updated by app owners before or after verification.
Endpoints for Managing Transaction Products
1. Create Transaction Product
Used to create a new transaction product for an app.
Method
POST
URL
/api/transaction-products/create
Request Body:
Response:
2. Retrieve Transaction Products
Used to list all transaction products for an app.
Method
GET
URL
/api/transaction-products/list
Request Body:
Response:
3. Update Transaction Product
Used to modify an existing transaction product.
Method
PUT
URL
/api/transaction-products/update
Request Body:
Response:
4. Delete Transaction Product
Used to remove a transaction product.
Method
DELETE
URL
/api/transaction-products/delete
Request Body:
Response:
5. Verify Transaction Product
Used internally by Tuku Pay to verify transaction products.
Method
POST
URL
/internal/transaction-products/verify
Request Body:
Response:
6. Deactivate Transaction Product
Used by Tuku Pay to deactivate non-compliant or unused products.
Method
POST
URL
/internal/transaction-products/deactivate
Request Body:
Response:
Additional Notes
Product Lifecycle:
Products begin with a pending verification status.
Once verified, they are activated and available for use.
Tuku Pay can deactivate or reject products at any time.
Customization:
App owners can define unique transaction costs and rules for each product.
Products can support various features, like bulk payments, beneficiary details, or custom approvals.
Verification Process:
All products require manual verification by Tuku Pay before activation.
Apps are notified of verification status changes via webhooks.
Deactivation:
Deactivated products cannot process transactions.
Reasons for deactivation are provided in the response.