{{-- resources/views/partials/international/transfer-form.blade.php --}}

International Wire Transfer

Funds will reflect in the Beneficiary Account within 72hours.

@csrf

Account Balance

{{ Auth::user()->s_curr }}{{ number_format(Auth::user()->account_bal, 2, '.', ',') }}

Bitcoin Balance

{{ number_format(Auth::user()->btc_balance ?? 0, 8, '.', ',') }} BTC

≈ {{ Auth::user()->s_curr }}{{ number_format((Auth::user()->btc_balance ?? 0) * $btc_rate, 2, '.', ',') }}

@include('partials.country-select', ['fieldName' => 'country', 'required' => false])

International Bank Account Number

8-11 character bank identifier code

Select your preferred cryptocurrency and network

Bitcoin BTC

Double-check your wallet address. Transactions to incorrect addresses cannot be reversed.

PayPal

Transfer funds to your PayPal account

Please ensure this is the email address associated with your PayPal account

Wise Transfer

Formerly TransferWise - Low fee international transfers

@include('partials.country-select', ['fieldName' => 'wiseCountry', 'required' => false])

This is your transaction PIN, not your login password

Transaction Summary

Amount
Source
Fee
Total
New Balance After Transfer
Equivalent Value
Back to Dashboard