Skip to main content

Update Localization

POST 

/payment/localization/:merchantKey

Upload custom localization data for some or all supported languages.

Request

Path Parameters

    merchantKey uuidrequired

    Possible values: <= 36 characters

    Merchant identifier.

Body

required

    merchantKey uuidrequired

    Possible values: <= 36 characters

    Merchant identifier.

    merchantName stringrequired

    Possible values: <= 255 characters

    The merchant's name.

    lastUpdateDateTime date-timerequired

    Possible values: <= 24 characters

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

    requestTime date-timerequired

    Possible values: <= 24 characters

    The time when the user has downloaded the file.

    culturesEnabled

    object

    required

    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.

Responses

Successful response

Schema

    merchantKey uuid

    Possible values: <= 36 characters

    Merchant identifier.

    message string

    Information regarding processing status.

Loading...