Skip to content

Add Orange Money API Adapter #28

@Einswilli

Description

@Einswilli

Description:

Integrate Orange Money's mobile payment system covering 17 African countries into EasySwitch.

Key Requirements:

  • Handle country-specific API endpoints (.sn, .ci, etc.)
  • Implement auth with X-AUTH-TOKEN header
  • Support bulk payments endpoint
  • Webhook signature validation
# Target usage example:
await client.send_payment(
    provider="orange",
    amount=5000,
    phone_number="22507081234",  # Côte d'Ivoire format
    currency="XOF",
    merchant_code="MERCH123"
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions