Thanks for applying to Atlas
We’ll take a look at the information you submitted and get back to you within a few days.
Transact high volume bank transactions instantly.
In 29 seconds, you can integrate it manually using our Documentation, or automatically as Fresh Wordpress plugin
Let your customers login to their bank, and pay.
In bank payments, it is hard to open dispute for customers, and there is no 1% dispute limit as it is in card payments.
A new way to accept payments. It is easy to type username and password than credit card info, increases conversion by up to 25%.
Connect them to Uviba, Uviba will store your balace on their service.
Accept Bank, Card and any type of payments.
By using Bank Transfers, there is no dispute concerns any more.
It is easy to remember username and password than card details. Increase conversion by up to 25% using Uviba.
Uviba is chosen by hundreds of businesses around the globe. They are happy with our service.
Response will appear here,
click "Pay button",
enter "4242 4242 4242 4242" as card number,
any future date as expiration date,
and any 3 digit as CVC.
use \Uviba\UviPay;
include 'UviPay/init.php'; //path/to/UviPay library
UviPay::setPrivateKey('Your Private API KEY');
$process = UviPay::charge(
array(
//Charge $100
'amount'=>10000,
//If request was post
'token'=>$_POST['UvibaToken'],
)
);
if($process['status']){
//success
$charge_id = $process['id'];
}else{
//error
echo $process['error']['message'];
}
<form action="charge.php" method="post">
<script
src="https://api.uviba.com/js/checkout.js"
class="uviPay-button"
data-public_key="Your Public Key"
data-amount="10000"
data-description="Description of item"
data-name="Your business name"
data-image="Your logo url"
data-primary_payment_method="ach"
data-allowed_methods="only_ach"
data-submit-ajax="0">
</script>
</form>
Ready to get your business started with Uviba? Make the most of your money.