Payment Methods

Manage your payment options for donations and subscriptions

Saved Payment Methods

@if(count($paymentMethods ?? []) > 0)
@foreach($paymentMethods ?? [] as $index => $method)
@if(($method['type'] ?? 'card') === 'card') @elseif(($method['type'] ?? '') === 'paypal') @else @endif

{{ $method['name'] ?? 'Visa ending in ' . rand(1000, 9999) }}

@if(($method['type'] ?? 'card') === 'card') Expires {{ $method['expiry'] ?? '12/' . (date('y') + 2) }} @else Added on {{ $method['added_date'] ?? now()->subDays(rand(1, 30))->format('M d, Y') }} @endif

@if($method['is_default'] ?? ($index === 0)) Default @endif
@if(!($method['is_default'] ?? ($index === 0))) @endif
@endforeach
@else

You don't have any saved payment methods

Add a payment method to make donating faster and easier

@endif

Add New Payment Method

You'll be redirected to PayPal to connect your account

Payment Security

Secure Payment Processing

All payment information is encrypted and securely processed. We use industry-standard security measures to protect your data. We never store your full card details on our servers.

@push('scripts') @endpush