AccountAPI extension

on

Methods

createAccount({String? name, required String privateMoneyId, String? externalId}) Future<AccountDetail>

Available on PokepayAPI, provided by the AccountAPI extension

createAccountCpmToken({required String accountId, List<String>? scopes, int? expiresIn, String? metadata, bool? keepAlive, bool? isShortToken, String? strategy, String? couponId}) Future<CpmToken>

Available on PokepayAPI, provided by the AccountAPI extension

getAccount({required String accountId}) Future<AccountDetail>

Available on PokepayAPI, provided by the AccountAPI extension

getAccountBalances({required String accountId, String? before, String? after, int? perPage, String? expired}) Future<PaginatedAccountBalances>

Available on PokepayAPI, provided by the AccountAPI extension

getAccountCouponDetail({required String accountId, required String couponId}) Future<CouponDetail>

Available on PokepayAPI, provided by the AccountAPI extension

getAccountCoupons({required String accountId, String? isAvailable, String? before, String? after, int? perPage}) Future<PaginatedAccountCoupons>

Available on PokepayAPI, provided by the AccountAPI extension

getAccountIndividualNumberIdentification({required String accountId}) Future<IndividualNumberIdentificationStatus>

Available on PokepayAPI, provided by the AccountAPI extension

getAccountTopupQuotas({required String accountId, String? status, bool? showExpiredForFixedPeriod, bool? showStartedQuotas, bool? isWithinApplicablePeriod, bool? isUsableAmountLeft}) Future<AccountTopupQuotas>

Available on PokepayAPI, provided by the AccountAPI extension

getAccountTopupStats({required String accountId}) Future<AccountTopupStats>

Available on PokepayAPI, provided by the AccountAPI extension

getAccountTransactions({required String accountId, String? before, String? after, int? perPage}) Future<PaginatedAccountTransactions>

Available on PokepayAPI, provided by the AccountAPI extension

getAccountTransfers({required String accountId, String? before, String? after, int? perPage}) Future<PaginatedAccountTransfers>

Available on PokepayAPI, provided by the AccountAPI extension

identifyIndividual({required String accountId, required String signature, required String signingCert, required String expectedHash, String? name, String? gender, String? address, String? dateOfBirth}) Future<IdentificationResult>

Available on PokepayAPI, provided by the AccountAPI extension

patchAccountCouponDetail({required String accountId, required String couponId, bool? isReceived, String? code}) Future<CouponDetail>

Available on PokepayAPI, provided by the AccountAPI extension

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

Available on PokepayAPI, provided by the AccountAPI extension

updateAccount({required String accountId, String? name}) Future<AccountDetail>

Available on PokepayAPI, provided by the AccountAPI extension