Build 2026-01-09 08:52:28
The Awardit Adapter API is used to create and manage a Awardit Checkout Order.
https://awardit-adapter.checkout.playground.norce.tech/checkout/awardit-adapter/
https://awardit-adapter.checkout.test.internal.norce.tech/
https://awardit-adapter.checkout.playground.internal.norce.tech/
https://awardit-adapter.checkout.stage.internal.norce.tech/
https://awardit-adapter.checkout.prod.internal.norce.tech/
https://awardit-adapter.checkout.playground.norce.tech/checkout/awardit-adapter/api/checkout/v1/orders/{order_id}/payments
https://awardit-adapter.checkout.test.internal.norce.tech/api/checkout/v1/orders/{order_id}/payments
https://awardit-adapter.checkout.playground.internal.norce.tech/api/checkout/v1/orders/{order_id}/payments
https://awardit-adapter.checkout.stage.internal.norce.tech/api/checkout/v1/orders/{order_id}/payments
https://awardit-adapter.checkout.prod.internal.norce.tech/api/checkout/v1/orders/{order_id}/payments
curl -i -X POST \
'https://awardit-adapter.checkout.playground.norce.tech/checkout/awardit-adapter/api/checkout/v1/orders/{order_id}/payments' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-H 'x-channel: 1' \
-H 'x-merchant: norce' \
-d '{
"cardId": "string",
"code": "string"
}'{ "code": "cart-not-found", "message": "Cart with id:{id} now found.", "awarditError": { "errorCode": "string", "errorMessages": [ … ], "correlationId": "string" } }
https://awardit-adapter.checkout.playground.norce.tech/checkout/awardit-adapter/api/checkout/v1/orders/{order_id}/payments/{payment_id}/remove
https://awardit-adapter.checkout.test.internal.norce.tech/api/checkout/v1/orders/{order_id}/payments/{payment_id}/remove
https://awardit-adapter.checkout.playground.internal.norce.tech/api/checkout/v1/orders/{order_id}/payments/{payment_id}/remove
https://awardit-adapter.checkout.stage.internal.norce.tech/api/checkout/v1/orders/{order_id}/payments/{payment_id}/remove
https://awardit-adapter.checkout.prod.internal.norce.tech/api/checkout/v1/orders/{order_id}/payments/{payment_id}/remove
curl -i -X POST \
'https://awardit-adapter.checkout.playground.norce.tech/checkout/awardit-adapter/api/checkout/v1/orders/{order_id}/payments/{payment_id}/remove' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: 1' \
-H 'x-merchant: norce'