Submitting Orders Guide
Overview
This section will review the information needed to create a policy when your customers checkout and have "opted-in" for protection using our Orders Endpoint. On the following pages, we will walk you through building the various pieces that comprise the order payload and, at the end, show a completed example.
POST https://api.sandbox.protecht.com/api/v2/orders
When to Process an OrderYou should only create an order after your primary transaction is successfully completed in your application. If there are scenarios where this is not possible for your integration, please contact us.
Authenticating This RequestTo properly make this API call, the request needs to be authorized by generating a JWT Token sourced from the Authentication API Call using the relevant Client's Public and Secret Key.
Try it out!
If you'd like to see a working example of our Order API calls, follow this link to our API Reference Guide ! Feel free to swap out the values and see what a proper request and response call looks like.
Updated 8 months ago
