SDK Swift for iOS
The KKiaPay SDK for Swift is designed to make the integration of our plugin into your mobile application as easy as possible. To set it up you will need to create an account on kkiapay.me platform and follow the process here describes :
Add the KKiaPay Swift SDK to your application
You can add the KKiaPay Swift SDK to your project using the Swift package manager.
Practical guide for installing a package with Swift : Installing a package.
Import the package KKiaPay
Create a view model to use later
Initialise the KKiaPay Instance
ParamètresTypeDescriptionLe montant à payer en FCFAStringUn numéro mobile money valideLa donnée ou information liée à une transaction et interprétable par votre systèmeStringLa clé publique liée à votre compte KKiaPayStringLes nom et prénoms de l’initiateur du paiementStringL’adresse mail de l’initiateur du paiementVous permet de basculer de l'environnement de test à l'environnement de production. La valeur true de cet attribut signifie que vous êtes en environnement de testLa fonction de callback appelée uniquement lorsque le paiement est effectué avec succès
Important !
To avoid fraud, perform the server-side verification of the transaction operation. Learn more about the Admin SDKs (Server-Side).
You can subscribe to payment transaction events with the onReceive function. To be notified of the successful status of a payment transaction, you can proceed as follows :
Example
For more informations on the SDK please follow the link below : KKiaPay Swift SDK.
Last updated