Documentation Index Fetch the complete documentation index at: https://docs.tender.cash/llms.txt
Use this file to discover all available pages before exploring further.
Base64-encoded HMAC-SHA256 signature of the request payload using the API secret Minimum string length: 1Example: "5e73d044c44d733fcf819ad3409aaaddca840d421b69cb0b04e2c750fc62e-ce7526d36296237663ad1f06f62a730c0466516507196b3ce6567493c-c52a7cf63d"
Current timestamp in ISO 8601 format Example: "2025-03-15T09:45:53.000Z"
Unique identifier for the request (UUID v4) Example: "550e8400-e29b-41d4-a716-446655440000"
Your API access ID provided by Tender Example: "your-access-id-here"
Media type of the request body Example: "application/json"
Body
Webhook endpoint URL to receive event notifications Example: "https://example.com/webhook"
Description of the webhook purpose Example: "Transaction notifications"
Array of event types to subscribe to Example: ["transaction_completed"]
Custom headers to include in webhook requests (optional) Example: { "api-key": "your-api-key" }
Response
Status of the API request Example: "success"
Human-readable message describing the result Example: "success"
The created webhook configuration Unique MongoDB identifier for the webhook Example: "691069ff947a702cfad9e861"
Merchant ID associated with the webhook Example: "6538e8f9bdec6d1a21978a64"
Description of the webhook Example: "new example webhooks"
Webhook endpoint URL Example: "https://exampleiop.com"
Array of subscribed event types Example: ["transaction_completed"]
Custom headers for webhook requests Example: { "api-key": "allow-requior" }
Whether the webhook is currently active Example: true
Whether the webhook has been deleted Example: false
ISO 8601 timestamp when the webhook was created Example: "2025-11-09T10:16:31.594Z"
ISO 8601 timestamp when the webhook was last updated Example: "2025-11-09T10:18:35.286Z"
Version key for MongoDB document Example: 0
HMAC-SHA256 signature. Required headers: x-access-id, x-request-id (UUID), x-timestamp (ISO), authorization (HMAC signature)
Base64-encoded HMAC-SHA256 signature of the request payload using the API secret
x-timestamp
string<date-time>
required
Current timestamp in ISO 8601 format
Unique identifier for the request (UUID v4)
Your API access ID provided by Tender
Media type of the request body
Event types to subscribe to
Example: [ "transaction_completed" ] Description of the webhook
Example: "Transaction notifications"
Custom headers to include in webhook requests
Example: { "api-key" : "your-api-key" } Webhook created successfully