Request
token (obtained through co/v1/oauth2/token)
Format: Bearer+" "+ tokens
We will provide relevant data in the email
Request samples
curl --location --request GET 'http://test-cn.your-api-server.com/co/v1/payment/pse/getBankList' \
--header 'Authorization;' \
--header 'x-api-key;'
Responses
application/json code
enum<integer> <int32>
requiredcode: 200, request success 401,request fail
When the response code is 200, the content is "SUCCESS" If the response code is not 200, an error message is displayed
Specific response content
financialInstitutionCode
string
requiredPSE bank code (parameters must be changed when pse collections are made)
financialInstitutionName
string
required{
"code": 200,
"message": "string",
"data": {
"financialInstitutionCode": "string",
"financialInstitutionName": "string"
}
}
Modified at 2023-05-11 07:33:42