Our platform offers multiple options
to accept VISA and MasterCard
on your website or application.
PHP, JAVA, C#, Node.js, iOS, Android
Simple and easy way to start accepting card payments online.
require_once 'vendor/autoload.php';
$product = new \Bepi\Model\Product();
$api = new \Bepi\BepiApi($config['brand_id'], $config['api_key'], $config['endpoint']);
$client = new \Bepi\Model\ClientDetails();
$purchase = new \Bepi\Model\Purchase();
$purchase->client = $client;
$details = new \Bepi\Model\PurchaseDetails();
API is based on REST approach; uses JSON data exchange format. Take advantage of sandbox, allowing you to run test payments whilst setting up the integration.