Fawaterak API v2

REST API for the EasyPay/Fawaterak payment gateway. Authenticated with a vendor Bearer token, it lists available payment methods, creates invoice and payment links, initiates payment on an invoice, and retrieves invoice data. Responses use a {status, message} envelope and rate limiting is signalled via X-RateLimit-* headers.

API entry from apis.yml

apis.yml Raw ↑
name: Fawaterak API v2
description: REST API for the EasyPay/Fawaterak payment gateway. Authenticated with a vendor Bearer token,
  it lists available payment methods, creates invoice and payment links, initiates payment on an invoice,
  and retrieves invoice data. Responses use a {status, message} envelope and rate limiting is signalled
  via X-RateLimit-* headers.
humanURL: https://app.fawaterk.com/documentation
baseURL: https://app.fawaterk.com/api/v2/
tags:
- Payments
- Invoicing
- Payment Links
properties:
- type: Authentication
  url: authentication/easypay-authentication.yml
- type: Conventions
  url: conventions/easypay-conventions.yml
- type: ErrorCatalog
  url: errors/easypay-problem-types.yml
- type: RateLimits
  url: rate-limits/easypay-rate-limits.yml
- type: Lifecycle
  url: lifecycle/easypay-lifecycle.yml
- type: MCPServer
  url: mcp/easypay-mcp.yml