Secure Card Payment

Powered by Authorize.Net — {{ ($authorizeEnv == 2) ? 'Live' : 'Sandbox' }}
@if(request()->getScheme() !== 'https')
HTTPS Required:

Authorize.Net Accept.js requires an HTTPS connection for security.

@endif {{-- Message Display Area --}}
@csrf @php $entityType = request('entity_type', 1); $entityId = request('entity_id', ''); @endphp @if($entityType == 1) @endif @if($entityType == 1)
Amount to Pay
${{ number_format((float)$amount, 2, '.', '') }}
@endif {{-- Visual Credit Card --}}
•••• •••• •••• ••••
Cardholder Name YOUR NAME
Expires MM/YY
CVV •••
{{-- Payment Form Fields --}}
@php $entityType = request('entity_type', 1); $showContributorName = ($entityType == 1 && (!isset($userId) || !$userId)); @endphp @if($showContributorName)
@endif
We do not store your card details. Card data is tokenized securely via Authorize.Net Accept.js.