Skip to content
Last updated

Quickstart

Use this section to move from setup to a working integration path as quickly as possible.

Start with Initial Setup. It consolidates the environment choice, credential checklist, JWT generation, DigitalSignature context, and webhook preparation into one onboarding path.

Fast paths

PathBest when you need toStart here
Initial SetupPrepare a brand-new integration correctly before sending the first requestOpen Initial Setup
Your First Cash-InValidate QR Code generation and payment confirmation end-to-endOpen tutorial
Your First Cash-OutValidate outbound PIX payments and asynchronous settlement confirmationOpen tutorial

Before your first request

Make sure you already have:

  • Your clientId and clientSecret
  • Your ApplicationToken
  • Your CryptoToken for DigitalSignature on sensitive operations
  • A publicly accessible webhook endpoint
  • A staging-safe order or wallet reference for your first tests

ℹ️ Staging environment: All quickstarts use https://api.homologacao.connectpsp.com. Transactions in staging use test values and do not move real funds.

Suggested order

  1. Complete Initial Setup
  2. Run Your First Cash-In
  3. Run Your First Cash-Out
  4. Deepen implementation details in the Guides