Supported Bank List Query
Required for Some Cash and Banktransfer methods
Request Base URL
Test Environment : https://gateway-test.pagsmile.com
Prod Environment : https://gateway.pagsmile.comEndPoints
/trade/bank-listRequest Header
Parameter
Required
Description
Request Body (JSON format)
Parameter
Type
Required
Max Length(or Default Value)
Description
Request Sample
curl --location --request POST 'https://gateway.pagsmile.com/trade/bank-list' \
--header 'Authorization: Basic Base64(appid:secret_key)' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": "app_id",
"timestamp": "{{datetime}}",
"method": "{{method}}"
}'Http Response (JSON format)
Parameter
Type
Description
Return Code (Success)
Return Code (Fail)
Last updated