Integrate payments into your application with our RESTful API
The Instant Transaction API is a RESTful API that allows you to process payments, manage customers, and handle transactions programmatically. Our API uses JSON for request and response bodies and standard HTTP methods.
All API requests require authentication using your API key. Include your API key in the Authorization header:
Create a new charge (process a payment)
Retrieve a specific charge
Create a refund for a charge
Create a new customer
Retrieve a customer
We offer official SDKs for popular programming languages:
composer require instant-transaction/sdknpm install @instant-transaction/sdkpip install instant-transactiongem install instant_transactionThe API uses standard HTTP response codes:
Configure webhooks to receive real-time notifications about events in your account. Supported events include:
charge.succeeded - Payment completed successfullycharge.failed - Payment failedcharge.refunded - Payment was refundedchargeback.created - A chargeback was initiatedUse our sandbox environment for testing:
For API support, contact us at support@instant-transaction.digital