Understanding Payment Links
When a customer opens a payment link, they are presented with a form to enter their personal information like their name, email address and the amount, currency. Their input is validated, and they are redirected to the checkout interface.
Creating a Payment link
To start accepting payments using payment links, you first need to create one. You can create links for single charge, multiple charges and subscription payments. Let’s review some use cases for the supported kinds of payment before we discuss how to create the link. In the case of a single charge, the customer makes a one-time payment. This applies to most checkout payments for retail businesses where the customer checkouts to complete their order. For multiple charges, the customer makes a regular payment for a fixed period of time e.g the customer is making a weekly payment for seven (7) weeks, this payment differs from subscriptions because of the finite number of payments to be made. In the case of subscriptions, the customer makes regular payments for an indefinite period until the subscription is cancelled.Single Payments
To create a payment link for a one-time payment, send your request to the create payment link endpoint. This request needs to contain the following:
Once your link is created, you can perform the following actions to manage it:

