# RekberPay > RekberPay is Indonesia's modern escrow (rekber) platform. We hold buyer funds in a neutral account until goods are confirmed received, protecting both parties from scams. Public APIs expose verified user directory data; authenticated APIs let registered apps initiate and track escrow transactions. Visit https://rekberpay.com for the user-facing site. Get an API key from https://rekberpay.com/dashboard/settings → "API Keys" tab. ## Public docs - [About RekberPay](https://rekberpay.com/about): mission, team, values - [FAQ](https://rekberpay.com/faq): common questions about escrow, fees, KYC, dispute resolution - [Public seller/buyer directory](https://rekberpay.com/u): browse verified users with ratings and transaction history - [Public profile pattern](https://rekberpay.com/u/{username}): individual user public profile ## API documentation (docs.rekberpay.com) - [Escrows API Reference](https://docs.rekberpay.com/reference/escrows): create escrows via `from-link`, public preview, and payment status polling. - [Payments API Reference](https://docs.rekberpay.com/reference/payments): initiate payments and fetch available payment methods. - [Authentication Guide](https://docs.rekberpay.com/authentication): how to sign partner URLs with HMAC-SHA256 (`sig` generation). - [Webhooks Guide](https://docs.rekberpay.com/reference/webhooks): webhook event payloads (`payment.completed`, `escrow.released`, etc). - [Errors Reference](https://docs.rekberpay.com/reference/errors): standard error codes returned by the API. ## Optional - [Sitemap](https://rekberpay.com/sitemap.xml): all public pages - [Robots](https://rekberpay.com/robots.txt): crawl rules