Tamara · Example Payload

Tamara Authorise Order Example

BNPLBuy Now Pay LaterFintechPaymentsCheckoutShariah CompliantMENASaudi ArabiaUAEInstallmentsPay LaterMerchant ServicesOrdersRefundsCapturesWebhooksDisputesChannel PartnersE-commercePOS

Tamara Authorise Order 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/orders/f56a3123-9e23-45e4-87a2-95366d3b0bca/authorise",
    "headers": {
      "Authorization": "Bearer {{TAMARA_API_TOKEN}}",
      "Content-Type": "application/json"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "order_id": "f56a3123-9e23-45e4-87a2-95366d3b0bca",
      "status": "authorised",
      "order_expiry_time": "2026-06-14T12:00:00Z",
      "payment_type": "PAY_BY_INSTALMENTS",
      "auto_captured": false,
      "authorized_amount": { "amount": 300, "currency": "SAR" },
      "capture_id": "a1234567-89ab-cdef-0123-456789abcdef"
    }
  }
}