WolffPay - API
Private payment gateway voor e-commerce. Accepteer betalingen zonder producten vooraf aan te maken in Stripe. Dynamische prijzen, real-time webhook notificaties, en automatische uitbetalingen. Alleen toegankelijk op aanvraag.
Core Endpoints
GET/api/v1Health check & account info
POST/api/v1/paymentsCreate payment intent
GET/api/v1/paymentsList payments
GET/api/v1/payments/:idGet payment details
POST/api/v1/payments/:idCapture/cancel payment
Authenticatie
Gebruik je API key in de Authorization header. API keys zijn gekoppeld aan één mode (test of live):
curl -X POST https://api.bywollf.dev/api/v1/payments \
-H "Authorization: Bearer wp_live_..." \
-H "Content-Type: application/json" \
-H "Idempotency-Key: order-123" \
-d '{
"amount": 5000,
"currency": "eur",
"description": "Order #123"
}'API Key Format:
Idempotency: Verplicht voor POST requests (8-255 chars)
Rate Limit: 100 requests per minuut
wp_live_... of wp_test_...Idempotency: Verplicht voor POST requests (8-255 chars)
Rate Limit: 100 requests per minuut
Features
Stripe ConnectExpress accounts
Platform Fee€0.50 per transactie
Accept Multiple MethodsCards, iDEAL, SEPA, Bancontact
WebhooksReal-time events
Response Format
Alle responses zijn JSON met standaard structuur:
{
"success": true,
"data": {
"id": "pay_...",
"amount": 5000,
"currency": "eur",
"status": "requires_capture",
"created": "2025-12-16T..."
}
}Currencies: EUR (default), USD, GBP
Pagination: Max 100 items per request
Account Types: Separate test en live accounts
Pagination: Max 100 items per request
Account Types: Separate test en live accounts
Toegang Aanvragen
Deze API is alleen toegankelijk voor goedgekeurde klanten. Om toegang aan te vragen:
1. Contact opnemeninfo@bywolff.dev
2. Account aanmakenKies test of live mode
3. Stripe Connect onboardingVerifieer je bedrijf
4. API key ontvangenStart met integreren
Legal & Privacy
WolffPay is een dienst van ByWolff (KvK 93964323). Lees onze juridische documenten:
PrivacybeleidAVG/GDPR conforme gegevensverwerking
Algemene VoorwaardenGebruiksvoorwaarden platform
CookiebeleidGebruik van cookies en tracking
Vragen? info@bywolff.dev · Boschdijk 180b, 5612 HH Eindhoven · BTW NL050058252B39