Waychit lets Gambian businesses accept payments from Afrimoney, QMoney, Wave, Visa, Mastercard, Apple Pay, Google Pay, QR codes, and bank transfers in one merchant account with instant settlement.
Accept payments
Accept every payment.
16+ payment methods, one platform. Never miss a sale because a customer can't pay.
- 16+
- payment methods
- 1
- merchant account
- Instant
- settlement
Every method, one account
Your customers already have a way to pay. We accept it.
Cards
APIAccept Visa, Mastercard, Amex, and UnionPay.
Mobile wallets
APIQMoney, Afrimoney, Wave, Yonna, and more.
Apple Pay and GPay
APIContactless payments from any smartphone.
QR codes
No-code linkCustomers scan and pay, no hardware needed.
Bank transfers
WebhookDirect 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 docsbash
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/"
}'Waychit