PaymentFailedEmail
EmailÖdeme başarısız bildirimi. Hata sebebi, yeniden deneme tarihi ve ödeme yöntemi güncelleme CTA.
Payment Failed
₺999.90 could not be processed
Amount₺999.90
Failure reasonInsufficient funds
Next retryMay 10, 2026
Resolve by May 10 to avoid service interruption.
Update Payment Method
© 2026 Acme Corp
Live preview<%
var payment = locals.payment || {};
function fmtTRY(n) { return '₺' + (n || 0).toFixed(2); }
%>
<%- include('../_preview-bar', locals) %>
Payment Failed
<%= fmtTRY(payment.amount) %> could not be processed
Action required
Hi <%= toName %>, we were unable to process your payment. Please update your payment method to keep your subscription active.
Amount
<%= fmtTRY(payment.amount) %>
Attempted on
<%= payment.attemptedAt %>
Failure reason
<%= payment.failReason %>
Next retry
<%= payment.retryDate %>
If payment isn't resolved by <%= payment.retryDate %>, your subscription will be paused.
<%- include('../_footer', locals) %>