v12

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-011518127.5 KB
payments

get/payments/business/{api_key}

Path parameters

api_keystring required

Your Tonder API Key. You can recover it on Tonder's dashboard.

Response

Successful response

vault_idstring

The identifier for the vault.

vault_urlstring uri

The URL for the vault.

referenceinteger

A reference number associated with the business.

is_installments_availableboolean

A boolean indicating whether installments are available.

Example response

{
  "business": {
    "pk": 88,
    "name": "QA Test",
    "categories": [
      {
        "pk": 6,
        "name": "E-commerce"
      }
    ],
    "web": "http://sitioinformatico.com/tonderwp",
    "logo": "https://zplit-stage.s3.amazonaws.com/media/business_logos/ftrain_1.png",
    "full_logo_url": "https://zplit-stage.s3.amazonaws.com/media/business_logos/ftrain_1.png",
    "background_color": "#004080",
    "primary_color": "#47a76d",
    "textCheckoutColor": "#ffffff",
    "textDetailsColor": "#ed8201"
  },
  "openpay_keys": {
    "merchant_id": "mabkc7smuyermmueyxcl",
    "public_key": "pk_707d2ac7cc5d43ee881de43be9eea22d"
  },
  "vault_id": "seaf898c927c4ee1a5b2c58315b6ee0d",
  "vault_url": "https://a370a9658141.vault.skyflowapis-preview.com",
  "reference": 520961
}
All 15 operations