Get Payment

Get an existing Walley Checkout payment session. May be used to get the Walley html snippet, for example after the Walley 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. norce

x-channel
required
string

Channel identifier. 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",
  • "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.