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/sync
endpoint.
Troubleshooting steps
1http code 4002{3 "error_type": "TRANSACTIONS_ERROR",4 "error_code": "TRANSACTIONS_SYNC_MUTATION_DURING_PAGINATION",5 "error_message": "Underlying transaction data changed since last page was fetched. Please restart pagination from last update.",6 "display_message": null,7 "request_id": "HNTDNrA8F1shFEW"8}