Fave website screenshot

Fave

Fave is a Malaysia- and Singapore-based lifestyle and payments app offering deals, cashback, rewards, eCards, and QR-code payments, operated by Fave Asia Technologies and owned by Pine Labs. For merchants and platforms, Fave exposes the FavePay Omni (FPO) partner API: create single-use QR codes or payment URLs, process customer-presented (merchant-scan) charges, look up, list, and acknowledge transactions, issue full or partial refunds, and receive signed webhook callbacks on every status change. Every request is signed with HMAC-SHA256 using a secret key Fave issues during partner onboarding. FavePay Omni operates across Malaysia (MY), Singapore (SG), and Indonesia (ID).

Fave publishes 2 APIs on the APIs.io network: Payments API and Transactions API. Tagged areas include Company, Payments, Fintech, QR Payments, and Loyalty.

The Fave catalog on APIs.io includes 2 event-driven AsyncAPI specifications.

Fave’s developer surface includes documentation, API reference, support, engineering blog, signup flow, authentication, sandbox, and 21 more developer resources.

48.4/100 developing ▬ flat Agent 71/100 agent native Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
2 APIs 1 MCP Servers
CompanyPaymentsFintechQR PaymentsLoyaltyCashbackMerchant ServicesSoutheast AsiaWebhooks

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 48.4/100 · developing
Contract Quality 17.7 / 25
Developer Ergonomics 12.6 / 20
Commercial Clarity 6.8 / 20
Operational Transparency 1.0 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 71/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/fave: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Fave Payments API

Create charges via QR code or merchant scan.

Fave Transactions API

Look up, list, acknowledge and refund transactions.

Arazzo Workflows 3

Multi-step API workflows described with the Arazzo specification.

_Index

ARAZZO

Accept a FavePay Omni payment and refund it

Create a QR-code charge, confirm it succeeded via transaction lookup, then issue a full refund. All operationIds are verified against the FavePay Omni OpenAPI.

ARAZZO

Merchant-scan charge and reconcile

Charge a customer via merchant scan, then list the outlet's recent transactions and acknowledge the new one. All operationIds are verified against the FavePay Omni OpenAPI.

ARAZZO

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

fave-mcp.yml

MCP SERVER

Event Specifications 2

AsyncAPI definitions for this provider's event-driven and streaming APIs.

FavePay Omni Webhooks

Webhook (callback) event surface for FavePay Omni. Fave POSTs the transaction object to the partner's callback_url whenever a transaction changes status. Each payload carries a ...

ASYNCAPI

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Fave Authentication

apiKey · 1 scheme

SECURITY

Fave Domain Security

TLSv1.3 · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Fave Agentic Access

6 operations · 4 acting

6 operations · 4 acting

AGENTIC

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 4

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 8

Pagination, idempotency, versioning, errors, and events

Scroll for all 8

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: fave
name: Fave
description: 'Fave is a Malaysia- and Singapore-based lifestyle and payments app offering deals, cashback, rewards, eCards,
  and QR-code payments, operated by Fave Asia Technologies and owned by Pine Labs. For merchants and platforms, Fave exposes
  the FavePay Omni (FPO) partner API: create single-use QR codes or payment URLs, process customer-presented (merchant-scan)
  charges, look up, list, and acknowledge transactions, issue full or partial refunds, and receive signed webhook callbacks
  on every status change. Every request is signed with HMAC-SHA256 using a secret key Fave issues during partner onboarding.
  FavePay Omni operates across Malaysia (MY), Singapore (SG), and Indonesia (ID).'
url: https://raw.githubusercontent.com/api-evangelist/fave/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- 500-global
x-tier: profiled
x-tier-reason: enriched-api-provider
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://myfave.com/banner.png
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
tags:
- Company
- Payments
- Fintech
- QR Payments
- Loyalty
- Cashback
- Merchant Services
- Southeast Asia
- Webhooks
apis:
- aid: fave:fave-payments-api
  name: Fave Payments API
  description: Create charges via QR code or merchant scan.
  humanURL: https://developers.myfave.com/fpo-guide.html
  baseURL: https://omni.myfave.com
  tags:
  - Payments
  properties:
  - type: OpenAPI
    url: openapi/fave-payments-api-openapi.yml
  - type: Documentation
    url: https://developers.myfave.com/fpo-guide.html
  - type: AsyncAPI
    url: asyncapi/fave-favepay-omni-asyncapi.yml
- aid: fave:fave-transactions-api
  name: Fave Transactions API
  description: Look up, list, acknowledge and refund transactions.
  humanURL: https://developers.myfave.com/fpo-guide.html
  baseURL: https://omni.myfave.com
  tags:
  - Transactions
  properties:
  - type: OpenAPI
    url: openapi/fave-transactions-api-openapi.yml
  - type: Documentation
    url: https://developers.myfave.com/fpo-guide.html
  - type: AsyncAPI
    url: asyncapi/fave-favepay-omni-asyncapi.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://myfave.com
- type: DeveloperPortal
  url: https://developers.myfave.com/
- type: Documentation
  url: https://developers.myfave.com/
- type: APIReference
  url: https://developers.myfave.com/fpo-guide.html
- type: Support
  url: https://help.myfave.com/hc/en-us
- type: Blog
  url: https://www.favebiz.com/blog/
- type: SignUp
  url: https://app.favebiz.com/sign-up?ref=favebiz
- type: Login
  url: https://app.favebiz.com/?ref=favebiz
- type: TermsOfService
  url: https://help.myfave.com/hc/en-us/sections/205050988-Terms-of-Use
- type: PrivacyPolicy
  url: https://help.myfave.com/hc/en-us/sections/205051008-Privacy-Policy
- type: Authentication
  url: authentication/fave-authentication.yml
- type: OpenAPI
  url: openapi/fave-favepay-omni-openapi.yml
- type: AsyncAPI
  url: asyncapi/fave-favepay-omni-asyncapi.yml
- type: Webhooks
  url: asyncapi/fave-favepay-omni-webhooks.yml
- type: Conventions
  url: conventions/fave-conventions.yml
- type: ErrorCatalog
  url: errors/fave-problem-types.yml
- type: Lifecycle
  url: lifecycle/fave-lifecycle.yml
- type: Sandbox
  url: sandbox/fave-sandbox.yml
- type: Conformance
  url: conformance/fave-conformance.yml
- type: DataModel
  url: data-model/fave-data-model.yml
- type: MCPServer
  url: mcp/fave-mcp.yml
- type: Overlay
  url: overlays/fave-favepay-omni-overlay.yaml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/fave-llms.txt
- type: Arazzo
  name: Accept a FavePay Omni payment and refund it
  url: arazzo/fave-accept-and-refund.yml
- type: Arazzo
  name: Merchant-scan charge and reconcile
  url: arazzo/fave-scan-and-reconcile.yml
- type: AgenticAccess
  url: agentic-access/fave-agentic-access.yml
- type: DomainSecurity
  url: security/fave-domain-security.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence