---
layout: home

hero:
  name: Monetarie Partner API
  text: Server-to-server integration
  tagline: Create customers, move money across accounts, send PIX and TED, and receive webhooks through the Monetarie API.
  image:
    src: /logo.svg
    alt: Monetarie
  actions:
    - theme: brand
      text: Get started
      link: /en/overview
    - theme: alt
      text: Authentication
      link: /en/authentication
    - theme: alt
      text: Download Postman
      link: /Monetarie-Partner-API.postman_collection.json

features:
  - title: OAuth2 client_credentials
    details: Exchange your client_id and client_secret for a short-lived Bearer token and use it on every call.
  - title: Partner-scoped
    details: Each credential only sees and moves the accounts, customers and webhooks it created.
  - title: Idempotency
    details: Money-moving operations accept an Idempotency-Key, preventing duplicates on retries.
---
