Skip to main content

Introduction

Payment Links allow you to collect payments from customers without a full website integration. You can generate a unique link, share it via email, SMS, or chat, and get paid instantly. This is ideal for:
  • Sending invoices to clients
  • Collecting payments for custom orders
  • Accepting payments without a website
  • recovering abandoned carts

Easy Sharing

Share links via Email, SMS

Customizable

Set custom expiry dates and pre-fill customer details

Secure

Secure hosted payment page handled entirely by EximPe

Prerequisites

Before you begin, ensure you have:
  • Merchant Account: An active EximPe merchant account
  • Credentials: Your Client ID and Client Secret
  • Domain Whitelist: Whitelisted your website domain for integration
  • Webhook URL: A secure endpoint to receive payment status updates

Integration Steps

  1. Create Payment Link: Call the API to generate a link.
  2. Share Link: Send the link to your customer.
  3. Track Status: Monitor payment status via webhooks or API.
To create a payment link, you need to provide the payment details such as amount, currency, and customer information.
cURL

Response

Expiry Date: You can set an optional expiry_date for the link. If not provided, it defaults to 1 year.

📚 API Reference

Create Payment Link API - View complete documentation including all parameters.
Once you have the payment_link URL from the response, you can share it with your customer through any channel:
  • Email: Send it in an invoice email.
  • SMS / WhatsApp: Send it as a text message.
  • Social Media: Share it in DMs.
  • QR Code: Generate a QR code for the link.
When the customer clicks the link, they will be taken to a secure EximPe payment page where they can complete the payment using their preferred method (Card, UPI, Net Banking).

Step 3: Track Payment Status

Since the payment happens on a hosted page, you need to know when the payment is completed. You can do this via: Listen for the PAYMENT_SUCCESSFUL webhook event to get real-time updates.

2. Poll Status API

You can also periodically check the status of the payment link or the order associated with it.

📚 API Reference

Get Payment Link API - Check the current status of a payment link.
EximPe provides APIs to manage the lifecycle of your payment links: