Query Materials

Query Materials

Request URL

POST /remittance/material/query-materials

Request Body

Refer to : common

Biz_data

Name
Type
Description

merchant_id*

long

Merchant ID

material_id

long

Material Id

transaction_type

integer

Transaction Type

business_type

integer

Business type

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"
}
Name
Type
Description

material_id*

long

Material ID

material_name*

string

Material name

merchant_id*

long

Merchant ID

transaction_type*

Integer

Transaction Type

101-collection

111-payment

business_type

Integer

Business type

10-goods trade

11-service trade

20-platform

21-platform independent

contract_no

string

Contract NO.

contract_date

string

Contract date

buyer_name

string

Buyer name

buyer_country

string

Buyer country

amount

string

Order amount

amount_linking

string

Amount Linking (reviewing)

amount_linked

string

Amount Linked(success)

currency

string

Order currency

platform_name

string

Platform name

payee_name

string

Payee name

created_at

string

Created at

comments

string

Comments

Example

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

Please use your own app_id when testing.

Last updated