Skip to main content
Anchor to CustomerPaymentMethodSendUpdateEmailPayload

CustomerPaymentMethodSendUpdateEmailPayload

payload

Return type for customerPaymentMethodSendUpdateEmail mutation.

•Customer

The customer to whom an update payment method email was sent.

•[UserError!]!
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

•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.

Arguments

Anchor to customerPaymentMethodIdcustomerPaymentMethodId
•ID!
required

The payment method to be updated.

•EmailInput

Specifies the payment method update email fields. Only the 'from' and 'bcc' fields are accepted for input.



Was this section helpful?