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

Authorize.Net Accept.js requires an HTTPS connection for security. This is a requirement from Authorize.Net and cannot be bypassed.

For Local Development:

  • Use ngrok: ngrok http 8000 then access via the HTTPS URL
  • Or set up local SSL certificates
  • Or test on a staging server with HTTPS
@endif
@csrf
$0.00
{{-- Visual Credit Card --}}
•••• •••• •••• ••••
Cardholder Name YOUR NAME
Expires MM/YY
CVV •••
{{-- Payment Form Fields --}}
Leave blank to remain anonymous
3-4 digits on back of card
We do not store your card details. Card data is tokenized securely via Authorize.Net Accept.js.