Transactions errors
Guide to troubleshooting Transactions errors
TRANSACTIONS_SYNC_MUTATION_DURING_PAGINATION
Transaction data was updated during pagination.
Common causes
- Transaction data was updated during pagination. This can occur when calling the
/transactions/syncendpoint.
Troubleshooting steps
API error response
http code 400
{
"error_type": "TRANSACTIONS_ERROR",
"error_code": "TRANSACTIONS_SYNC_MUTATION_DURING_PAGINATION",
"error_message": "Underlying transaction data changed since last page was fetched. Please restart pagination from last update.",
"display_message": null,
"request_id": "HNTDNrA8F1shFEW"
}