Query Payee Detail
Query Payee Detail
Request URL
POST
https://rem-api-sandbox.pagsmile.com/remittance/payment/query-payee-detail
Request Header
Name
Type
Description
Content-Type*
string
application/json; charset=UTF-8
Request Body
Refer to : common
Biz_data
Name
Type
Description
payee_id
Long
Payee Id
account_num
string
Bank Account Number/IBAN
choose one of payee_id and account_num
Response
Name
Type
Description
merchant_id*
long
Merchant ID
payee_name*
string
Payee Name
receive_country*
string
Country Code
receive_currency*
string
Arrive Currency
pay_type*
string
Pay Type,
account_type*
integer
Account Type
payee_type*
integer
Payee Type
payee_values*
string(json)
Pay Values
account_num*
string
Bank Account Number/IBAN
remark
string
Remark
Example
Note: 162************38 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated