Complete order - client mode
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
POST
/v1/client/order/fulfillment
Fulfillment
orderId
. Currently this API is possible to use on orders with mobile payment or for prepaid orders. You can only use this API to fulfill the order if paymentMethod
on the order is sms, invoice, free, kco (Klarna), creditcardPayex or other (own integration with payment provider).Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.mediaconnect.no/capi/v1/client/order/fulfillment' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": 14
}'
Response Response Example
200 - Success
{
"fulfillmentStatus": "ERROR",
"orderId": 14,
"errorMessage": "Descriptiv error message"
}
Request
Body Params application/json