Thanks for applying to Atlas
We’ll take a look at the information you submitted and get back to you within a few days.
Scale without fear of frozen funds — best for high-growth businesses.
Most accounts will be approved instantly, you can get started today!
Uviba decreases disputes by chargeback protection, so you can get approved instantly even you are high risk!
Custom Features, Premium Support. We support you as our business partner.
Every Other Payment Company Put 90 days Reserves for your funds if they think your business is risky. We handle it differently!
We decrease the chargeback rate by handling them ourselves instead of banks.
No more Frozen Accounts, Funds - This is the last time you are searching for payment solution
Our API will help your company to accept payments all over the world.
If you need Higher Risk Merchant Account, we will change it on the background and you will not need to worry about finding one ever
Uviba is chosen by hundreds of businesses around the globe. They are happy with our service.
Response will appear here,
click "Pay button",
enter "4111 1111 1111 1111" 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-submit-ajax="0">
</script>
</form>
Ready to get your business started with Uviba? Make the most of your money.