Scenarios
- Daily financial reconciliation; verifying income, expenses, and fees before settlement
- Investigating transaction discrepancies in channel or disbursement flows
- Connecting automated reconciliation scripts to subsequent ticket processing
API Overview
- Statement Query
GET /nps/bill/txs: Transaction statement list (with summary)GET /nps/bill/funds: Financial statement list (with summary)
- Verification Service
POST /nps/bill/verify/tx: Single transaction verificationPOST /nps/bill/verify/txs: Batch transaction verification
Recommended Workflow
Retrieve statement data
Use
GET /nps/bill/txs or GET /nps/bill/funds to fetch statement and summary data for the reconciliation period.Run verification
Use the single or batch verification API to match your own system records against the statement field by field (chain, token, amount, fee, status, time).
Signature and Invocation
The APIs above all requireBIZ-API-KEY, Biz-Api-Nonce, and Biz-Api-Signature headers. See the “API Authentication” section for the signature method.
Next Steps
Exception Ticket Handling
Learn how to submit exception transaction tickets and track their progress.
Reconciliation and Reports (Console)
View the fields and reconciliation process for exported reports in the admin console.