ForageSDK
Singleton responsible for implementing the SDK API
Functions
Link copied to clipboard
open suspend override fun capturePayment( context: Context, pinForageEditText: ForagePINEditText, merchantAccount: String, bearerToken: String, paymentRef: String): ForageApiResponse<String>
Link copied to clipboard
open suspend override fun checkBalance( context: Context, pinForageEditText: ForagePINEditText, merchantAccount: String, bearerToken: String, paymentMethodRef: String): ForageApiResponse<String>
Link copied to clipboard
open suspend override fun tokenizeEBTCard( merchantAccount: String, bearerToken: String, customerId: String, reusable: Boolean): ForageApiResponse<String>