Skip to main content
PUT
/
api
/
external
/
v2
/
subscription-contracts-update-payment-method
Send payment method update email to customer
curl --request PUT \
  --url https://subscription-admin.appstle.com/api/external/v2/subscription-contracts-update-payment-method \
  --header 'X-API-Key: <x-api-key>'
{
  "message": "Payment method update email sent successfully"
}

Documentation Index

Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-API-Key
string
required

API Key for authentication

Query Parameters

contractId
integer<int64>
required

Subscription contract ID for payment method update. Must be a valid contract ID that belongs to the authenticated shop.

Required range: x >= 1
api_key
string

API Key (Deprecated - Use X-API-Key header instead)

Response

Payment update email sent successfully