[memb_creditcard]
This Applies to
Summary
This shortcode displays information of the default Credit Card on file.
Shortcode Examples
To display the last 4 digits of the default card
[memb_creditcard fields='last4']
To display the last card type of the default card
[memb_creditcard fields='cardtype']
Shortcode Parameters
capture: Capture the output of the shortcode and route it to a variable for later use. (?)
fields: (Required) A comma separated list of the Infusionsoft database field names to update. Read only fields will be ignored. If multiple fields are specified, then the same value will be written to all of them.
date_format: (Optional) The formatting to use for your date field. You can read more about the date formatting options here. You can also use “infusionsoft” to specify the Infusionsoft native date/time format.
txtfmt: (Optional) A comma separated list of text processing functions to be used to post process the contact field value before it is sent to Infusionsoft. (?)