Skip to content

Send a payment update email to the customer

POST
/api/subscriptions/{id}/payment-method/send-update-email

Sends the customer an email with a Shopify-hosted link to update the payment method on this subscription. Uses Shopify’s customerPaymentMethodSendUpdateEmail mutation.

id
string

Email dispatched

object
success
required
boolean

Subscription has no Shopify contract, or Shopify rejected the request

Example
{
"error": "Subscription has no Shopify contract"
}