CheckAPI extension

on

Methods

createCheck({double? amount, double? moneyAmount, double? pointAmount, String? accountId, String? description, bool? isOnetime, int? usageLimit, String? expiresAt, String? pointExpiresAt, int? pointExpiresInDays, String? metadata}) Future<Check>

Available on PokepayAPI, provided by the CheckAPI extension

deleteCheck({required String checkId}) Future<NoContent>

Available on PokepayAPI, provided by the CheckAPI extension

getCheck({required String checkId}) Future<Check>

Available on PokepayAPI, provided by the CheckAPI extension

updateCheck({required String checkId, double? amount, String? description, String? expiresAt, String? pointExpiresAt, int? pointExpiresInDays}) Future<Check>

Available on PokepayAPI, provided by the CheckAPI extension