Tevau-openApi
  1. 08. Webhook
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
      POST
    • 8.2 Card Status
      POST
    • 8.3 Changes in card balance
      POST
    • 8.4 3DS
      POST
    • 8.5 Transaction
      POST
    • 8.6 Logistics status
      POST
  1. 08. Webhook

8.5 Transaction

POST
This endpoint is for transaction notifications, including authorization, liquidation, revocation, refund, transaction, and additional authorization notification types.

Request

Header Params

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-test.tevaupay.com' \
--header 'x-nexus-api-key;' \
--header 'versions;' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;'

Responses

🟢200
application/json
Body

Example
{
    "orderId": "TD2504111413099461",
    "cardId": "CIDV2504071842287045",
    "eventType": "Authorization",
    "status": 1,
    "transAmount": 30,
    "transCurrency": "HKD",
    "merchantData": {
        "mccCode": "5732",
        "merchantId": "311178830000",
        "mccCategory": "Electronics Stores",
        "merchantCity": "tevau.io",
        "merchantName": "Tevau",
        "merchantCountry": "HK"
    },
    "details": {
        "orderId": "TD2504111413099461",
        "principal": 20,
        "refund": 0,
        "refundFee": 0,
        "reversal": 0,
        "reversalFee": 0,
        "fixFee": 1.2,
        "atmFee": 0,
        "channelPrincipal": 20,
        "channelRefund": 0,
        "channelRefundFee": 0,
        "channelAtmFee": 0,
        "subStatus": 5,
        "subType": 1,
        "remark": "Transaction Authorization",
        "createTime": 1744352007000,
        "createTimeStamp": 1744352007345
    },
    "category": "Electronics Stores",
    "channel": "ECOMMERCE",
    "failureCode": "",
    "failureReason": ""
}
🔴500
Modified at 2025-07-29 02:59:25
Previous
8.4 3DS
Next
8.6 Logistics status
Built with