TransactionAPI extension

on

Methods

createTransactionWithBill({required String requestId, required String billId, String? accountId, double? amount, String? couponId, String? strategy}) Future<UserTransactionWithFallback>

Available on PokepayAPI, provided by the TransactionAPI extension

createTransactionWithCashtray({required String requestId, required String cashtrayId, String? accountId, String? couponId, String? strategy, int? topupQuotaId}) Future<UserTransactionWithFallback>

Available on PokepayAPI, provided by the TransactionAPI extension

createTransactionWithCheck({String? requestId, required String checkId, String? accountId, int? topupQuotaId}) Future<UserTransactionWithFallback>

Available on PokepayAPI, provided by the TransactionAPI extension

getTransaction({required String transactionId}) Future<UserTransactionWithTransfers>

Available on PokepayAPI, provided by the TransactionAPI extension

getTransactionByRequestId({required String requestId}) Future<UserTransactionWithTransfers>

Available on PokepayAPI, provided by the TransactionAPI extension

refundTransaction({required String transactionId, double? amount}) Future<UserTransaction>

Available on PokepayAPI, provided by the TransactionAPI extension