Channels available
GET {{base_url}}/api/v1/finance/settlements/channels?signature={{signature}}×tamp=1647228347&mid=mch35618
Channels available
query the information of the channel you have joined up.
API
URL | /api/v1/finance/settlements/channels |
---|---|
Method | GET |
Accept | application/json |
Request parameter
path parameter
name | Location | Types | required | instruction |
---|---|---|---|---|
mid | query | string | Yes | the mid of the request. |
signature | query | string | Yes | Request signature |
timestamp | query | string | Yes | Timestamp |
Request URL example
https://sandbox.vip.ksher.net/api/v1/finance/settlements/channels?signature=6A8139EF256F9AAF3D7DEDE137DC619D017814FFFFEF4ED2FE9F54C41F338E1B×tamp=20220310111213
Response result
Successful response example
{
"status": "success",
"channels": [
"airpay",
"alipay",
"atome",
"baybank_deeplink",
"bbl_deeplink",
"kplus",
"ktc_instal",
"ktccard",
"linepay",
"promptpay2",
"scb_easy",
"truemoney",
"wechat"
]
}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
signature | string | Request signature | |
timestamp | number | Timestamp | |
mid | string | the mid of the request. |