Accept Payments
Accept every payment
16+ payment methods. One platform. Never miss a sale because a customer can't pay.
Cards
APIAccept Visa, Mastercard, Amex, and UnionPay.
Mobile Wallets
APIQMoney, Afrimoney, Wave, Yonna, and more.
Apple Pay & 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/"
}'