Initialize Payment

Initialize a new Walley Checkout payment session for an existing Norce order.

SecurityBearer
Request
path Parameters
order_id
required
string

Order identifier

header Parameters
x-merchant
required
string

Merchant identifier. norce

x-channel
required
string

Channel identifier. 1

Responses
200

OK

400

Bad Request

404

Not Found

409

Conflict

post/api/checkout/v1/orders/{order_id}/payments
Request samples
Response samples
application/json
{
  • "paymentId": "string",
  • "publicToken": "public-SE-20e84dd04dcc3da405696d6f15b5154a9572f64d2394f461",
  • "htmlSnippet": "\n <script src=\"https://checkout.uat.walleydev.com/walley-checkout-loader.js\"\n data-token=\"public-SE-20e84dd04dcc3da405696d6f15b5154a9572f64d2394f461\" data-version=\"v2\"></script>\n "
}
Copyright © Norce 2024. All right reserved.