Skip to main content
GET
/
v1
/
merchants
/
me
/
channels
[
  {
    "country": "<string>",
    "currency": "<string>",
    "name": "<string>",
    "settlement": "<string>",
    "last_modified_by": "<string>",
    "code": "qr_qris",
    "max_amount": 123,
    "min_amount": 123,
    "last_modified_on": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

country
string
required
currency
string
required
name
string
required
settlement
string
required
last_modified_by
string
required
code
enum<string>
Available options:
qr_qris
max_amount
number<double> | null
min_amount
number<double>
last_modified_on
string<date-time>