Create Material
Create Material
Request URL
POST
https://rem-api-sandbox.pagsmile.com/remittance/collection/create-material
Request Header
Name
Type
Description
Content-Type*
string
application/json; charset=UTF-8
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
buyer_name*
string
Buyer Name
buyer_country*
string
Buyer Country
goods[0].name
string
Goods name
goods[0].num
int
Goods count
collection_ids
List<Long>
Collection ID List
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