I have working a payment with this code
https://docs.clover.com/clover-platform/docs/take-a-payment-with-payment-connector
But I want to support partial payments, how I can detect that there was a partial payment?
I need to read from response.payment on SaleResponse, this is right?
override fun onSaleResponse(response: SaleResponse?) { response.payment <------ this
Then relaunch the clover payment connector again until all is payed?
What happens with the
saleRequest.externalId