{
  "name": "BinaxPay Private Country-Based Pricing",
  "product": "BinaxPay Private",
  "pricingModel": "country_based_and_region_based",
  "currency": "EUR",
  "canonicalPath": "/private/pricing",
  "source": "fixes.md and src/data/privatePricing.ts",
  "standardEuReferencePrices": [
    {
      "id": "basic",
      "name": "Basic",
      "monthlyPrice": 9.99,
      "monthlyPriceDisplay": "€9.99 / month",
      "priceMeaning": "Standard EU reference price",
      "bestFor": "Light personal users who need simple account access and pay-as-you-use fees"
    },
    {
      "id": "plus",
      "name": "Plus",
      "monthlyPrice": 19.99,
      "monthlyPriceDisplay": "€19.99 / month",
      "priceMeaning": "Standard EU reference price",
      "bestFor": "Everyday users who send transfers regularly and want lower fees"
    },
    {
      "id": "premium",
      "name": "Premium",
      "monthlyPrice": 44.99,
      "monthlyPriceDisplay": "€44.99 / month",
      "priceMeaning": "Standard EU reference price",
      "bestFor": "Frequent international users who need lower fees across payments, ATM and FX"
    }
  ],
  "finalPriceDependsOn": [
    "user country of residence",
    "user nationality where required",
    "supported account route",
    "EU account availability",
    "UK account availability",
    "international account availability",
    "provider cost",
    "compliance cost",
    "local market affordability",
    "currency configuration",
    "live pricing rules"
  ],
  "regionalPricingLogic": [
    {
      "userRegion": "EU",
      "accountRoute": "EU account route",
      "mayProvide": [
        "EUR account",
        "SEPA payments",
        "card services",
        "international payments",
        "internal transfers"
      ],
      "pricingBehavior": "Standard EU pricing starts from €9.99/month unless live pricing overrides it"
    },
    {
      "userRegion": "UK",
      "accountRoute": "UK account route",
      "mayProvide": [
        "GBP account",
        "FPS payments",
        "card services",
        "international payments",
        "internal transfers"
      ],
      "pricingBehavior": "UK pricing must be checked from live pricing"
    },
    {
      "userRegion": "Worldwide",
      "accountRoute": "UK or international route",
      "mayProvide": [
        "account access",
        "card services",
        "international transfers",
        "FX",
        "internal transfers"
      ],
      "pricingBehavior": "Country-specific pricing must be checked live"
    },
    {
      "userRegion": "Unsupported",
      "accountRoute": "No account route",
      "mayProvide": [],
      "pricingBehavior": "Show eligibility unavailable message"
    }
  ],
  "userTypeMessages": [
    {
      "userType": "EU user",
      "displayText": "EU account services may be available. Plans start from €9.99/month. Final price is confirmed after country check."
    },
    {
      "userType": "UK user",
      "displayText": "UK account services may be available. Final UK pricing is shown after country check."
    },
    {
      "userType": "Worldwide user",
      "displayText": "International account access may be available. Price depends on country and eligibility."
    },
    {
      "userType": "Unsupported country",
      "displayText": "BinaxPay is not available in your country yet. You can join the waitlist."
    }
  ],
  "countrySelectorBehavior": [
    "Show standard reference pricing",
    "Ask user to select country",
    "Check live pricing",
    "Show available account route",
    "Show final monthly price",
    "Show any country-specific note",
    "If unsupported, hide plan selection and show waitlist message"
  ],
  "countryPricingRecordFields": [
    "countryName",
    "isoCode",
    "regionGroup",
    "accountRoute",
    "currency",
    "basicPrice",
    "plusPrice",
    "premiumPrice",
    "status",
    "lastReviewed",
    "publicNote",
    "internalNote"
  ],
  "pricingApiExample": {
    "countryCode": "UG",
    "countryName": "Uganda",
    "regionGroup": "WORLDWIDE",
    "status": "REVIEW",
    "accountRoute": "UK_OR_INTERNATIONAL",
    "currency": "EUR",
    "plans": [
      {
        "id": "basic",
        "name": "Basic",
        "monthlyPrice": null,
        "monthlyPriceDisplay": "Live price",
        "available": true
      },
      {
        "id": "plus",
        "name": "Plus",
        "monthlyPrice": null,
        "monthlyPriceDisplay": "Live price",
        "available": true
      },
      {
        "id": "premium",
        "name": "Premium",
        "monthlyPrice": null,
        "monthlyPriceDisplay": "Live price",
        "available": true
      }
    ],
    "publicNote": "Final pricing depends on country, eligibility and live pricing configuration."
  },
  "disclaimers": [
    "Prices may vary by country and are confirmed before subscription.",
    "Account access is subject to verification, eligibility, provider availability and compliance checks.",
    "Third-party bank, correspondent bank, payment network, card network or ATM provider charges may apply.",
    "BinaxPay may update pricing, fees and availability based on provider cost, regulatory requirements and local market conditions.",
    "Final country prices must come from live pricing configuration."
  ],
  "lastReviewed": "2026-06-07"
}
