I am hoping someone has run in to this before and can help. I am using the API (with PHP) to pull settled batch lists daily to reconcile payments on our end. However we ran in to a day that has 2 batches (one maxed out at 1000 transactions and one that has the remainder). Currently the request will only pull one of the 2 batches so we are missing the bulk of our transaction data for that day.
Does anyone know how to pull multiple batch lists through the API for a single day? Any help is appreciated.
โ05-29-2019 09:25 AM
โ05-29-2019 05:51 PM - edited โ05-29-2019 05:52 PM
โ05-29-2019 05:55 PM
Thanks for the info! I was able to track down in the SDK API script where the issue was. It was pulling only the last batch for any given day. I altered it to detect multiple batches and the issue is solved.
โ05-30-2019 08:40 AM
โ05-31-2019 06:02 PM
I altered it to detect multiple batches and the issue is solved.
โ09-07-2020 04:28 AM