Skip to main content
Start building for the invisible economy! We trust you must have gone through the How we work page for indepth understanding of the Peere Network
Welcome, Architect. This is the API for Peere Network. This documentation is your blueprint for building within the Peere ecosystem. We have structured this guide to transition you from foundational concepts to full implementation as smoothly as possible. Begin with environment, authentication and making your first API call. To start building immediately, create an account to receive your Sandbox keys. You can begin testing live endpoints in under a minute, with complete freedom to prototype the financial logic that will power your platform. Choose your integration based on your role and Let’s construct what comes next.
Goal: Accept payments from customers using their identityWhat you’ll do:Find customers using email or device lookup, Send billing intents to establish payment agreements, Bill customers using approved agreement phrases, Handle webhook notifications for payment confirmationsKey endpoints:POST /v1/billing/intent - Request billing permission, POST /v1/customer/bill - Bill approved customers, GET /v1/customer/banks - Find customers by email

Getting Started Checklist

1

Set Up Environment

Choose between live and sandbox environments and get your API credentials
2

Understand Authentication

Learn how to authenticate API requests using Bearer tokens
3

Configure Webhooks

Set up webhook endpoints to receive real-time notifications
4

Test Integration

Use sandbox environment to test your integration before going live
5

Go Live

Deploy to production and start processing real payments

Next Steps

Environment Setup

Configure your development and production environments

Authentication

Learn how to authenticate your API requests

Webhooks

Set up real-time notifications for your integration

API Reference

Explore detailed API documentation