Test your Bambora custom checkout api
- Checkout involves redirecting the user to a payment form on bambora.com. Custom Checkout embeds Bambora hosted input fields in your webpage and we pay through Bambora api.
<?php
$bambora_merchant_id = '***your merchant id***';
$bambora_passcode = '***your pass code***';
const BAMBORA_ROOT_URL = 'https://api.na.bambora.com/';
const BAMBORA_LOG_FILE = 'bambora_events.log';