Skip to main content

SendPaymentLinkRequest

customerEmailstring

The customer will receive payment link on this email address.

Example: john.doe@example.com
customerPhonestring

Phone number in E.164 format. The customer will receive payment link on this phone number.

Example: +34500000000
channelPayment-MessageChannel (string)

The channel used to send the payment message.

Enum ValueDescription
EMAILSend message via email
WHATSAPPSend message via WhatsApp
SMSSend message via SMS text message

Possible values: [EMAIL, WHATSAPP, SMS]

Example: EMAIL
languagePayment-MessageLanguage (string)

The language of message sent to the customer. If not provided the default customer language is used if available.

Enum ValueDescription
enEnglish
esSpanish
caCatalan
ptPortuguese
deGerman
itItalian
frFrench

Possible values: [en, es, ca, pt, de, it, fr]

Example: en
SendPaymentLinkRequest
{
"customerEmail": "john.doe@example.com",
"customerPhone": "+34500000000",
"channel": "EMAIL",
"language": "en"
}