Proceeding to payment
{!! Theme::section('invoices.stripe-js',['invoice'=>$invoice]) !!}
Use Card on File
|
Use Another Card
@if($has_saved_cards)
{{ csrf_field() }}
@foreach($cards as $card)
{{$card->card_number}} @if($card->expiry_month && $card->expiry_year) ({{$card->expiry_month}}/{{$card->expiry_year}}) @endif @if($card->is_default==1)
(Default)
@endif
@endforeach
International card detected: A
0
% cross-border processing fee applies
*
Invoice Amount:
{!! $currencyIcon !!}
{{number_format($invoice->total_amount, 2, '.', ',')}}
*
Final Invoice Payable Amount:
{!! $currencyIcon !!}
{{number_format($invoice->total_amount, 2, '.', ',')}}
@else
No saved card found
@endif
{{ csrf_field() }}
{{ trans('invoices.payment.card-details') }}
{{ trans('invoices.payment.card-number') }}
*
{{ trans('invoices.payment.expiry-month') }}
*
{{ trans('invoices.payment.select-month') }}
01
02
03
04
05
06
07
08
09
10
11
12
{{ trans('invoices.payment.expiry-year') }}
*
{{ trans('invoices.payment.select-year') }}
@for($y=$current_year;$y < $last_year;$y++)
{{$y}}
@endfor
{{ trans('invoices.payment.cvc') }}
*
Validate Billing/Mailling Address
+
-
{{ trans('invoices.payment.customer-details') }}
{{trans('product.name-of-the-receiver')}}
*
{{ trans('invoices.payment.email-address') }}
*
{{ trans('invoices.payment.billing-address') }}
*
{{ trans('invoices.payment.billing-same-delivery') }}
{{ trans('invoices.create.yes') }}
{{ trans('invoices.create.no') }}
{{ trans('invoices.payment.delivery-address') }}
*
{{ trans('invoices.payment.ste-unit-suite') }}
suit_number) value="{{$organizationDetails->suit_number}}" @endif autocomplete="off">
{{ trans('invoices.payment.show-address') }}
{{ trans('invoices.payment.street-address') }}
{{trans('product.city-name')}}
city) value="{{$organizationDetails->city}}" @endif/>
{{trans('product.zip-code')}}
zip) value="{{$organizationDetails->zip}}" @endif/>
{{trans('product.state-province')}}
state) value="{{$organizationDetails->state}}" @endif/>
{{trans('product.country')}}
country) value="{{$organizationDetails->country}}" @endif/>
{{trans('product.mobile-number')}}
*
Invoice Amount:
{!! $currencyIcon !!}
{{number_format($invoice->total_amount, 2, '.', ',')}}
*
Final Invoice Payable Amount:
{!! $currencyIcon !!}
{{number_format($invoice->total_amount, 2, '.', ',')}}
Note: We don't store full card numbers-only an encrypted validation token that cannot be reused elsewhere.