Endpoint
Overview
Use this endpoint to retrieve complete details of a specific payment transaction, including transaction status, amounts, fees, and any associated split information.Authentication
| Header | Value | Required |
|---|---|---|
x-api-key | Your API key | Yes |
Authorization | Bearer {appToken} | Yes |
appId | Your application ID | Yes |
Path Parameters
The unique payment transaction ID
Response
Success Response (200 OK)
Container for payment data
Example Response - Card Payment
Example Response - Split Payment
Example Response - ACH Payment
Code Examples
Payment Status Values
| Status | Description |
|---|---|
pending | Payment is being processed (common for ACH) |
completed | Payment successfully processed and settled |
failed | Payment failed or was declined |
refunded | Payment has been refunded |
voided | Payment was voided (same-day cancellation) |
partial_refund | Payment has been partially refunded |
Error Responses
Use Cases
Transaction Reconciliation
Transaction Reconciliation
Use this endpoint to verify transaction details match your records and reconcile payments with your accounting system.
Customer Support
Customer Support
Retrieve payment details when customers inquire about their transactions or report issues.
Refund Processing
Refund Processing
Check payment status and amount before processing refunds to ensure accuracy.
Split Payment Tracking
Split Payment Tracking
Monitor distribution of split payments across multiple merchant accounts.
Best Practices
- Cache Appropriately: Cache payment details but refresh for status updates
- Handle ACH Delays: ACH payments remain “pending” for 3-5 business days
- Monitor Split Details: For split payments, verify amounts distributed correctly
- Store Payment IDs: Always save payment IDs for future reference and support
- Use Webhooks: Consider implementing webhooks for real-time status updates instead of polling
Next Steps
Get Payment Status
Check only the status of a payment (lighter endpoint)
List Payments
Retrieve multiple payments for a merchant

