Skip to main content

1. Get an API key

Sign up at dashboard.privataswap.com. You get two keys immediately:
  • pk_test_... — sandbox. Orders are flagged sandbox=1 and excluded from payouts.
  • pk_live_... — production. Orders count toward your revenue share.
Never ship pk_live_ keys in mobile or web bundles. The SDK enforces a runtime check and warns when a live key is used from a browser bundle.

2. Install the SDK

3. Quote and create an order

4. Track status

Pick one transport. Don’t combine both — events will duplicate.

5. Move to production

  1. Swap the pk_test_ key for pk_live_ in your environment.
  2. Confirm your webhook URL is reachable from *.privataswap.com ranges (see IP allowlist).
  3. Subscribe to the status page RSS for incident notifications.
  4. Add a Pingdom probe against GET /partner/v1/health if you want SLA credits.
You’re live.