Packages

Elixir client library for the Paymob payment gateway (Egypt, UAE, KSA, Oman)

Current section

Files

Jump to
ex_paymob CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.1.0 (2024-03-04)
Initial release.
### Features
- Payment Intentions API (create, update, checkout URL)
- Transaction retrieval and inquiry
- Refund, void, and capture operations
- Subscription and subscription plan management
- Webhook HMAC-SHA512 verification (timing-safe)
- Subscription webhook HMAC verification
- Phoenix Plug for webhook endpoints with automatic HMAC verification
- Raw body reader for preserving request body before JSON parsing
- Layered configuration (per-request opts > app env > system env)
- Multi-region support (Egypt, UAE, KSA, Oman)
- Swappable HTTP client via behaviour (default: Req)
- Igniter installer (`mix ex_paymob.install`)