Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Tamara In-Store Checkout API

Generate Tamara checkout sessions for brick-and-mortar stores through SMS payment links or QR codes that customers scan with the Tamara consumer app to complete the BNPL purchase in-aisle. Includes the void operation for in-store sessions that need to be cancelled before completion.

Tamara In-Store Checkout API is one of 11 APIs that Tamara publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include In-store, POS, SMS, QR Code, and Checkout. The published artifact set on APIs.io includes API documentation and an OpenAPI specification.

This API exposes 3 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against 2 base URLs: https://partner-api.tamara.co, https://partner-api-sandbox.tamara.co.

3 operations 3 paths 5 schemas 3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.tamara.co
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Tamara In-Store Checkout API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth).

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 POST. Each is listed below with its method, path, parameters, and response codes.

In-Store Checkout 3
POST
/checkout/in-store-session
Create In-Store SMS Payment Link Checkout Session
createInStoreSmsSession body → 200
POST
/checkout/in-store
Create In-Store QR Code Checkout Session
createInStoreQrSession 1 param body → 200
POST
/checkout/{checkout_id}/void
Void Checkout Session
voidCheckoutSession 3 params → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are InStoreSmsRequest (10 properties), InStoreQrRequest (6 properties), Item (6 properties), InStoreSessionResponse (3 properties). Each schema is shown below with its type and property counts.

Item
object
6 properties
InStoreSmsRequest
object
10 properties 4 required
Money
object
2 properties 2 required
InStoreQrRequest
object
6 properties 2 required
InStoreSessionResponse
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tamara-in-store-checkout-api-openapi.yml Raw ↑

Other APIs Tamara publishes across the network.

Tamara Orders API
Tamara Webhooks API
Tamara Disputes API
Tamara Pre-Checkout Eligibility API
Tamara Captures API
Tamara Channel Partner Webhooks API
Tamara Checkout Sessions API
Tamara Merchant API Keys API
Tamara Merchant Onboarding API
Tamara Refunds API