Create a new Klarna Checkout order using a recurring token from a previous Klarna Checkout purchase.

Requires an existing Norce order and Klarna Checkout recurring token

SecurityBearer
Request
path Parameters
order_id
required
string

Order identifier

header Parameters
x-merchant
required
string

Merchant identifier.

Example: norce
x-channel
required
string

Channel identifier

Example: 1
Request Body schema: application/json

Recurring token that should be used for completing the order

token
string
autoCapture
boolean
Responses
200

OK

400

Bad Request

404

Not Found

409

Conflict

post/api/checkout/v1/orders/{order_id}/payments/recurring
Request samples
application/json
{
  • "token": "string",
  • "autoCapture": true
}
Response samples
application/json
{
  • "id": "string"
}
Copyright © Norce 2024. All right reserved.