Tamara · Example Payload

Tamara Register Webhook Example

BNPLBuy Now Pay LaterFintechPaymentsCheckoutShariah CompliantMENASaudi ArabiaUAEInstallmentsPay LaterMerchant ServicesOrderRefundsCaptureWebhookDisputesChannel PartnersE-CommercePoint-of-Sale

Tamara Register Webhook Example is an example object payload from Tamara, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api-sandbox.tamara.co/webhooks",
    "headers": {
      "Authorization": "Bearer {{TAMARA_API_TOKEN}}",
      "Content-Type": "application/json"
    },
    "body": {
      "type": "order",
      "url": "https://example.com/tamara/webhook",
      "events": [
        "order_approved",
        "order_authorised",
        "order_canceled",
        "order_captured",
        "order_refunded",
        "order_expired"
      ],
      "headers": { "authorization": "Bearer s3cret" }
    }
  },
  "response": {
    "status": 200,
    "body": {
      "merchant_id": "6e9f752e-0bbc-47eb-bcf7-be13adf6f04d",
      "webhook_id": "4826ecbd-2c16-4882-8d4b-04bcaa96bbc6",
      "url": "https://example.com/tamara/webhook",
      "events": [
        "order_approved",
        "order_authorised",
        "order_canceled",
        "order_captured",
        "order_refunded",
        "order_expired"
      ],
      "headers": { "authorization": "Bearer s3cret" }
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/tamara-register-webhook-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.