Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.
The API is used only to fulfill a previously registered order with 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).
This API previously exposed functionality to create and link a ConnectID user to the order, and possibly send a sms/email notification. This functionality is removed from this API. To use these features, you need to use the new API named Assign user.
OK
Bad Request
Too Many Requests
Internal Server Error
{- "orderId": 14
}
{- "fulfillmentStatus": "ERROR",
- "orderId": 14,
- "errorMessage": "Descriptiv error message"
}