Developers

API-first integration, designed for control

This overview is technical and neutral. Documentation access and environments are provided subject to review and applicable requirements.

API overview

Use APIs to automate payments, retrieve reporting data, and integrate compliance workflows. Capabilities vary by product line and jurisdiction.

Resources
Accounts, payments, transfers, beneficiaries, reporting, events.
Idempotency
Idempotency keys for safe retries and predictable results.
Auditability
Structured event logs for operations and compliance teams.

Authentication

Requests are authenticated using scoped API keys or equivalent mechanisms, depending on environment and configuration.

curl -X POST https://api.fortalezadigital.com/v1/payments \ -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ -H "Idempotency-Key: " \ -d '{ "rail": "wire", "amount": 125000, "currency": "USD", "beneficiary_id": "ben_01H..." }'

API base URLs and keys are provided after approval.

Webhooks

Receive event notifications for payment status changes, compliance holds, and reconciliation updates.

// Pseudocode verifySignature(req.headers['x-signature'], req.rawBody, webhookSecret)

Sandbox environment

A sandbox may be made available for integration testing. It is designed for technical validation and does not represent production availability or licensing status.

  • Test-mode keys and synthetic data
  • Webhook test events
  • Documentation access subject to approval
Get started

Request documentation access

Provide integration context and jurisdictions. Access is subject to review and applicable regulatory requirements.

Prefer email? Use Contact.

Submitting opens your email client. This site does not store form submissions.