Testing
Test Environment
Testnet Chains
Chain
Chain ID
Faucet
Getting Testnet USDC
Testing Workflow
1. Create a Test Charge
curl -X POST https://api.bedrock.io/v1/charges \
-H "X-API-Key: sk_test_your_test_key" \
-H "Content-Type: application/json" \
-d '{
"orderId": "test-order-001",
"amount": "1.00"
}'2. Open Payment Page
3. Select a Testnet Chain
4. Send Test USDC
5. Verify Webhook
Testing Webhooks Locally
Mock Webhook Events
Testing Signature Verification
Checklist
Common Issues
Webhook not received
Signature verification failing
Payment not detected
Last updated