Query Account Transactions

Query Account Transactions

Request URL

POST /remittance/account/query-transactions

Request Body

Refer to : common

Biz_data

Name
Type
Description

merchant_id*

long

Merchant ID

currency

string

Currency

transaction_id

long

Transaction ID

transaction_type

integer

Transaction Type

Refer to Transaction Type

transaction_status

integer

Transaction Status,

Refer to Transaction Status

start_date*

string

Begin Time,

Format:yyyy-MM-dd

end_date*

string

End Time,

Format:yyyy-MM-dd

page_num

integer

Default value:1

page_size

integer

Default value:10,

Max value:30

Response

{
    "code": "10000",
    "msg": "Success",
    "data":[],
    "total":0,
    "random_key":"abssdddd2wdw==",
    "sign_type": "RSA",
    "app_id": "2017051914172236111"
}
Name
Type
Description

transaction_id*

string

Transaction id

order_no*

string

Order number

transaction_type*

integer

Transaction Type

Refer to Transaction Type

transaction_status*

integer

Transaction status

account_no*

string

Account number

account_name*

string

Account name

billing_currency*

string

Billing currency

billing_amount*

string

Billing amount

billing_fee*

string

Billing fee

transaction_amount*

string

Transaction amount

transaction_currency*

string

Transaction currency

exchange_rate

string

Exchange rate

reference

string

Remarks

related_transaction_id

string

Related Transaction ID

business_date

string

Format: yyyy-MM-dd

created_at

string

Format: yyyy-MM-dd HH:mm:ss

Example

Note: 162************38 is pagsmile's test app id for sandbox

Please use your own app_id when testing.

Last updated

Was this helpful?