TransactionAPI extension

on

Methods

cancelUserTransaction({required String id}) Future<NoContent>

Available on PokepayAPI, provided by the TransactionAPI extension

createUserTransactionWithBill({required String billId, String? accountId, double? amount, String? couponId, TransactionStrategy strategy = TransactionStrategy.POINT_PREFERRED, String? requestId}) Future<UserTransaction>

Available on PokepayAPI, provided by the TransactionAPI extension

createUserTransactionWithCashtray({required String cashtrayId, String? accountId, String? couponId, TransactionStrategy strategy = TransactionStrategy.POINT_PREFERRED, String? requestId}) Future<UserTransaction>

Available on PokepayAPI, provided by the TransactionAPI extension

createUserTransactionWithCheck({required String checkId, String? accountId, String? requestId}) Future<UserTransaction>

Available on PokepayAPI, provided by the TransactionAPI extension

createUserTransactionWithCpm({required String cpmToken, String? accountId, required double amount, List<Product>? products, String? requestId}) Future<UserTransaction>

Available on PokepayAPI, provided by the TransactionAPI extension

createUserTransactionWithJwt({required String data, String? accountId, String? couponId, TransactionStrategy strategy = TransactionStrategy.POINT_PREFERRED}) Future<JwtResult>

Available on PokepayAPI, provided by the TransactionAPI extension

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

Available on PokepayAPI, provided by the TransactionAPI extension

getUserTransaction({required String id}) Future<UserTransaction>

Available on PokepayAPI, provided by the TransactionAPI extension

sendToAccount({required String accountId, required double amount, String? receiverTerminalId, String? senderAccountId, String? description}) Future<UserTransaction>

Available on PokepayAPI, provided by the TransactionAPI extension

sendToUser({required String userId, required double amount, String? receiverTerminalId, String? senderAccountId, String? description}) Future<UserTransaction>

Available on PokepayAPI, provided by the TransactionAPI extension