SendPaymentLinkRequest
customerEmailstring
The customer will receive payment link on this email address.
Example:
john.doe@example.comcustomerPhonestring
Phone number in E.164 format. The customer will receive payment link on this phone number.
Example:
+34500000000channelPayment-MessageChannel (string)
The channel used to send the payment message.
| Enum Value | Description |
|---|---|
| Send message via email | |
| Send message via WhatsApp | |
| SMS | Send message via SMS text message |
Possible values: [EMAIL, WHATSAPP, SMS]
Example:
EMAILlanguagePayment-MessageLanguage (string)
The language of message sent to the customer. If not provided the default customer language is used if available.
| Enum Value | Description |
|---|---|
| en | English |
| es | Spanish |
| ca | Catalan |
| pt | Portuguese |
| de | German |
| it | Italian |
| fr | French |
Possible values: [en, es, ca, pt, de, it, fr]
Example:
enSendPaymentLinkRequest
{
"customerEmail": "john.doe@example.com",
"customerPhone": "+34500000000",
"channel": "EMAIL",
"language": "en"
}