Payment Transactions API
class PaymentTransactionsAPI
Content copied to clipboard
Extensions
cancel Pre Auth Payment
Link copied to clipboard
fun PayAPI.PaymentTransactionsAPI.cancelPreAuthPayment(transactionId: String, readTimeout: Long? = null): Call<Void>
Content copied to clipboard
get Receipt
Link copied to clipboard
fun PayAPI.PaymentTransactionsAPI.getReceipt(transactionID: String, language: String? = null, readTimeout: Long? = null): Call<Void>
Content copied to clipboard
get Receipt By Format
Link copied to clipboard
fun PayAPI.PaymentTransactionsAPI.getReceiptByFormat(transactionID: String, fileFormat: GetReceiptByFormatAPI.FileFormat? = null, language: String? = null, readTimeout: Long? = null): Call<Void>
Content copied to clipboard
get Transaction
Link copied to clipboard
fun PayAPI.PaymentTransactionsAPI.getTransaction(transactionId: String, update: GetTransactionAPI.Update? = null, readTimeout: Long? = null): Call<Transaction>
Content copied to clipboard
list Transactions
Link copied to clipboard
fun PayAPI.PaymentTransactionsAPI.listTransactions(pagenumber: Int? = null, pagesize: Int? = null, sort: ListTransactionsAPI.Sort? = null, filterid: String? = null, filtercreatedAt: Date? = null, filterupdatedAt: Date? = null, filterpaymentMethodId: String? = null, filterpaymentMethodKind: String? = null, filterpurposePRN: String? = null, filterproviderPRN: String? = null, filterfuelProductName: String? = null, filterfuelType: String? = null, readTimeout: Long? = null): Call<Transactions>
Content copied to clipboard
list Transactions CSV
Link copied to clipboard
fun PayAPI.PaymentTransactionsAPI.listTransactionsCSV(pagenumber: Int? = null, pagesize: Int? = null, sort: ListTransactionsCSVAPI.Sort? = null, filterid: String? = null, filtercreatedAt: Date? = null, filterupdatedAt: Date? = null, filterpaymentMethodId: String? = null, filterpaymentMethodKind: String? = null, filterpurposePRN: String? = null, filterproviderPRN: String? = null, filterfuelProductName: String? = null, filterfuelType: String? = null, readTimeout: Long? = null): Call<Void>
Content copied to clipboard
process Payment
Link copied to clipboard
fun PayAPI.PaymentTransactionsAPI.processPayment(announce: Boolean? = null, body: ProcessPaymentAPI.Body, readTimeout: Long? = null): Call<Transaction>
Content copied to clipboard