Skip to main content
GET
/
v1
/
seller
/
meta
/
{channel}
/
payment-rules
Channel Payment
curl --request GET \
  --url https://scx-sbx.api.jtl-software.com/v1/seller/meta/{channel}/payment-rules \
  --header 'Authorization: Bearer <token>'
{
  "supportedPaymentMethodList": [
    {
      "paymentMethodId": "PM011",
      "displayName": "CreditCard"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer JWT issued to a seller after they sign up for a JTL-Scx subscription via the JTL Customer Center. Usage format: Bearer <JWT>.

Path Parameters

channel
string
required

Channel identifier the payment rules are requested for (e.g. MBDCOM)

Response

Payment Rules

Payment rules supported by the channel — list of accepted payment methods.

supportedPaymentMethodList
object[]