Wafi Checkout
Number of APIs: 14
Introduction
PUBLIC URL
LIVE: https://api.wafi.cash/
TEST: https://sandbox-api.wafi.cash/
Follow this guide to:
Generate checkout url
List all checkout transactions
Retrieve details of a transaction
Cancel a transaction
Refund a transaction
Add webhook
update webhook
- retrieve webhook
- List all promotions
- Retrive a promotion details
- Create a promotion
- Update a promotion
- Pause a promotion
- End a promotion
-
end promotion POST {{WAFI_URL}}/v1/checkout/promotion/end
-
initialize transaction POST {{WAFI_URL}}/v1/checkout-ui
-
fetch all transactions GET {{WAFI_URL}}/v1/checkout/transaction?page=1&date_to=2022-12-27&date_from=2021-04-27&status=Created
-
fetch transaction GET {{WAFI_URL}}/v1/checkout/transaction?reference={{reference}}&transaction_id={{id}}
-
cancel transaction POST {{WAFI_URL}}/v1/checkout/{{id}}/cancel
-
refund transaction POST {{WAFI_URL}}/v1/checkout/{{id}}/refund
-
add webhook PUT {{WAFI_URL}}/v1/webhook
-
retrieve webhook GET {{WAFI_URL}}/v1/webhook
-
update webhook secret PUT {{WAFI_URL}}/v1/webhook/secret
-
fetch a promotion GET {{WAFI_URL}}/v1/checkout/promotions/{{id}}