Scenarios
- Automated reconciliation finds discrepancies that require manual review and handling
- Customer service / operations manually flag exception transactions to follow up in the console
API Overview
POST /nps/ticket/tx: Create an exception transaction ticket (pass intransaction_id, the exception fieldsabnormals, and a descriptiondesc)GET /nps/ticket: Query ticket details (status, exception fields, creation/update time)
Usage Flow
Create the ticket
For mismatched transactions, call
POST /nps/ticket/tx and write the exception fields and description.Relationship with the Console
The API can be used together with the ticket module in the admin console: the console side is used for manual review and record keeping, while the API side is used for automated creation and querying.Related Links
Reconciliation and Verification APIs
First run statement queries and verifications, then create tickets for discrepancies.
API Authentication
View signature and authentication examples for a unified invocation method.