Paylink Notification

Prev
Post
/api/paylink/v1/paylinks/{paylink_id}/notifications

This endpoint is used to resend a paylink either by email or SMS.

Parameters

paylink_id (integer, required): id of the paylink.

Request Body

  • send_email (boolean, optional): If send email is true, it will send notification through email.
  • send_sms (boolean, optional): If send sms is true, it will send notification through sms.
Security
HTTP
Type bearer
Header parameters
Authorization
string
ExampleBearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c
Path parameters
paylink_id
stringRequired
Body parameters
object
Example{ "send_email": true }
Responses
200

Successful response