# Payment session creation request now includes a flag for Mail Order/Telephone Order payments — Shopify developer changelog
---
## Payment session creation request now includes a flag for Mail Order/Telephone Order payments

<!-- **IMPORTANT:** Posts won't go live, including at the scheduled date, unless they're reviewed and approved. Due to reduced resources, the dev docs team doesn't have the capacity to review changelog posts at this time. We recommend getting a member of the product team behind the change to do the review. 

Write a summary of the change. Check out the Developer changelog guidelines in the Vault: https://vault.shopify.io/pages/3468-Developer-changelog-posts. You can use markdown or the toolbar inserts to format text.

Here are some suggested formats for writing 2-3 sentences with an overview of the change and how it benefits or affects developers:

As of { API and version }, you can use the {object or resource} to {do something new}.
or
As of { API and version }, we're deprecating { description }. Use the { object or resource } instead.
or
You can now use { thing } to { do something new }.
or
We've added { thing } so that you can { do something }.

Describe any benefits { thing } has, or any action developers need to take and when they need to take it.
 
You can include links inline in the text, and add another link at the end in this format:

Learn more about { thing } on [Shopify.dev](URL).
-->

As of version 2024-07, the HTTP Post request sent from Shopify to initiate a payment session on a Credit Card Payments App Extension contains a new Boolean `moto` field in the `payment_method.data` hash, to flag if the credit card information for a payment was entered by a merchant. Learn more about payment session creation on [Shopify.dev](https://shopify.dev/docs/apps/build/payments/request-reference#credit-card-payment).

*Published: July 01, 2024*
Tags: API, Update
Link: https://shopify.dev/changelog/payment-session-creation-request-now-includes-a-flag-for-mail-order-telephone-order-payments

---