Create Material
Create Material
Request URL
POST
https://rem-api-sandbox.pagsmile.com/remittance/collection/create-material
Request Header
Content-Type*
string
application/json; charset=UTF-8
Request Body
Refer to : common
Biz_data
merchant_id*
long
Merchant ID
material_name*
string
Material Name
currency*
string
Currency
amount*
string
Amount
business_type*
integer
Business Type
buyer_name
string
Buyer Name
If business_type is 'business_goods' or 'business_service',it is required
buyer_country
string
Buyer Country
If business_type is 'business_goods' or 'business_service',it is required
sender_name*
string
Sender Name
sender_relationship*
string
Sender Relationship
goods[0].name
string
Goods name
goods[0].num
int
Goods count
collection_ids
List<Long>
Collection ID List
Response
material_id*
long
Material ID
status*
integer
Material 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?