Overview

Prerequisites

Integration Steps

  1. Create API keys at portal-test.sweuze.com
  2. Implement authentication (X-Key + X-Signature)
  3. Create payment intent via API
  4. Handle action (redirect or show requisites)
  5. Configure webhook endpoint
  6. 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