Paybyrd Payment SDK
This object is the main object in the Paybyrd Payment SDK, here is possible to initiate a charge or refund transaction with a easy and comprehensive API
Functions
Link copied to clipboard
fun createTransactionData(context: Context, transactionRequest: TransactionRequest): TransactionRequestData
Content copied to clipboard
INTEGRATOR APP - Create the object that contains all data to start a transaction.
Link copied to clipboard
fun packQueryTransactionResponse(code: Int, transactionStatusEnum: TransactionStatusEnum, transactionResponseData: TransactionResponseData?): Cursor
Content copied to clipboard
PAYMENT APP -
Link copied to clipboard
fun queryTransaction(context: Context, queryTransactionRequest: QueryTransactionRequest): QueryTransactionResponse
Content copied to clipboard
INTEGRATOR APP - Create the object that contains all data to start a transaction.
Link copied to clipboard
fun respondTransaction(activity: Activity, resultCode: Int, transactionResponseData: TransactionResponseData)
Content copied to clipboard
PAYMENT APP -
Link copied to clipboard
Link copied to clipboard
fun unpackQueryTransactionRequest(contentValues: ContentValues): QueryTransactionRequest
Content copied to clipboard
PAYMENT APP -
Link copied to clipboard
PAYMENT APP -
Link copied to clipboard
fun unpackTransactionResponseData(intentExtras: Bundle): TransactionResponseData
Content copied to clipboard
INTEGRATOR APP - Unpack the transaction response data after onActivityResult call.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard