number_of_daysstringnumber_of_installmentsstringtypestring{ "number_of_days": "string", "number_of_installments": "string", "type": "string" }
idstringread-onlyUnique ID for the callback. Example: "oc_BaDIudFOjBEuFmLlmDExePUFTh"adapterIdstringCallback Adapter ID. Example: "jetshop_adapter"eventstringCallback event. Enum"validate""accept""complete"urlstringFull valid url to be called by POST. If the url contains the substring '{order_id}' it will be replaced with the orders id before call is performed. Example: "http://specific-feature-adapter.norce.io/api/v1/callbacks/orders/{order_id}/specific-callback"{ "id": "oc_BaDIudFOjBEuFmLlmDExePUFTh", "adapterId": "jetshop_adapter", "event": "validate", "url": "http://specific-feature-adapter.norce.io/api/v1/callbacks/orders/{order_id}/specific-callback" }