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 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
Share a payment link POST
Sends an existing payment link to a customer by email or SMS. Use operation to pick the channel and key to carry the matching destination.
Create and share a payment link POST
Creates a payment link and immediately sends it to the customer, in a single call. The body is the same as createPaymentLink; the customer's email address or phone number determines the channel the…