Capture a Deferred Payment

This call is only used in deferred payment. Pre-authroriztion validation can only be done once.

Refer to the following page to view parameters: https://documentation.lemonway.com/reference/moneyins_validateput

  1. After initiating a pre-authorized Web Payment using POST /moneyins/card/webinit, you received a Transaction Id from Lemonway.
  2. Depending on the number you specified as captureDelayedDays, funds are blocked between 1 to 6 days maximum.
  3. To validate the pre-authorization, you need to call PUT /moneyins/{transactionid}/validate. If the capture is a success, then the original transaction status switches to Success.