Skip to main content

Get Localization

GET 

/payment/localization/:merchantKey

Get currently valid localization data for a specific merchant. If used for the first time, it will return SmartPay default language configuration.

Request

Path Parameters

    merchantKey uuidrequired

    Possible values: <= 36 characters

    Merchant identifier.

Responses

Successful response

Schema

    merchantKey uuid

    Possible values: <= 36 characters

    Merchant identifier.

    merchantName string

    Possible values: <= 255 characters

    The merchant's name.

    lastUpdateDateTime date-time

    Possible values: <= 24 characters

    The time when the merchant's strings were updated last time.

    requestDateTime date-time

    Possible values: <= 24 characters

    The time when the user has downloaded the file.

    culturesEnabled

    object

    An object which consists of all culture codes enabled by the merchant.

    property name*

    object

    cultureEntry. Name:Value pairs. See String ID reference.

    property name* string

    Name:Value pairs. See String ID reference.

Loading...