--- title: PaymentReminderSendPayload - GraphQL Admin description: Return type for `paymentReminderSend` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/paymentremindersendpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/paymentremindersendpayload.md --- # Payment​Reminder​Send​Payload payload Return type for `paymentReminderSend` mutation. ## Fields * success [Boolean](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean) Whether the payment reminder email was successfully sent. * user​Errors [\[Payment​Reminder​Send​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/PaymentReminderSendUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [payment​Reminder​Send](https://shopify.dev/docs/api/admin-graphql/latest/mutations/paymentReminderSend) mutation Sends an email payment reminder for a payment schedule. *** ## Map ### Mutations with this payload * [payment​Reminder​Send](https://shopify.dev/docs/api/admin-graphql/latest/types/paymentReminderSend)