The Payments API allows you to track and manage financial transactions within the Tupel platform. Payments represent money movement for both disbursements (sending funds) and repayments (collecting funds).
Payment Types
Tupel handles different types of payment transactions:
- DEBIT - Money sent out (disbursements to loan recipients)
- CREDIT - Money collected (repayments against loans)
Each payment is associated with a reason that provides additional context for the transaction.
Payment Lifecycle
A typical payment in Tupel follows this lifecycle:
- Initiation: A payment is created with a PENDING status
- Processing: The payment is processed through the banking system
- Completion: The payment reaches its final status (SETTLED or FAILED)
Payment Status
Payments can have the following statuses:
PENDING
- The payment has been initiated but not yet completedSETTLED
- The payment has been successfully processedFAILED
- The payment failed to process
Multi-Currency Support
Tupel provides comprehensive support for multi-currency transactions:
- Each payment has an original
currency
andamount
- For reporting consistency, payments include a
normalized_currency
andnormalized_amount
- Foreign exchange details are captured in the
fx_rate
object, including: - Source and target currencies
- Bid, ask, and mid-market rates
- Timestamp of the rate
Available Endpoints
Endpoint | Description |
---|---|
Retrieve a Payment | Get details about a specific payment |
List All Payments | Get a paginated list of payments with filtering options |
Best Practices
- Regularly monitor payment statuses to ensure successful processing
- Implement webhooks to receive real-time notifications of payment status changes
- Use appropriate filtering when listing payments to improve performance
- Store the payment UID in your system for future reference
- For reconciliation, combine date filters with status and type filters
Related Resources
- Loans - Payments are typically associated with loans
- Entities - Organizations related to payments
- Recipients - Destinations for disbursement payments
- Payment Methods - Sources for repayment collections