---
title: "Resend Link"
method: POST
path: "/resend"
tags: ["Payment Links"]
---

# Resend Link

`POST /resend`

This API can be used to resend notifications to customer for their previously created link

## Headers

- `BD-Traceid` string, required
- `BD-Timestamp` string, required
- `Content-Type` string, required
- `Accept` string, required

## Request body

- object
  - `data` object
    - `mercid` string, required — Unique identifier as defined by BillDesk for each merchant
    - `linkid` string — Unique ID generated by BillDesk for a payment link
    - `merc_link_ref_no` string — Unique reference number provided by merchant

## Response `200`

OK

- object
  - `data` object
    - `objectid` 'link' — String representing the object's type. Objects of the same type share the same value.
    - `mercid` string — Unique identifier as defined by BillDesk for each merchant
    - `linkid` string — Unique ID generated by BillDesk for a payment link
    - `customer_notification` CustomerNotificationRequest — Merchant can choose to send Email or SMS or both to the customer once payment link is generated.
      - `sms` boolean — If true, BillDesk sends a SMS notification on the mobile number provided in customer object
      - `email` boolean — If true, BillDesk sends an Email notification on the Email ID provided in customer object
    - `merc_link_ref_no` string — Unique reference number provided by merchant

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error
- `default` — Any bad or invalid request will lead to following error object

---

[API](https://skmtc.net/billdesk/apis/payments.md) · [All operations](https://skmtc.net/billdesk/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/billdesk/payments/revisions/43f021fc467f/schema)
