@extends('layouts.app') @section('content')
1

Buyer and Seller agree to terms

2

Buyer submits payment to Glezz Auto Logistics

  • Buyer selects payment method
  • Glezz Auto Logistics start escrow
  • Buyer confirm the payment
3

Glezz Auto Logistics delivers goods to Buyer

4

Buyer approves goods

5

Glezz Auto Logistics releases payment to Seller



Start Escrow Process



Glezz Auto Logistics offers many types of payment options including wire transfers, checks and money orders, credit cards, PayPal and cryptocurrency. Payment types may have certain limitations, however. For example credit cards and PayPal are subject to additional fees and have a maximum of $5,000 while checks and money orders have a $2,000 maximum and are subject to a ten business day hold.
Pay Now

In the event of a canceled transaction or a refund to the Buyer, funds will be returned using the same method as the Buyer paid. AutoSafe Logistics Escrow fee is non-refundable.


Transaction information
Item Description Unit Price Total Price
Title
VIN: {{$transaction->vin}}
Mileage: {{$transaction->odometer}}
${{$transaction->price}} ${{$transaction->price}}
Lien Pay Off
Vehicle Collection
$0.00
$0.00
$0.00
$0.00
Fee ${{$transaction->escrow_fee}}
Subtotal ${{$transaction->price}}
Total ${{$transaction->price+$transaction->escrow_fee}}
Terms
Transaction #: {{$transaction->id}}
Transaction Title: {{$transaction->title}}
Buyer: {{$transaction->buyer->first_name}} {{$transaction->buyer->last_name}} ({{$transaction->buyer->email}})
Seller: {{$transaction->seller->first_name}} {{$transaction->seller->last_name}} ({{$transaction->seller->email}})
Escrow Fee to be paid by: Buyer
The buyer is responsible for the escrow fee in the event the transaction is cancelled, or the merchandise is returned.



@endsection