Overview
Prerequisites
- Sweuze merchant account (portal-test.sweuze.com)
- HTTPS endpoint for webhooks
- REST API knowledge
Integration Steps
- Create API keys at portal-test.sweuze.com
- Implement authentication (X-Key + X-Signature)
- Create payment intent via API
- Handle action (redirect or show requisites)
- Configure webhook endpoint
- Fulfill order on webhook confirmation
API Endpoints
| Method | Endpoint | Purpose |
|---|---|---|
| GET | /v1/payment-methods |
List available methods |
| POST | /v1/payment-intents |
Create payment |
| GET | /v1/payment-intents/{id} |
Get status |
Base URL
Test environment: https://api-test.sweuze.com/v1
Next Steps
- Payment Flow - Detailed integration flow
- Testing - Test environment and checklist
- Authentication - Signature implementation