--- title: MerchantApprovalSignals - GraphQL Admin description: Merchant approval for accelerated onboarding to channel integration apps. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/MerchantApprovalSignals md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/MerchantApprovalSignals.md --- # Merchant​Approval​Signals object Requires `read_merchant_approval_signals` access scope. Merchant approval for accelerated onboarding to channel integration apps. ## Fields * can​Process​Checkout [Boolean!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) non-null Check if there is an enabled payment gateway. * identity​Verified [Boolean!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) non-null Whether the shop's Shopify Payments account identity is verified. Returns `false` if the identity is unverified or if the shop doesn't have a Shopify Payments account. * on​Time​Delivery​Scores [\[On​Time​Delivery​Score!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/OnTimeDeliveryScore) non-null A list of scores that represents the shop's ability to deliver on time to a particular country. The score is a value between 0 and 1. * verified​By​Shopify [Boolean!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) non-null Whether Shopify has pre-verified the merchant's business for onboarding to channel integration apps. Returns `false` if the shop isn't marked for verification. * verified​By​Shopify​Tier [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null Which tier of the Shopify verification was determined for the merchant's business for onboarding to channel integration apps. *** ## Map ### Fields with this object * {}[Shop.merchantApprovalSignals](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Shop#field-Shop.fields.merchantApprovalSignals)