Triggers Shopify to send an email to the subscription customer with a secure link to update their payment method. This endpoint initiates Shopify’s native payment update flow without requiring direct payment handling.
Key Features:
Process Flow:
Email Details:
Use Cases:
Important Notes:
Rate Limiting:
Authentication: Requires valid X-API-Key header
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.
API Key for authentication
Subscription contract ID for payment method update. Must be a valid contract ID that belongs to the authenticated shop.
x >= 1API Key (Deprecated - Use X-API-Key header instead)
Payment update email sent successfully
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"
}