Transaction Status
Transaction statuses track the lifecycle of installment payments from creation to completion.
Status Codes
| Status | Code | Description |
|---|---|---|
| Fail | fail | Transaction failed due to insufficient funds or bank decline |
| Success | success | Transaction completed successfully, funds transferred |
| Partially refunded | partially refunded | Part of transaction amount returned to customer |
| Refunded | refunded | Full transaction amount returned to customer |
| Redirected | redirected | Transaction rerouted to installment option |
| Payment initiated | initiated | Transaction started, awaiting further processing |
Status Workflow
Key Features
- Customer information and contact details
- Complete fee breakdown and merchant payouts
- Installment method and card issuer details
- Real-time status updates
Use Cases
Perfect for customer inquiries and dispute resolution
- Verify order completion status
- Generate detailed invoices and receipts
- Process online refunds and exchanges
- Handle customer service tickets
- Investigate payment disputes
Essential for financial reporting and analysis
- E-commerce order fulfillment tracking
- Financial reconciliation and reporting
- Revenue analysis and forecasting
- Payment method preference analysis
- Compliance and audit requirements
💡What is next?
Get Installment Details
Returns comprehensive installment metadata including customer info, order details, status, and transaction history.
POST /payment-links/{payment_link_id}/details
Get Transaction Details
Provides detailed transaction data for dispute resolution, refunds, and compliance reporting.
GET /payment_links/transaction/{transaction_id}/details
Updated 2 days ago