required  | object (OrderData)   | 
object (UrlData)   | 
Session created successfully
Authorization issue, due to e.g. missing or invalid authorization header
Authorization issue, due to the provisioned token not having permission to create the specified session
Data not found, such as seller settings or transaction details
Unprocessable, due to e.g. invalid session state or missing customer contact details
{- "order_data": {
- "authorization_expires": "string",
 - "buyer": {
- "billing_address": {
- "city": "Berlin",
 - "country_code": "DE",
 - "street": "Schönhauser Allee",
 - "street_addition": "Seitenflügel, 2. HH",
 - "street_number": "84",
 - "zip_code": "10439"
 
}, - "company": {
- "first_name": "string",
 - "last_name": "string",
 - "name": "string",
 - "vat_id": "string"
 
}, - "contact": {
- "email": "string",
 - "phone": "string"
 
}, - "language": "string",
 - "person": {
- "date_of_birth": "string",
 - "first_name": "string",
 - "last_name": "string",
 - "title": "string"
 
}, - "shop_buyer_id": "string"
 
}, - "currency": "string",
 - "delivery": {
- "address": {
- "city": "Berlin",
 - "country_code": "DE",
 - "street": "Schönhauser Allee",
 - "street_addition": "Seitenflügel, 2. HH",
 - "street_number": "84",
 - "zip_code": "10439"
 
}, - "company": "string",
 - "first_name": "string",
 - "full_name": "string",
 - "in_store_collect": {
- "city": "string",
 - "country_code": "string",
 - "location_name": "string",
 - "street": "string",
 - "street_addition": "string",
 - "street_number": "string",
 - "zip_code": "string"
 
}, - "last_name": "string",
 - "pick_up_box": {
- "carrier_name": "string",
 - "city": "string",
 - "country_code": "string",
 - "location_id": "string",
 - "recipient_account_id": "string",
 - "zip_code": "string"
 
}, - "pick_up_shop": {
- "city": "string",
 - "country_code": "string",
 - "location_name": "string",
 - "street": "string",
 - "street_addition": "string",
 - "street_number": "string",
 - "zip_code": "string"
 
} 
}, - "partner_operation_id": "string",
 - "partner_transaction_id": "string",
 - "shop_baskets": [
- {
- "gross_amount": 0,
 - "items": [
- {
- "article_number": "string",
 - "category": "string",
 - "description": "string",
 - "gross_total_price": 0,
 - "gross_unit_discount": 0,
 - "gross_unit_price": 0,
 - "name": "string",
 - "net_total_price": 0,
 - "net_unit_discount": 0,
 - "net_unit_price": 0,
 - "quantity": 0,
 - "tax_rate": 0,
 - "unit": "string"
 
} 
], - "partner_shop_id": "string",
 - "shop_merchant_id": "string",
 - "shop_transaction_id": "string",
 - "special_items": [
- {
- "article_number": "string",
 - "category": "string",
 - "description": "string",
 - "gross_total_price": 0,
 - "gross_unit_discount": 0,
 - "gross_unit_price": 0,
 - "name": "string",
 - "net_total_price": 0,
 - "net_unit_discount": 0,
 - "net_unit_price": 0,
 - "quantity": 0,
 - "tax_rate": 0,
 - "unit": "string"
 
} 
], - "vats": [
- {
- "net_amount": 0,
 - "tax_amount": 0,
 - "tax_rate": 0
 
} 
] 
} 
], - "shops": [
- {
- "correspondence_settings": {
- "branding_settings": {
- "highlight_color": "string",
 - "logo_position": "LEFT",
 - "logo_url": "string"
 
}, - "slangs": {
- "de": {
- "customer_service_contact": [
- null
 
], - "formal_tone": "FORMAL",
 - "name_format": "EMTPY",
 - "salutation": "string",
 - "transaction_type": "ORDER"
 
}, - "en": {
- "customer_service_contact": [
- null
 
], - "formal_tone": "FORMAL",
 - "name_format": "EMTPY",
 - "salutation": "string",
 - "transaction_type": "ORDER"
 
}, - "fr": {
- "customer_service_contact": [
- null
 
], - "formal_tone": "FORMAL",
 - "name_format": "EMTPY",
 - "salutation": "string",
 - "transaction_type": "ORDER"
 
}, - "nl": {
- "customer_service_contact": [
- null
 
], - "formal_tone": "FORMAL",
 - "name_format": "EMTPY",
 - "salutation": "string",
 - "transaction_type": "ORDER"
 
} 
} 
}, - "legal": {
- "commercial_register_number": "string",
 - "legal_form": "string",
 - "name": "string"
 
}, - "merchant": {
- "merchant_id": "string",
 - "merchant_name": "string"
 
}, - "merchant_category_code": "string",
 - "name": "string",
 - "partner_shop_id": "string"
 
} 
] 
}, - "url_data": {
- "success_url": "string",
 - "cancel_url": "string",
 - "failure_url": "string",
 - "webhook_url": "string"
 
} 
}{- "session_id": "string",
 - "landing_page": "string"
 
}