> For the complete documentation index, see [llms.txt](https://docs.nymcard.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nymcard.com/get-started/security/otp-sms-templates.md).

# OTP SMS templates

Below you can find several examples of notifications, which you can use in SMS in '[Create template](https://nymcard.com/docs/api#tag/Notification-Templates/operation/createTemplate)' API:

{% code title="Example 1" overflow="wrap" %}

```
// <OTP> is your OTP for online purchase of <TRANSACTION_CURRENCY> <TRANSACTION_AMOUNT> at <MERCHANT_NAME> thru card <CARD_LAST4_DIGITS>
```

{% endcode %}

{% code title="Example 2" overflow="wrap" %}

```
// Your OTP to complete your transaction of <TRANSACTION_CURRENCY> <TRANSACTION_AMOUNT> at <MERCHANT_NAME> for card <CARD_LAST4_DIGITS> is <OTP>
```

{% endcode %}

{% code title="Example 3" overflow="wrap" %}

```
// For transaction of <TRANSACTION_CURRENCY> <TRANSACTION_AMOUNT> at <MERCHANT_NAME> on card card <CARD_LAST4_DIGITS>, the OTP is <OTP>
```

{% endcode %}
