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

material_name*

string

Material Name

currency*

string

Currency

amount*

string

Amount

transaction_type*

integer

Transaction type

101-collection

111-payment

110-withdrawal

business_type*

integer

Business Type

Refer to BusinessType

buyer_name

string

Buyer Name

If business_type is 'business_goods' or 'business_service',it is required

buyer_country

string

Buyer Country

Refer to Country Code

If business_type is 'business_goods' or 'business_service',it is required

sender_name*

string

Sender Name

sender_relationship*

string

Sender Relationship

order_ids

List<Long>

Order ID List

Collection orders

Payment orders

Withdrawal orders

Response

Name
Type
Description

material_id*

long

Material ID

status*

integer

Material Status,

Refer to Status

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?