Langsung ke konten utama
GET
/
v3
/
stores
/
{store_id}
/
public
/
payment-methods
List storefront payment methods
curl --request GET \
  --url https://api.scalev.com/v3/stores/{store_id}/public/payment-methods \
  --header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'
{
  "data": [
    {
      "code": "bank_transfer",
      "label": "Bank transfer",
      "enabled": true,
      "requires_redirect": true,
      "description": "<string>",
      "metadata": {}
    }
  ],
  "is_paginated": false
}

Documentation Index

Fetch the complete documentation index at: https://docs.scalev.com/llms.txt

Use this file to discover all available pages before exploring further.

Header

X-Scalev-Storefront-Api-Key
string
wajib

Publishable storefront public API key for the target store.

Parameter Path

store_id
string
wajib

Store unique_id.

Respons

Enabled payment methods

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