Paylink notification
Path Parameters
- paylink_id string required
The paylink ID
 
- application/json
 
Request Body
- send_sms boolean
If send sms is true , it will sent notification through sms.
 - send_email boolean
If send email is true , it will sent notification through email.
If both are true, then email and sms will be sent.
 
Responses
- 200
 
Response Headers
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
- message string
 
{
  "message": "string"
}
{
  "message": "Notification sent"
}
Loading...