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/order/v1/orders/{order_id}/payments/{payment_id}/refresh
curl -i -X POST \
'https://checkout-avarda-adapter.test.norce.tech/api/order/v1/orders/{order_id}/payments/{payment_id}/refresh' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: string' \
-H 'x-merchant: string'https://checkout-avarda-adapter.test.norce.tech/api/order/v1/orders/{order_id}/payments/{payment_id}/capture
curl -i -X POST \
'https://checkout-avarda-adapter.test.norce.tech/api/order/v1/orders/{order_id}/payments/{payment_id}/capture' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: string' \
-H 'x-merchant: string'https://checkout-avarda-adapter.test.norce.tech/api/order/v1/orders/{order_id}/payments/{payment_id}/cancel
curl -i -X POST \
'https://checkout-avarda-adapter.test.norce.tech/api/order/v1/orders/{order_id}/payments/{payment_id}/cancel' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: string' \
-H 'x-merchant: string'https://checkout-avarda-adapter.test.norce.tech/api/order/v1/orders/{order_id}/payments/{payment_id}/refund
curl -i -X POST \
'https://checkout-avarda-adapter.test.norce.tech/api/order/v1/orders/{order_id}/payments/{payment_id}/refund' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: string' \
-H 'x-merchant: string'