Documentation designed for developers building with ConnectPSP.
This documentation is built for developers who need a clear path from setup to production. Use Ask AI as a smart way to resolve questions faster, understand flows, and find the right technical details when you need them.
Ship the first transaction fast
The primary path starts with setup, then moves directly into a request you can authenticate, replay, and validate end-to-end.
curl -X POST https://api.homologacao.connectpsp.com/cash-in \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "ApplicationToken: YOUR_APP_TOKEN" \
-H "X-Idempotency-Key: $(uuidgen)" \
-H "Content-Type: application/json" \
-d '{
"amount": 10.00,
"externalReference": "test-order-001",
"webhookUrl": "https://YOUR_DOMAIN/webhooks/connectpsp",
"payer": {
"name": "Test User",
"document": "12345678909"
}
}'Make the first click obvious.
The documentation now prioritizes one clear path for new integrations: Initial Setup first, then the flow you want to validate in staging.
Initial Setup
Get credentials, choose the environment, generate your JWT, and prepare headers and webhook basics.
Start onboardingYour First Cash-In
Generate a PIX QR Code, expose it to the payer, and confirm the payment with a webhook.
Open tutorialYour First Cash-Out
Compute the DigitalSignature and send funds to a PIX key or bank account with async confirmation.
Open tutorialBuilt for high-complexity payment operations.
Read the right thing at the right depth.
Use setup and quickstarts to move fast, guides to understand operational concepts, and the reference to verify exact contracts and responses.
Guides
Understand authentication, signatures, webhook processing, and operational concepts before scaling traffic.
Open GuidesAPI Reference
Navigate schemas, examples, headers, and responses with a more product-like technical reading experience.
Open API ReferenceQuickstart flows
Move from setup to working transactions with step-by-step tutorials built for the first successful integration.
Open Quickstart flows