CodeSetting
List all enabled EasyQR payment methods
Retrieves the payment methods available for EasyQR.
Response Body
application/json
List of payment methods available for EasyQR.
TypeScript Definitions
Use the response body type in TypeScript.
curl -X GET "https://api.elepay.io/code-setting/payment-methods"{
"total": 0,
"paymentMethods": [
{
"paymentMethod": "alipay",
"resources": [
"web"
],
"brand": [
"string"
],
"ua": "string",
"channelProperties": {
"isSupportRefund": true,
"isSupportPartialRefund": true,
"isSupportMultipleRefund": true,
"isSupportSource": true,
"isSupportMultipleSource": true,
"maxAmount": 0,
"minAmount": 0,
"resourceWebEnv": "all"
},
"customerProperties": {
"isSupportCustomer": true,
"isSupportMultipleSource": true
}
}
]
}