CvsAPI extension

on

Methods

cancelCvsAuthorization({required String accountId, required String orderId}) Future<NoContent>

Available on PokepayAPI, provided by the CvsAPI extension

cvsAuthorizeRequest({required String accountId, required String serviceOptionType, required int amount, required String name1, required String name2, required String tel, int? topupQuotaId}) Future<CvsAuthorization>

Available on PokepayAPI, provided by the CvsAPI extension

getCvsAuthorization({required String accountId, required String orderId}) Future<CvsAuthorization>

Available on PokepayAPI, provided by the CvsAPI extension

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

Available on PokepayAPI, provided by the CvsAPI extension