Activate your production space
- Sign in to the Swipelux Dashboard and select Create a production space.
- Open the KYB tab or go to Business verification.
- Complete every requested field and upload the required documents.
- Submit your integrating business for verification and wait for approval.
Keep production independent
Create production resources explicitly. Changing an API key does not migrate sandbox state.- Store production credentials in a separate secret-manager entry.
- Use production-only deployment configuration and resource IDs.
- Register a separate production webhook endpoint and signing secret.
- Recreate the required customers, capabilities, accounts, recipients, and destinations in production.
- Restrict production access to the services and operators that need it.
https://platform.swipelux.com; the API key selects the environment.
Complete the launch checklist
- Test the happy path and expected failure paths in sandbox.
- Send an
Idempotency-Keywith every write that requires one and retain it for safe retries. - Verify webhook signatures before parsing, persist event IDs durably, and test replay.
- Handle unavailable capabilities, open tasks, and changed task revisions.
- Surface transfer failures and actionable instructions to your operators.
- Confirm logs retain
X-Request-IdorcorrelationIdwithout exposing secrets or sensitive financial data.
Run one controlled live flow
Start with a known customer and one low-value transaction. Record:
Verify both the current API resource and the authenticated webhook delivery. If either differs from the expected result, stop and investigate before sending more traffic.
After the complete flow succeeds, increase volume gradually while monitoring capability, account, destination, and transfer states.
Return to Common flows for the product journey, or use the API Reference for exact contracts.