Billing Payment Methods

Payment Methods

Manage your saved payment methods

Saved Payment Methods

@if($isAddingMethod) Adding... @else Add Card @endif @if($paymentMethods->isNotEmpty()) Manage in Stripe @endif
@if($paymentMethods->isEmpty())

No payment methods saved

Add a card to enable automatic subscription renewals

@if($isAddingMethod) Setting up... @else Add Payment Method @endif
@else
@foreach($paymentMethods as $method)
@if($method->type === 'card')
@php $brand = strtolower($method->brand ?? 'unknown'); @endphp @if($brand === 'visa') VISA @elseif($brand === 'mastercard') MC @elseif($brand === 'amex') AMEX @else @endif
@elseif($method->type === 'crypto')
@else
@endif
@if($method->type === 'card') {{ ucfirst($method->brand ?? 'Card') }} ending in {{ $method->last_four ?? '****' }} @elseif($method->type === 'crypto') Cryptocurrency @else {{ ucfirst($method->type) }} @endif
@if($method->type === 'card' && $method->exp_month && $method->exp_year) Expires {{ str_pad($method->exp_month, 2, '0', STR_PAD_LEFT) }}/{{ $method->exp_year }} @else Added {{ $method->created_at->format('j M Y') }} @endif
@if($this->isExpiringSoon($method->id)) Expiring soon @endif @if($method->is_default) Default @else Make default @endif
@endforeach
@endif

Pay with Cryptocurrency

Host UK accepts Bitcoin, Litecoin, and Monero through BTCPay Server. Cryptocurrency payments are processed instantly and require no saved payment method.

No KYC required
Instant confirmation
Privacy-focused

Your payment information is secure

Host UK never stores full card numbers. All payment information is encrypted and handled by PCI-compliant payment processors.