← All integrations
BT
Payments

Kribana + Braintree

Accept cards, PayPal and wallets through Braintree.

What it does

Kribana charges through Braintree for teams that already use it for cards, PayPal and digital wallets, keeping usage-based pricing and invoicing in Kribana while Braintree handles the transaction.

Setup steps
1In Kribana, go to Settings → Integrations → Payments and select Braintree.
2Add your Braintree merchant ID, public key and private key.
3Enable the payment methods (cards, PayPal, wallets) you want available at checkout.
4Run a sandbox transaction and confirm it appears in the Braintree Control Panel.
What syncs
Transactions and settlements
PayPal and wallet payment status
Refunds and disputes
Vaulted payment methods
Quick start
curl https://api.kribana.com/v1/integrations/braintree \
  -H "Authorization: Bearer $KRIBANA_KEY" \
  -d merchant_id="..." \
  -d public_key="..." \
  -d private_key="..."

Wire it up in an afternoon.