Skip to main content

Export transaction history

GET 

/api/v1/transactions

Export account transaction history as CSV file for a specified date range and transaction type(s).

Important notes:

  • All parameters (start_date, end_date, type) are required
  • The type parameter accepts single or comma-separated transaction types (e.g., call or call,sms,adjustments)
  • Returns CSV file for download
  • Date range is inclusive
  • Maximum date range may be limited for performance

Transaction Types:

Payment Methods:

  • adjustments - Admin payments/withdrawals
  • paypal_in / paypal_out - PayPal deposits/withdrawals
  • cc_in - Credit card payments
  • stripe_in - Stripe payments
  • google_pay_in - Google Pay payments
  • apple_pay_in - Apple Pay payments
  • wire_transfer - Wire transfer payments

Call Charges:

  • call - DID forwarding call charges
  • call_fix_fee - PSTN forwarding charges
  • connection - Per-call connection fees
  • sip - Outbound SIP call charges
  • webcall - Web-based call charges

SMS Charges:

  • sms - Outbound SMS charges
  • inbound_sms - Inbound SMS charges

DID Subscription:

  • activation - DID activation charges
  • month - Monthly DID fees

Other Fees:

  • subscription - Commitment payments
  • porting - Number porting charges
  • surcharge - Call surcharges
  • risk_check - Risk verification fees
  • channel - Channel fees

Requirements:

  • All three parameters (start_date, end_date, type) are required
  • Date format: YYYY-MM-DD
  • Returns CSV file

Request

Responses

Successfully generated transaction export (redirects to CSV download)