Tevau-openApi
  1. 05. Prefund
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
      POST
    • 5.2 Query Bill Details
      POST
  • 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
  1. 05. Prefund

5.2 Query Bill Details

POST
/openapi/query/getAccountDetailPage
Used to query prepaid account billing records

Request

Header Params

Body Params application/json

Example
{
    "tenantAccountingType": "",
    "tradeSn": "",
    "limit": 10,
    "page": 1
}

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/openapi/query/getAccountDetailPage' \
--header 'x-nexus-api-key;' \
--header 'versions;' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "tenantAccountingType": "",
    "tradeSn": "",
    "limit": 10,
    "page": 1
}'

Responses

🟢200
application/json
Body

Example
{
    "code": 0,
    "msg": "SUCCESS",
    "data": {
        "total": 945,
        "list": [
            {
                "tenantAccountingType": 2,
                "tradeSn": "T2507090925106867",
                "tradeCurrency": "USDT",
                "beginAmount": 91609.20,
                "endAmount": 91608.20,
                "inAmount": 0.00,
                "outAmount": 1.00,
                "digestType": 2,
                "createTimeStamp": 1752053143288,
                "createTime": "2025-07-09 09:25:43"
            },
            {
                "tenantAccountingType": 2,
                "tradeSn": "T2507090910106840",
                "tradeCurrency": "USDT",
                "beginAmount": 91610.20,
                "endAmount": 91609.20,
                "inAmount": 0.00,
                "outAmount": 1.00,
                "digestType": 2,
                "createTimeStamp": 1752052253232,
                "createTime": "2025-07-09 09:10:53"
            },
            {
                "tenantAccountingType": 2,
                "tradeSn": "T2507090901106829",
                "tradeCurrency": "USDT",
                "beginAmount": 91611.20,
                "endAmount": 91610.20,
                "inAmount": 0.00,
                "outAmount": 1.00,
                "digestType": 2,
                "createTimeStamp": 1752051676582,
                "createTime": "2025-07-09 09:01:17"
            },
            {
                "tenantAccountingType": 2,
                "tradeSn": "T2507090856106818",
                "tradeCurrency": "USDT",
                "beginAmount": 91612.20,
                "endAmount": 91611.20,
                "inAmount": 0.00,
                "outAmount": 1.00,
                "digestType": 2,
                "createTimeStamp": 1752051387570,
                "createTime": "2025-07-09 08:56:28"
            },
            {
                "tenantAccountingType": 20,
                "tradeSn": "3DS2507040620106681",
                "tradeCurrency": "USDT",
                "beginAmount": 91613.20,
                "endAmount": 91612.20,
                "inAmount": 0.00,
                "outAmount": 1.00,
                "digestType": 2,
                "createTimeStamp": 1751610045535,
                "createTime": "2025-07-04 06:20:46"
            },
            {
                "tenantAccountingType": 20,
                "tradeSn": "3DS2507040619106677",
                "tradeCurrency": "USDT",
                "beginAmount": 91614.20,
                "endAmount": 91613.20,
                "inAmount": 0.00,
                "outAmount": 1.00,
                "digestType": 2,
                "createTimeStamp": 1751609977132,
                "createTime": "2025-07-04 06:19:37"
            },
            {
                "tenantAccountingType": 4,
                "tradeSn": "S2507020110106662",
                "tradeCurrency": "USDT",
                "beginAmount": 91659.20,
                "endAmount": 91614.20,
                "inAmount": 0.00,
                "outAmount": 45.00,
                "digestType": 2,
                "createTimeStamp": 1751418638491,
                "createTime": "2025-07-02 01:10:38"
            },
            {
                "tenantAccountingType": 4,
                "tradeSn": "S2507020110106662",
                "tradeCurrency": "USDT",
                "beginAmount": 91660.20,
                "endAmount": 91659.20,
                "inAmount": 0.00,
                "outAmount": 1.00,
                "digestType": 2,
                "createTimeStamp": 1751418638480,
                "createTime": "2025-07-02 01:10:38"
            },
            {
                "tenantAccountingType": 4,
                "tradeSn": "S2507020110106662",
                "tradeCurrency": "USDT",
                "beginAmount": 91661.20,
                "endAmount": 91660.20,
                "inAmount": 0.00,
                "outAmount": 1.00,
                "digestType": 2,
                "createTimeStamp": 1751418638467,
                "createTime": "2025-07-02 01:10:38"
            },
            {
                "tenantAccountingType": 4,
                "tradeSn": "S2507020110106662",
                "tradeCurrency": "USDT",
                "beginAmount": 91661.65,
                "endAmount": 91661.20,
                "inAmount": 0.00,
                "outAmount": 0.45,
                "digestType": 2,
                "createTimeStamp": 1751418638456,
                "createTime": "2025-07-02 01:10:38"
            }
        ],
        "pages": 0
    },
    "ok": true
}
🟠404
Modified at 2025-07-29 03:00:49
Previous
5.1 Prefund Balance
Next
6.1 Transaction History
Built with