CVSAPI extension
- on
Methods
-
cancelCvsAuthorization(
{required String accountId, required String orderId}) → Future< NoContent> -
Available on PokepayAPI, provided by the CVSAPI extension
-
createCvsAuthorization(
{required String serviceOptionType, required int amount, required String name1, required String name2, required String tel, int? topupQuotaId, required String accountId}) → 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