Common Issues

Connection issues

chevron-rightThe API key is not acceptedhashtag

Double-check that you copied the full API key from Chargedesk without any leading or trailing spaces. You can find it under Settings → API / Webhooks in your Chargedesk account. Also confirm that API access is enabled for your Chargedesk plan — some lower-tier plans restrict API usage.

chevron-rightThe data flow fails immediately after setuphashtag

This usually means the API key does not have sufficient permissions or belongs to a user role with restricted access. Try generating a new API key under an admin account and use that instead.

Missing data

chevron-rightHistorical charges are missing from my exporthashtag

This is almost always caused by the Start date setting. If the start date is set too recently, older records will not be included. Go back to the source settings and use the date picker to move the start date further back, then re-run the data flow.

chevron-rightSome customers or subscriptions are missinghashtag

Chargedesk only surfaces records that exist within its own database — if a customer or subscription was created in a gateway but not synced to Chargedesk, it will not appear. Check your Chargedesk dashboard to confirm the records are visible there first. If they are visible in Chargedesk but missing in Coupler.io, try re-running the data flow.

chevron-rightRefunded or disputed charges are not showing uphashtag

Refunds and disputes update the status and refunded / dispute fields on existing charge records rather than creating new rows. If you are filtering by status, make sure your filter includes these values.

Permission errors

chevron-right"Unauthorized" or "403" error during synchashtag

This means the API key is valid but the associated account does not have permission to access the requested entity. Check your Chargedesk account role and confirm you have access to Charges, Customers, Subscriptions, and Products. If your account uses team permissions, ask your Chargedesk admin to grant API access.

Data discrepancies

chevron-rightAmounts in Coupler.io don't match what I see in my payment gatewayhashtag

Chargedesk pulls data from your gateway and may have a short sync delay before new transactions appear. Additionally, currency conversion or gateway fees are not applied by Chargedesk — the amounts reflect the raw transaction values. For exact reconciliation, always compare against the gateway's own reports.

chevron-rightSubscription status looks outdatedhashtag

Subscription statuses in Chargedesk depend on webhook events from your payment gateway. If a webhook was missed or delayed, the status in Chargedesk (and therefore in Coupler.io) may lag behind the actual state. Check your gateway's webhook delivery logs to confirm events are reaching Chargedesk.

Rate limits

chevron-rightSync is slow or times out on large accountshashtag

Chargedesk's API has rate limits that can slow down syncs on accounts with a large volume of charges or customers. If you are hitting slowdowns, try narrowing the Start date to reduce the volume of records fetched in each run. For very large datasets, consider splitting entities into separate data flows.

Last updated

Was this helpful?