Update Klarna Payments Session

Used to remap and update the Klarna Payments Session from the Norce order, requires existing payment with Klarna Payments Session.

SecurityBearer
Request
path Parameters
order_id
required
string

Order identifier

payment_id
required
string

Payment identifier

header Parameters
x-merchant
required
string

Merchant identifier.

Example: norce
x-channel
required
string

Channel identifier

Example: 1
Responses
200

OK

400

Bad Request

401

Unauthorized

404

Not Found

put/api/payments/v1/orders/{order_id}/payments/{payment_id}
Request samples
Response samples
application/json
{
  • "session_id": "string",
  • "acquiring_channel": "ECOMMERCE",
  • "attachment": {
    },
  • "authorization_token": "string",
  • "billing_address": {
    },
  • "client_token": "string",
  • "custom_payment_method_ids": [
    ],
  • "customer": {
    },
  • "design": "string",
  • "expires_at": "2019-08-24T14:15:22Z",
  • "locale": "string",
  • "merchant_data": "string",
  • "merchant_reference1": "string",
  • "merchant_reference2": "string",
  • "merchant_urls": {},
  • "options": {
    },
  • "order_amount": 0,
  • "order_lines": [
    ],
  • "order_tax_amount": 0,
  • "payment_method_categories": [
    ],
  • "purchase_country": "string",
  • "purchase_currency": "string",
  • "shipping_address": {
    },
  • "status": "complete",
  • "intent": "buy",
  • "order": {
    }
}
Copyright © Norce 2024. All right reserved.