KashierDevelopersKashier Developers

Re-share payment links

curl -X POST "https://test-api.kashier.io/v2/payment-link/re-share" \  -H "Content-Type: application/json" \  -d '{    "paymentLinkIds": [      "PL-2348668602",      "PL-2348668603"    ]  }'
{  "message": "string"}

Re-sends one or more existing payment links to the customers they were originally shared with, on the channel used the first time. Useful for chasing unpaid links in bulk without re-entering each customer's contact details.

Authorization

secretKey
Authorization<token>

Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

POST
/v2/payment-link/re-share