AccountAPI extension
- on
Methods
-
getAccountIndividualNumberIdentification(
{required String accountId}) → Future< IndividualNumberIdentificationStatus> -
Available on PokepayAPI, provided by the AccountAPI extension
-
getAccountTopupQuotas(
{required String accountId}) → Future< AccountTopupQuotas> -
Available on PokepayAPI, provided by the AccountAPI extension
-
getAccountTopupStats(
{required String accountId}) → Future< AccountTopupStats> -
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