Skip to main content
PUT
admin_session_profile_details_put

Authorizations

x-api-key
string
header
required

X-API-Key authentication for accessing admin endpoints. Use Create api-key to create a key.

The content of the header should look like the following:

Path Parameters

profile_id
string
required

Body

application/json
configuration
object
required
description
string
required

description of the profile

url
object
profile_id
string

The profile_id you have defined for the profile. (must not have trailing or leading spaces) An auto-generated profile_id will be created if no profile_id is provided.

Maximum string length: 255
merchant
object

Configure merchant information used in the checkout.

checkboxes
object[]

Configuration for checkboxes that should be part of the checkout

Maximum array length: 2
express
object

Response

Session profile

configuration
object
required
description
string
required

description of the profile

url
object
profile_id
string

The profile_id you have defined for the profile. (must not have trailing or leading spaces) An auto-generated profile_id will be created if no profile_id is provided.

Maximum string length: 255
merchant
object

Configure merchant information used in the checkout.

checkboxes
object[]

Configuration for checkboxes that should be part of the checkout

Maximum array length: 2
express
object
Last modified on July 14, 2026