Kobble Transactions API#
Introduction#
Process transactions in real-time and access detailed transaction histories. Receive real-time updates and notifications.
Overview#
Provides endpoints to create, retrieve, and manage transactions.
Key Features#
RESTful API with predictable resource-based URLs.
Authentication with secure bearer tokens.
Flexible options for creating and managing endusers.
Base URLs#
Use the appropriate base URL depending on the environment:Development: https://dev.apikobble.net/
Staging: https://staging.apikobble.net/
Ensure you prepend the base URL to each endpoint while making requests.
API Endpoints#
Create Manual Credit Transaction
Create Manual Debit Transaction
Authentication#
All requests to the Transactions API require an access token. Include the access token in the headers of each request:
Error Handling#
The API returns standard HTTP status codes for responses. Use the status code to determine the result of your request.
Notes#
All responses are returned in JSON format.
Ensure the proper base URL and headers are used in each request.
Modified at 2025-10-27 02:13:34