Send SMS to customer
Send SMS to customer
POST {{Environment_URL}}/vendors/v1/payment-links/:payment-link-id/sms
Endpoint that sends an SMS message with the payment link to your customer only by informing their celphone.
Headers
Name
Value
Authorization
Bearer <token>
Path Params
Name
Type
Description
Value
payment-link-id
string
Payment Link Identifier
plink_01j6hq7cfta41wjchd3bh60g65
Body
Name
Type
Description
Value
phone
string
user phone number
+5511982157152Request body
{
"phone": "+5511999999999"
}Response
NO RESPONSE
