Payment Initiation
Last updated
Last updated
Note: this tutorial is only dedicated to point out which API methods should be used in order to correctly implement our mobile SDK for online payments. Full API docs can be found at docs.kevin.eu.
We do support both authenticated and unauthenticated bank payments. Unauthenticated bank payments are easy to implement. However, the user will be asked to log in to his bank account each time he wants to make a payment.
Authenticated bank payments will skip login steps, but implementation requires an already authenticated bank account. Instructions on how to authenticate the user bank account can be found here:
API method structure can be found here.
Example using our PHP library:
Received payment id should be passed to the SDK when attempting to perform the payment. We do recommend providing a Webhook-URL parameter (or a header if used not in PHP library), because mobile SDK will treat payment as successful even if the returned status in will be returned as pending (which not always might result as successful).