Skip to main content
    Developers
    Get the App

    Accept Payments

    Accept every payment

    16+ payment methods. One platform. Never miss a sale because a customer can't pay.

    Cards

    API

    Accept Visa, Mastercard, Amex, and UnionPay.

    Mobile Wallets

    API

    QMoney, Afrimoney, Wave, Yonna, and more.

    Apple Pay & GPay

    API

    Contactless payments from any smartphone.

    QR Codes

    No-code link

    Customers scan and pay, no hardware needed.

    Bank Transfers

    Webhook

    Direct bank-to-bank payments with instant confirmation.

    Build it in

    Accept any method with one POST

    One Bearer key. One endpoint. The customer picks Wave, QMoney, a card, or Apple Pay on the hosted page. You get one signed webhook back.

    Read the docs
    bash
    curl --location 'https://api.waychit.com/v1/payment-requests' \
    --header 'Authorization: Bearer {{api_key}}' \
    --header 'Content-Type: application/json' \
    --header 'Accept: application/json' \
    --data '{
      "amount": 200,
      "description": "benachin",
      "clientReference": "4c8e2b9f5d7a1e3c6b0f8a2d9e4b7c1f",
      "successRedirectUrl": "https://example.com/",
      "failureRedirectUrl": "https://example.com/"
    }'

    FAQ

    Frequently Asked Questions

    Still have questions? We're here to help.

    Contact Us