Create Material

Create Material

Request URL

POST /remittance/material/create-material

Request Body

Refer to : common

Biz_data

Name
Type
Description

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

Mandatory if transaction_type is 101-collection

amount*

string

Order amount

currency*

string

Order currency

contract_no

string

Contract No.

Mandatory if Business type is 10-goods trade or

11-service trade

contract_date

string

Contract date

Mandatory if Business type is 10-goods trade or

11-service trade

buyer_name

string

Buyer name

Mandatory if Business type is 10-goods trade or

11-service trade

buyer_country

string

Buyer country

Mandatory if Business type is 10-goods trade or

11-service trade

platform_name

string

Platform name

Mandatory if Business type is 20-platform or

21-platform independent

payee_name

string

Payee name

Mandatory if transaction_type is 111-payment

Response

Name
Type
Description

material_id*

long

Material ID

Example

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

Please use your own app_id when testing.

Last updated