Anchor to CustomerPaymentMethodSendUpdateEmailPayloadCustomer
payloadCustomer Payment Method Send Update Email Payload
Return type for mutation.
Anchor to FieldsFields
- customer (Customer)
- userErrors ([UserError!]!)
- Anchor to customercustomer•Customer
The customer to whom an update payment method email was sent.
- Anchor to userErrorsuser•[User
Errors Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- customerPaymentMethodSendUpdateEmail (CustomerPaymentMethodSendUpdateEmailPayload)
- •mutation
Sends an email to a customer containing a secure link to update a specific vaulted payment method. This is commonly used when a customer's credit card is expiring or has been declined, and they need to provide updated payment details for ongoing subscriptions. The email can be customized with sender and BCC fields.
- Anchor to customerPaymentMethodIdcustomer•ID!
Payment Method Id required The payment method to be updated.
- Anchor to emailemail•Email
Input Specifies the payment method update email fields. Only the 'from' and 'bcc' fields are accepted for input.
Arguments
Was this section helpful?