API Keys
BraidPay API keys allow developers to securely connect their applications to BraidPay. Keys are scoped and environment-specific (Test or Live) to ensure proper access control. You can create, revoke,
Creating an API Key
Using API Keys
POST https://api.braidpay.com/v1/checkout-sessions
Authorization: Bearer sk_test_xxx123
Content-Type: application/json
Rotating & Revoking
🚀 Developer Quickstart
Step 1: Create a Checkout Session
Step 2: Redirect Customer
Last updated