Statement descriptor in the Checkout API

How can I include a statement descriptor to show in customer’s card statement in the Checkout API, similar to how it’s done in the Payments API?
I’m looking to use the ‘statement_description_identifier’ feature described here: https://developer.squareup.com/reference/square/payments-api/create-payment, but in the context of the Checkout API here: POST /v2/online-checkout/payment-links - Square API Reference

:wave: I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:

Additional Documentation

Charge a Card on File
Online Payment Solutions
Square Developer Documentation

If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.

The Checkout API currently does not support the ‘statement_description_identifier’ feature that is available in the Payments API. This means you cannot specify a statement description identifier when creating a checkout page. The statement descriptions for transactions processed through the Checkout API are automatically generated by Square.

This answer was reviewed by @Bryan-Square.