Référence — kkiapay.py¶
Implémentation spécifique pour le provider Kkiapay.
Logic¶
paygate_africa.kkiapay.client.KkiapayProvider
¶
Bases: PaymentProvider
Payment provider implementation for Kkiapay.
Source code in src/paygate_africa/kkiapay/client.py
conf
property
¶
Returns the Kkiapay configuration settings.
initiate_payment(tx)
async
¶
Return the render URL for Kkiapay. Kkiapay usually requires a frontend widget; this URL directs to the widget renderer.
Source code in src/paygate_africa/kkiapay/client.py
verify_payment(transaction_id)
async
¶
Verify the status of a transaction with the Kkiapay API.
Source code in src/paygate_africa/kkiapay/client.py
Configuration¶
paygate_africa.kkiapay.settings.KkiapaySettings
¶
Configuration settings for Kkiapay.