get_transactions
Retrieve transaction history from DIDLogic by specifying transaction type, start date, and end date. Returns a CSV table with details such as date, time, type, amount, balance, and status.
Instructions
Load transaction history from DIDLogic
Args: transaction_type: Type of transaction to search where: adjustment = Adjustments made by DIDLogic finances activation = Activation payments for DID month = Monthly payments for DID paypal_in = Paypal TopUps call = Per minute charges for inbound calls call_fix_fee = Per minute charges for PSTN DID destinations sms = SMS charges inbound_sms = Inbound SMS charges cc_in = Credit card TopUps stripe_in = Stripe express payments TopUps porting = Porting Fees start_date: Search start date in format YYYY-MM-DD end_date: Search end date in format YYYY-MM-DD
Returns a CSV table of transactions where: Date: Date of transaction Time: Time of transaction Transaction type: Type of transaction Comment: Comment for transaction Amount: Transaction Amount Balance: Balance after transaction creation Status: Transaction status where: Confirmed = transaction confirmed but not commited yet Committed = transaction settled Rejected = transaction reverted back
Example:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_date | Yes | Search end date in format YYYY-MM-DD | |
start_date | Yes | Search start date in format YYYY-MM-DD | |
transaction_type | No | Transaction type for search | month |