Tevau-openApi
    Tevau-openApi
    • Get started
    • Signature instructions
    • Transaction description
    • 01. User
      • 1.1 Create User
        POST
      • 1.2 Query User
        POST
    • 02. KYC
      • 2.1 Submit KYC information
        POST
      • 2.2 Get the URL
        POST
      • 2.3 Query liveness results
        POST
      • 2.4 Query KYC
        POST
    • 03. Card
      • 3.1 Create Card
        POST
      • 3.2 Query Card List
        POST
      • 3.3 Adjust Card Balance
        POST
      • 3.4 Card Details
        POST
      • 3.5 Bind Card
        POST
      • 3.6 Close Card
        POST
      • 3.7 Freeze Card
        POST
      • 3.8 Unfreeze card
        POST
      • 3.9 Activate Card
        POST
      • 3.10 Card PAN
        POST
      • 3.11 Card PIN
        POST
      • 3.12 Card Limit
        POST
      • 3.13 Set Card Fee
        POST
      • 3.14 Query Card Fee
        POST
      • 3.15 3DS
        POST
      • 3.16 Update Phone
        POST
      • 3.17 Update Email
        POST
    • 04. Query logistics information
      • 4.1 Query Order
    • 05. Prefund
      • 5.1 Prefund Balance
      • 5.2 Query Bill Details
    • 06. Transaction
      • 6.1 Transaction History
      • 6.2 Transaction Details
    • 07. Simulated Trading
      • 7.1 Authorisation
      • 7.2 Clearing
      • 7.3 Refund
      • 7.4 Reversal
      • 7.5 3DS
      • 7.6 Simulate card status
    • 08. Webhook
      • 8.1 KYC Results
      • 8.2 Card Status
      • 8.3 Changes in card balance
      • 8.4 3DS
      • 8.5 Transaction
      • 8.6 Logistics status

    Transaction description

    Transaction#

    1.
    Authorization: The initial stage of a normal transaction is authorization. This phase verifies whether the customer has sufficient balance or meets risk control requirements to determine if the transaction can proceed successfully.
    2.
    Clear: After authorization, the transaction usually enters the clear phase, where the amount to be deducted is based on the clear amount. Some merchants may bypass authorization and proceed directly to clear, deducting the corresponding amount immediately. In such cases, there is a possibility of overdrawing, resulting in a negative card balance, though this scenario is relatively rare.
    3.
    Reversal: Between authorization and settlement, some transactions may trigger a reversal operation. If the reversal is full, no further settlement will occur, and the transaction is considered settled. If the reversal is partial, the remaining amount will still go through settlement.
    4.
    Refund: Refunds typically occur after settlement. There are two types:
    Refunds applied to the original settled transaction.
    Refunds processed as a new transaction, which cannot be directly linked back to the original settled order.
    5.
    Transaction Notification: For transactions that fail during authorization (without proceeding further), a transaction notification is typically triggered immediately.
    Modified at 2025-07-28 14:12:00
    Previous
    Signature instructions
    Next
    1.1 Create User
    Built with