Bridge your checkout system to Stripe, PayPal, and Square simultaneously. Route transactions dynamically, sync structural subscription plans, and manage fallback rails automatically.
curl -X POST https://api.corebridge.io/v1/payments/charge \
-H "Authorization: Bearer sk_live_core..." \
-H "Content-Type: application/json" \
-d '{
"provider": "stripe",
"amount": 149.00,
"currency": "USD",
"source": "tok_visa",
"meta": {"company_num": "ACME-9201"}
}'
curl -X POST https://api.corebridge.io/v1/subscriptions/create \
-H "Authorization: Bearer sk_live_core..." \
-d '{
"customer_email": "billing@acme.com",
"plan_identifier": "prod_internal_abc123",
"smart_routing": {
"primary": "paypal",
"failover": "stripe"
}
}'
All pricing plans cover the payment solution, with room to grow.
Good for sole traders, new businesses, and the self-employed.
Payment solution for the self-employed and growing businesses.
Good for established businesses of all sizes.