Build 2026-01-09 07:29:55
The Avarda Checkout Adapter API is used to create and manage a Avarda Checkout Order.
https://checkout-avarda-adapter.test.norce.tech/
https://checkout-avarda-adapter.test.norce.tech/api/checkout/v1/orders/{order_id}/payments
curl -i -X POST \
'https://checkout-avarda-adapter.test.norce.tech/api/checkout/v1/orders/{order_id}/payments' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: string' \
-H 'x-merchant: string'{ "paymentId": "string", "purchaseJwt": "string", "javascriptUrl": "string", "styles": { "property1": null, "property2": null } }
https://checkout-avarda-adapter.test.norce.tech/api/checkout/v1/orders/{order_id}/payments/{payment_id}
curl -i -X GET \
'https://checkout-avarda-adapter.test.norce.tech/api/checkout/v1/orders/{order_id}/payments/{payment_id}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: string' \
-H 'x-merchant: string'{ "paymentId": "string", "purchaseJwt": "string", "javascriptUrl": "string", "styles": { "property1": null, "property2": null } }
https://checkout-avarda-adapter.test.norce.tech/api/checkout/v1/orders/{order_id}/payments/{payment_id}/remove
curl -i -X POST \
'https://checkout-avarda-adapter.test.norce.tech/api/checkout/v1/orders/{order_id}/payments/{payment_id}/remove' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: string' \
-H 'x-merchant: string'