Send a payment update email to the customer
POST /api/subscriptions/{id}/payment-method/send-update-email
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.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
string
Responses
Section titled “ Responses ”Email dispatched
object
success
required
boolean
Subscription has no Shopify contract, or Shopify rejected the request
Example
{ "error": "Subscription has no Shopify contract"}