Skip to main content

Get Shop Configuration

GET 

/v1/shop/configuration

Returns configuration of the Shop.

Responses

OK

Response Headers

  • Date

    string

  • Content-Type

    any

  • Transfer-Encoding

    string

  • Connection

    string

  • Set-Cookie

    string

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

  • X-Request-ID

    string

Schema

    id string

    The unique identifier for the shop

    object string

    The object type or identifier

    created_at date-time

    The timestamp when the shop was created

    modified_at date-time

    The timestamp when the shop was last modified

    name string

    The name of the shop

    status string

    The current status of the shop

    return

    object

    url string

    The URL to return to

    method string

    The HTTP method (e.g., GET, POST) for the return link

    notifications

    object

    email string

    Notification email address

    url string

    The URL to return to

    method string

    The HTTP method (e.g., GET, POST) for the return link

    contact

    object

    email string

    Contact email address

    phone string

    Contact phone number

    payment_methods

    object

    banklinks

    object[]

    Array of banklink payment methods

  • Array [

  • name string

    The name of the payment method

    url string

    URL related to the payment method

    country string

    Single country associated with the payment method

    countries string[]

    List of countries associated with the payment method - EE, LV, LT or FI

    min_amount double

    The minimum amount value

    max_amount double

    The maximum amount value

    channel string

    Channel information

    display_name string

    Display name for the payment method

    logo_url string

    URL of the payment method's logo

  • ]

  • cards

    object[]

    Array of card payment methods

  • Array [

  • name string

    The name of the payment method

    url string

    URL related to the payment method

    country string

    Single country associated with the payment method

    countries string[]

    List of countries associated with the payment method - EE, LV, LT or FI

    min_amount double

    The minimum amount value

    max_amount double

    The maximum amount value

    channel string

    Channel information

    display_name string

    Display name for the payment method

    logo_url string

    URL of the payment method's logo

  • ]

  • payLater

    object[]

    Array of pay Later methods

  • Array [

  • name string

    The name of the payment method

    url string

    URL related to the payment method

    country string

    Single country associated with the payment method

    countries string[]

    List of countries associated with the payment method - EE, LV, LT or FI

    min_amount double

    The minimum amount value

    max_amount double

    The maximum amount value

    channel string

    Channel information

    display_name string

    Display name for the payment method

    logo_url string

    URL of the payment method's logo

  • ]

  • other

    object[]

    Array of other methods

  • Array [

  • name string

    The name of the payment method

    url string

    URL related to the payment method

    country string

    Single country associated with the payment method

    countries string[]

    List of countries associated with the payment method - EE, LV, LT or FI

    min_amount double

    The minimum amount value

    max_amount double

    The maximum amount value

    channel string

    Channel information

    display_name string

    Display name for the payment method

    logo_url string

    URL of the payment method's logo

  • ]

  • features

    object[]

    A list of features associated with the shop

  • Array [

  • object string

    The object type or identifier

    name string

    The name of the shop feature

    enabled boolean

    Indicates whether the feature is enabled

  • ]

Loading...