Checkout profile API
Production endpoint:
https://transact.ti.com/v2/checkoutprofiles
The checkout profile API gives you the ability to pull a list of API-eligible checkout profile IDs that can be used to place API orders with the order API. You can also use the checkout profile API to pull detailed information about a specific checkout profile and populate lists within your application.
- Authentication: You will need your assigned API key and secret to authenticate with the API.
- API request: Send a request to the checkout profile endpoint. Multiple requests can be made in the same session with the access token as long as the token hasn't expired.
- API response: You will receive a response with a status code (200 OK) and a JSON containing checkout profile data.
- Additional query parameters are available to refine your search, see the spec below.