Payment links offer a simple and versatile way to accept payments without the need for complex integrations. This guide will walk you through everything you need to know about using payment links effectively.

Payment links setup can be created from your Monieswitch dashboard or through our API and be shared with your customers. Monieswitch will redirect your customers to a secure payment page where they can complete the payment.

Get started

Create a payment link by completing the following steps:

1

Create a payment link

In the Dashboard, open the Payment Links page and click New

2

Add payment link details

Fill out the payment details at the right corner.

The payment link accept the following field:

  • Business Logo
  • Name of payment link
  • Description
  • Amount
  • Email address
  • Customer details you want to collect from the payment link
    • Name
    • Phone number

Additionally you can specify the webhook url and callback URL to call after customer has completed payment through the payment link.

Monieswitch provide flexiblity on who to bear the transaction changes (The merchant or the customer) and you can specify this during creation. Checkout our pricing page for more information on different charges.

When you create a new payment link, you get a sharable link that you can send to your customers and also track its activities from view page.

You can embed the payment link on your website or share it on social media, email, or messaging apps.

button.html
<form action="{paymentLink}" method="post">
  <button type="submit">Pay Now</button>
</form>

You can use the Dashboard to deactivate a payment link. Click on the desired payment link, and then Deactivate. After you deactivate a link, customers are no longer able to make a purchase using it. You can choose to reactivate the payment link at any time. You can also use the API to deactivate a payment link.

1

Click on desired payment link

On the Action Button, you can deactivate the payment link and also edit. Similarly, you can also reactivate the payment link.

API

Refer to our API Documentation for integration details