Query Materials
Query Materials
Request URL
POST /remittance/material/query-materials
Request Body
Refer to : common
Biz_data
merchant_id*
long
Merchant ID
material_id
long
Material Id
start_date*
string
Begin time,
format: yyyy-MM-dd HH:mm:ss
end_date*
string
End time, format: yyyy-MM-dd HH:mm:ss
page_num
int
Default value:1
page_size
int
Default value:10,
Max value is 30
Response
{
"code": "10000",
"msg": "Success",
"data":[
],
"total":8,
"random_key":"abssdddd2wdw==",
"sign_type": "RSA",
"app_id": "2017051914172236111"
}{
"code": "40002",
"msg": "Business Failed",
"sub_code": "invalid-signature",
"sub_msg": "invalid signature"
}merchant_id*
string
Merchant Id
material_name*
string
Material Name
currency*
string
Currency
amount*
string
Total Amount
amount_linking
string
Amount Linking (reviewing)
amount_linked
string
Amount Linked(success)
transaction_type*
integer
Transaction Type
buyer_name
string
Buyer Name
buyer_country
string
Buyer Country
sender_name*
string
Sender Name
sender_relationship*
string
Sender Relationship
order_ids
list<long>
Order IDs
created_at
string
Created At
Format:yyyy-MM-dd HH:mm:ss
comments
string
Reason description
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?