---
layout: home

hero:
  name: Monetarie API
  text: Direct integration with your account
  tagline: Send and receive PIX, query balance and statement, manage refunds and receive webhooks through the Monetarie API.
  image:
    src: /logo.svg
    alt: Monetarie
  actions:
    - theme: brand
      text: Get started
      link: /en/guide/getting-started
    - theme: alt
      text: Authentication
      link: /en/auth-token
    - theme: alt
      text: Download Postman
      link: /downloads/monetarie-api-externa.postman_collection.json

features:
  - title: ApiKey + HMAC-SHA512
    details: Authenticate with the `Authorization` header as ApiKey client_id:client_secret and sign every POST body with HMAC-SHA512.
  - title: IP Whitelist
    details: Each credential only operates from its authorized IPs; requests from any other origin are refused.
  - title: Idempotency
    details: POST requests accept an Idempotency-Key, preventing duplicates on retries.
---
