You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @param type [Symbol, Lithic::Models::CardCreateParams::Type] Card types:
20
+
# @param type [Symbol, Lithic::Models::CardCreateParams::Type] Body param: Card types:
21
21
#
22
-
# @param account_token [String] Globally unique identifier for the account that the card will be associated with
22
+
# @param account_token [String] Body param: Globally unique identifier for the account that the card will be ass
23
23
#
24
-
# @param bulk_order_token [String] Globally unique identifier for an existing bulk order to associate this card wit
24
+
# @param bulk_order_token [String] Body param: Globally unique identifier for an existing bulk order to associate t
25
25
#
26
-
# @param card_program_token [String] For card programs with more than one BIN range. This must be configured with Lit
26
+
# @param card_program_token [String] Body param: For card programs with more than one BIN range. This must be configu
27
27
#
28
-
# @param carrier [Lithic::Models::Carrier]
28
+
# @param carrier [Lithic::Models::Carrier] Body param
29
29
#
30
-
# @param digital_card_art_token [String] Specifies the digital card art to be displayed in the user’s digital wallet afte
30
+
# @param digital_card_art_token [String] Body param: Specifies the digital card art to be displayed in the user’s digital
31
31
#
32
-
# @param exp_month [String] Two digit (MM) expiry month. If neither `exp_month` nor `exp_year` is provided,
32
+
# @param exp_month [String] Body param: Two digit (MM) expiry month. If neither `exp_month` nor `exp_year` i
33
33
#
34
-
# @param exp_year [String] Four digit (yyyy) expiry year. If neither `exp_month` nor `exp_year` is provided
34
+
# @param exp_year [String] Body param: Four digit (yyyy) expiry year. If neither `exp_month` nor `exp_year`
35
35
#
36
-
# @param memo [String] Friendly name to identify the card.
36
+
# @param memo [String] Body param: Friendly name to identify the card.
37
37
#
38
-
# @param pin [String] Encrypted PIN block (in base64). Applies to cards of type `PHYSICAL` and `VIRTUA
38
+
# @param pin [String] Body param: Encrypted PIN block (in base64). Applies to cards of type `PHYSICAL`
39
39
#
40
-
# @param product_id [String] Only applicable to cards of type `PHYSICAL`. This must be configured with Lithic
40
+
# @param product_id [String] Body param: Only applicable to cards of type `PHYSICAL`. This must be configured
41
41
#
42
-
# @param replacement_account_token [String] Restricted field limited to select use cases. Lithic will reach out directly if
42
+
# @param replacement_account_token [String] Body param: Restricted field limited to select use cases. Lithic will reach out
43
43
#
44
-
# @param replacement_comment [String] Additional context or information related to the card that this card will replac
44
+
# @param replacement_comment [String] Body param: Additional context or information related to the card that this card
45
45
#
46
-
# @param replacement_for [String] Globally unique identifier for the card that this card will replace. If the card
46
+
# @param replacement_for [String] Body param: Globally unique identifier for the card that this card will replace.
47
47
#
48
-
# @param replacement_substatus [Symbol, Lithic::Models::CardCreateParams::ReplacementSubstatus] Card state substatus values for the card that this card will replace:
48
+
# @param replacement_substatus [Symbol, Lithic::Models::CardCreateParams::ReplacementSubstatus] Body param: Card state substatus values for the card that this card will replace
# @param shipping_address [Lithic::Models::ShippingAddress] Body param
51
51
#
52
-
# @param shipping_method [Symbol, Lithic::Models::CardCreateParams::ShippingMethod] Shipping method for the card. Only applies to cards of type PHYSICAL.
52
+
# @param shipping_method [Symbol, Lithic::Models::CardCreateParams::ShippingMethod] Body param: Shipping method for the card. Only applies to cards of type PHYSICAL
53
53
#
54
-
# @param spend_limit [Integer] Amount (in cents) to limit approved authorizations (e.g. 100000 would be a $1,00
54
+
# @param spend_limit [Integer] Body param: Amount (in cents) to limit approved authorizations (e.g. 100000 woul
0 commit comments