API Reference

Get Transaction Status

🎯 Description

The get-status endpoint provides a unified way to retrieve the latest status and metadata for any transaction across Paystrator services:

  • Send Money (Disbursements)
  • Receive Money (QRIS, Virtual Account, E-Wallet, Credit Card)

This endpoint:

  • Accepts a single query parameter (transaction_id)
  • Automatically detects the service type based on the transaction ID prefix
  • Returns a structured JSON response tailored to the transaction type
  • Performs a live check if the transaction is not yet final (e.g., PENDING, PROCESSING)

πŸ“˜ Use Cases

  • Manual transaction checking
  • Fallback if webhook delivery fails
  • Reconciliation and audit logs

Read more on our API reference in the next page.