Migrate from v1 — quick version
Migrate from v1 — quick version
Reading time: 2 minutes. For an endpoint-by-endpoint audit, see Migrate from v1 — full reference.
This guide is for integrators already in production on API v1 (https://api.corpxapi.com). New integrations should go straight to v2 and read the quick start guide.
What changes (update in your code)
What does NOT change
- All
/v1/accounts/{accountId}/...paths (with the 4 caveats below) - Your webhook URL and your HMAC secret
account_idare still the same UUIDs- Webhook payloads and headers
- BigPix body — still
{amount, key, ...}(chunking stays server-side)
5 specific caveats
If your integration depends on any of the items below, read the full reference before the cutover. Otherwise, just switch URL + credentials.
Deprecated endpoints (still work until 2026-11-21)
They keep responding normally but include Deprecation: true + Sunset: Sat, 21 Nov 2026 00:00:00 GMT + Link: <successor-url>; rel="successor-version" headers. Migrate to the successor on your next maintenance window.
Removed endpoints (404 on v2)
If you never called any of these, ignore this section.
Related documentation
- Migrate from v1 — full reference — endpoint-by-endpoint audit
- Changelog v2.0
- Authentication
- Webhooks
Support
Contact: api@corpx.com — response within 1h on business hours.