Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

In the Gateway Invoice, there is a function where you can cancel the invoice. A Gateway Invoice record that has the status open can process a cancellation and when you click the Cancel Invoice button a message will pop up confirming the process is successfully cancelled.

image-20240802-020418.pngimage-20240528-074214 (1).png

image-20240802-005330.png

If the Gateway Invoice status is not open, then you cannot process a cancellation, and a message will pop up when you click the Cancel Invoice button.

image-20240802-003508.png

Once the cancellation succeeded the Gateway Invoice where:

  • Invoice Status = Void

  • Canceled Date = Canceled Date from the parsed payload

  • Other fields are populated based on the parsed payload

image-20240528-074253.png

The Gateway Transaction record that links to the Gateway Invoice record is updated where:

  • Transaction Status = Canceled

  • Canceled Date = Canceled Date from the parsed payload

  • Other fields are populated based on the parsed payload.

image-20240802-020801.png

  • No labels