Hello
Is any action to change status of payment from "Captured/Pending Settlement" to "settled"?
More info:
I had Angular application where request my API to allow purchase some item.
Currently, when user can authorize and capture a payment, but i don't know how can i get information about payment and save required information, and set payment as "settled"
Is any solution for that?
I use my own project to sending information, and can send everything by JSON.
(solution provided form Authorize.net isn't compatibility with my main project type (.NET Core 2.0), and had a very big performance issues with that nuget package)
04-17-2018 05:33 AM
Hello @SajanSSJ4
Settlement occurs once a day at the transaction cutoff time specified in the Merchant interface. To learn more about how payments work, see our online documentation: https://developer.authorize.net/api/reference/features/payment_transactions.html#Understanding_the_C...
04-17-2018 02:06 PM