createCard

fun createCard(auth: String? = null, fieldsStates: List<BaseFieldState>? = null)

Creates a new card using the Card Management API.

Parameters

auth

Optional authentication token used for the request. AuthHandler used otherwise.

fieldsStates

List of Compose field states to tokenize.