Payment Module
Functions
dailySettlementReport
Link copied to clipboard
suspend fun dailySettlementReport(data: DailySettlementReportRequest): Items<DailySettlementReportResponse>
Content copied to clipboard
generateTransactionQR
Link copied to clipboard
suspend fun generateTransactionQR(data: TransactionQRRequest): Item<TransactionQRResponse>
Content copied to clipboard
getAllTransactions
Link copied to clipboard
getFpxBanks
Link copied to clipboard
getOnlineTransactionByCheckoutID
Link copied to clipboard
suspend fun getOnlineTransactionByCheckoutID(checkoutId: String): Item<OnlineTransaction>
Content copied to clipboard
getQRCodeByCheckoutID
Link copied to clipboard
suspend fun getQRCodeByCheckoutID(checkoutId: String, method: PaymentMethod): Item<GetQRCodeByCheckoutIDResponse>
Content copied to clipboard
getTransactionByCode
Link copied to clipboard
suspend fun getTransactionByCode(code: String): Items<GetTransactionResponse>
Content copied to clipboard
getTransactionQRURL
Link copied to clipboard
getTransactionQRURLByCode
Link copied to clipboard
suspend fun getTransactionQRURLByCode(code: String): Item<GetTransactionQRURLResponse>
Content copied to clipboard
getURLByCheckoutID
Link copied to clipboard
suspend fun getURLByCheckoutID(checkoutId: String, method: PaymentMethod): Item<GetURLByCheckoutIDResponse>
Content copied to clipboard
queryStatusByOrderID
Link copied to clipboard
queryStatusByTransactionID
Link copied to clipboard
suspend fun queryStatusByTransactionID(transactionId: String): Item<Transaction>
Content copied to clipboard
quickPay
Link copied to clipboard
refund
Link copied to clipboard
reverse
Link copied to clipboard
webMobilePayment
Link copied to clipboard
suspend fun webMobilePayment(data: WebMobilePaymentRequest): Item<WebMobilePaymentResponse>
Content copied to clipboard