Read more »
$url = "https://api.zeno.africa"; // Data to send for creating the order $orderData = [ 'create_order' => 1, 'buyer_email' => 'CUSTOMER_EMAIL', 'buyer_name' => 'CUSTOMER_NAME', 'buyer_phone' => 'CUSTOMER_PHONE_NUMBER', 'amount' => 10000, // AMOUNT_TO_BE_PAID 'account_id' => 'YOUR_ACCOUNT_ID', 'api_key' => 'YOUR_API_KEY', 'secret_key' => 'YOUR_SECRET_KEY' ];
0 Reviews