Solved! Go to Solution.
โ03-24-2019 06:38 PM
The getSettledBatchListRequest Api will get you the settled batch ids for the given date range. To get transactions in each batch you will need to call the getTransactionListRequest Api with a batch id from the first Api call. All transactions with the status Captured/Pending Settlement, Refund, Decline or General Error are eligible for settlement and are automatically settled once every 24 hours. There can be multiple batches in a day.
A batch settled on 1st of Jan will include transactions from the previous day depending on the Transaction Cut-Off Time specified within your account. The default Transaction Cut-Off Time is 3:00 PM Pacific time. All transactions submitted before the Transaction Cut-Off Time will be settled that day.
โ04-02-2019 12:06 AM
โ04-01-2019 07:14 AM
The getSettledBatchListRequest Api will get you the settled batch ids for the given date range. To get transactions in each batch you will need to call the getTransactionListRequest Api with a batch id from the first Api call. All transactions with the status Captured/Pending Settlement, Refund, Decline or General Error are eligible for settlement and are automatically settled once every 24 hours. There can be multiple batches in a day.
A batch settled on 1st of Jan will include transactions from the previous day depending on the Transaction Cut-Off Time specified within your account. The default Transaction Cut-Off Time is 3:00 PM Pacific time. All transactions submitted before the Transaction Cut-Off Time will be settled that day.
โ04-02-2019 12:06 AM
โ04-02-2019 07:26 AM - edited โ04-02-2019 07:27 AM