How to Test Klarna Payments
1 – Prerequisites
Item
Notes
2 – Create Payment Request
curl -s -X POST "https://api.test.devs.beadpay.io/payments/crypto" \
-H "Content-Type: application/json" \
-H "X-Api-Key: {apiKey}" \
-d '{
"terminalId": "{terminalId}",
"merchantId": "{merchantId}",
"requestedAmount": 35.00,
"paymentUrlType": "web",
"reference": "ORDER-0001",
"redirectUrl": "https://merchant.example.com/return"
}'3 – Launch Hosted Payment Page
Option
Details
4 – Select Klarna and Open Klarna Checkout
5 – Complete Klarna Sandbox Checkout
Field
Test value
6 – Verify Result
Option A: Webhook verification
Option B: API status check (optional)
Troubleshooting
7 – Next Steps
Last updated