Validate

Request
path Parameters
order_id
required
string

Order identifier

payment_id
required
string

Payment identifier

query Parameters
merchant
required
string

Merchant identifier

channel
required
string

Merchant channel

Request Body schema: application/json
id
string
storeId
string
orderReference
string
countryCode
string
locale
string
Enum: "sv-SE" "da-DK" "nb-NO" "fi-FI"
currency
string
version
string
object
object
object
object
object
object
Array of objects (Norce.Checkout.ResursBankAdapter.Domain.Models.ResursBank.Checkbox)
object
notes
string
Responses
200

OK

422

Unprocessable Content

post/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/validate
Request samples
application/json
{
  • "id": "string",
  • "storeId": "string",
  • "orderReference": "string",
  • "countryCode": "string",
  • "locale": "sv-SE",
  • "currency": "string",
  • "version": "string",
  • "options": {
    },
  • "cart": {
    },
  • "customer": {
    },
  • "shipping": {
    },
  • "payment": {
    },
  • "status": {
    },
  • "checkboxes": [
    ],
  • "merchant": {
    },
  • "notes": "string"
}
Response samples
application/json
{
  • "message": "string"
}
Copyright © Norce 2024. All right reserved.