Payment Link Overview

View as Markdown

The Payment Link route provides the ability to retrieve a payment link associated with a specific order placed through the Enigma platform. This is achieved through a single GET endpoint that accepts an Order ID as a path parameter and returns the corresponding payment link, which can then be shared with the patient or customer to complete their payment.

This route is intended for use after an order has been successfully created, enabling seamless redirection of end users to the appropriate payment gateway without requiring them to manually navigate to a payment portal.