AccountAPI extension
- on
Methods
-
createAccount(
{String? name, required String privateMoneyId, String? externalId}) → Future< Account> -
Available on PokepayAPI, provided by the AccountAPI extension
-
createAccountCpmToken(
{required String accountId, required CpmTokenScope scopes, int? expiresIn, Map< String, String> ? metadata}) → Future<AccountCpmToken> -
Available on PokepayAPI, provided by the AccountAPI extension
-
getAccount(
{required String id}) → Future< Account> -
Available on PokepayAPI, provided by the AccountAPI extension
-
getAccountBalances(
{required String id, String? before, String? after, int? perPage}) → Future< PaginatedAccountBalances> -
Available on PokepayAPI, provided by the AccountAPI extension
-
getAccountCampaignPointAmounts(
{required String accountId, required String campaignId}) → Future< AccountCampaignPointAmounts> -
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, bool isAvailable = true, String? before, String? after, int? perPage}) → Future< PaginatedCoupons> -
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 id, String? before, String? after, int? perPage}) → Future< PaginatedTransactions> -
Available on PokepayAPI, provided by the AccountAPI extension
-
identifyIndividual(
{required String accountId, required String signature, required String signingCert, required String expectedHash, String? name, Gender? gender, String? address, String? dateOfBirth}) → Future< IdentificationResult> -
Available on PokepayAPI, provided by the AccountAPI extension
-
patchAccountCouponDetail(
{required String accountId, required String couponId, required bool isReceived}) → Future< CouponDetail> -
Available on PokepayAPI, provided by the AccountAPI extension