Langsung ke konten utama
GET
/
v3
/
stores
/
{store_id}
/
payment-methods
List enabled payment methods for a business store
curl --request GET \
  --url https://api.scalev.com/v3/stores/{store_id}/payment-methods \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "<unknown>"
  ],
  "is_paginated": false
}

Otorisasi

Authorization
string
header
wajib

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

Parameter Path

store_id
integer
wajib

Numeric Scalev store database ID for authenticated business routes.

Contoh:

3288

Respons

Success collection response

Non-paginated list payload for v3.

data
any[]
wajib
is_paginated
enum<boolean>
wajib
Opsi yang tersedia:
false
Contoh:

false