1. Choose plan
  2. Checkout
  3. 3Confirmation

{{ __('Payment') }} {{ __("didn't go through") }}

{{ __("We weren't able to charge your card.") }} {{ __("You haven't been billed") }} — try again with a different method or contact your bank.

{{ __('Error') }}

{{ __('Card declined by issuing bank') }}

{{ __('Your bank turned down the transaction. This is usually because of insufficient funds, an international-payments block, or a hold on your card.') }}

@php $cur = $order?->currency ?? 'USD'; $amt = $order?->amount ?? 0; $fmt = fn($n) => \App\Support\FormatSettings::formatIn($n, $cur); @endphp
{{ __('Reference ID') }}
{{ $order?->order_number ?? '—' }}
{{ __('Attempted at') }}
{{ optional($order?->created_at)->format('M j, Y · H:i') ?? '—' }}
{{ __('Amount') }}
{!! $fmt($amt) !!}
{{ __('Method') }}
{{ $order?->payment_gateway_slug ?? '—' }}

{{ __('A few things to try') }}

{{ __('Use a different card') }}

{{ __("If your bank's blocking it, try another card from a different issuer.") }}

{{ __('Try UPI or netbanking') }}

{{ __('Often works when card networks reject international gateway charges.') }}

{{ __('Call your bank') }}

Ask them to enable online payments for {!! $fmt($amt) !!} and try once more.

Your card was {{ __('not') }} charged. If you see a pending hold from your bank, it'll drop off automatically within a few business days.