Initial Setup
Get your environment ready to start accepting payments with TriBridge in minutes.
1. Create an Account
Sign up for a merchant account at tribridge.com/signup. You'll need to verify your email to access the dashboard.
2. Obtain API Keys
Navigate to the API Keys section of your dashboard. You will find two sets of keys:
- Public Key (`pk_...`): Used for client-side integrations (e.g., our hosted checkout).
- Secret Key (`sk_...`): Used for server-side requests. Never expose this publicly.
3. Test your integration
Run the following command in your terminal to verify your API keys are working correctly.
cURL
curl -X GET https://api.tribridge.com/v1/ping \ -H "Authorization: Bearer sk_test_your_key_here"