Get an existing Resurs Bank Checkout order

Used to get the html snippet, for example after the Resurs Bank Checkout Order has been confirmed.

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

404

Not Found

get/api/checkout/v1/orders/{order_id}/payments/{payment_id}
Request samples
Response samples
application/json
{
  • "paymentId": "string",
  • "checkoutId": "",
  • "locale": "sv-SE",
  • "style": {
    },
  • "webComponentUrl": "string"
}
Copyright © Norce 2024. All right reserved.