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

Qliro order

OrderId
integer <int32>
MerchantReference
string
TotalPrice
number <double>
Currency
string
Country
string
Language
string
CustomerCheckoutStatus
string
Enum: "inProcess" "completed" "onHold" "refused" "success"
object
object
object
Array of objects (OrderItem)
object
SelectedShippingMethod
string
SelectedShippingSecondaryOption
string
SignupForNewsletter
boolean
AskForNewsletterSignupChecked
boolean
object
Array of objects (MerchantProvidedMetadata)
OrderHtmlSnippet
string
object
Responses
200

OK

400

Bad Request

401

Unauthorized

404

Not Found

post/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/validate
Request samples
application/json
{
  • "OrderId": 0,
  • "MerchantReference": "string",
  • "TotalPrice": 0,
  • "Currency": "string",
  • "Country": "string",
  • "Language": "string",
  • "CustomerCheckoutStatus": "inProcess",
  • "Customer": {
    },
  • "BillingAddress": {
    },
  • "ShippingAddress": {
    },
  • "OrderItems": [
    ],
  • "PaymentMethod": {
    },
  • "SelectedShippingMethod": "string",
  • "SelectedShippingSecondaryOption": "string",
  • "SignupForNewsletter": true,
  • "AskForNewsletterSignupChecked": true,
  • "IdentityVerification": {
    },
  • "MerchantProvidedMetadata": [
    ],
  • "OrderHtmlSnippet": "string",
  • "MerchantSavedCreditCard": {
    }
}
Response samples
application/json
{
  • "declineReasonMessage": "string"
}
Copyright © Norce 2024. All right reserved.