---
title: "Send customer email to change payment method"
method: POST
path: "/customers/{customerId}/subscriptions/{subscriptionId}/send-customer-payment-email"
tags: ["Subscriptions"]
---

# Send customer email to change payment method

`POST /customers/{customerId}/subscriptions/{subscriptionId}/send-customer-payment-email`

Trigger Shopify to send an email to the customer so they can update their payment method through Shopify.

## Path parameters

- `customerId` string, required
- `subscriptionId` string, required

## Response `200`

Email sent

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/awtomic/apis/awtomic-api.md) · [All operations](https://skmtc.net/awtomic/apis/awtomic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awtomic/awtomic-api/versions/dfe3dfce125c/schema)
