Skip to main content

malipopaycentralapi_SmsTemplateResponse

_idstring
Example: 65b3d92a4e5f6c0a1b8d7e54
namestring
Example: payment_confirmation
templatestring
Example: Dear {{name}}, your payment of {{amount}} {{currency}} has been received. Ref: {{reference}}
languagestring
Example: sw
envstring

Possible values: [TEST, PROD]

Example: TEST
descriptionstring
Example: Sent to customer after successful payment
projectstring

Project ID this template belongs to

Example: 63db68a6c5f3e7682e23c2ca
deletedboolean
Example: false
createdAtdate-time
Example: 2024-03-01T10:00:00.000Z
updatedAtdate-time
Example: 2024-03-01T10:00:00.000Z
malipopaycentralapi_SmsTemplateResponse
{
"_id": "65b3d92a4e5f6c0a1b8d7e54",
"name": "payment_confirmation",
"template": "Dear {{name}}, your payment of {{amount}} {{currency}} has been received. Ref: {{reference}}",
"language": "sw",
"env": "TEST",
"description": "Sent to customer after successful payment",
"project": "63db68a6c5f3e7682e23c2ca",
"deleted": false,
"createdAt": "2024-03-01T10:00:00.000Z",
"updatedAt": "2024-03-01T10:00:00.000Z"
}