TransactionAPI extension

on

Methods

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

Available on PokepayAPI, provided by the TransactionAPI extension

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

Available on PokepayAPI, provided by the TransactionAPI extension

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

Available on PokepayAPI, provided by the TransactionAPI extension

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

Available on PokepayAPI, provided by the TransactionAPI extension