Skip to main content

Pin Creation History

Path: Vayapin → Pin Creation Logs (left sidebar)

Logs of created pins and checkout autofill usage.

The audit log of every VayaPin checkout event on your storefront. It's the first place to look when a customer reports "my code didn't work" or when you're investigating an unusual opt-in flow.

Pin Creation History — full table view

Columns

ColumnMeaning
TypeWhat happened — autofill usage, new pin created at checkout, etc.
TimestampWhen the event was recorded (your WP timezone).
Order IDLinked WooCommerce order — click to open the order edit screen. Blank for events not tied to a finalised order.
StatusOutcome of the event (see below).
Error CodeMachine-readable code when Status = failed. Empty otherwise.
VayaPin IDThe internal VayaPin identifier resolved or created for this event.

Status values

StatusMeaning
successAutofill resolved and was applied to the checkout.
create_new_pinA new VayaPin was created via the checkout opt-in.
failedThe lookup or creation failed — see Error Code for the reason.
pendingThe event is in-flight (rare; usually a transient API timeout).

Filters

Top of the page:

  • Status — filter to one of the values above (or all).
  • Type — narrow to a single event type.
  • Date range — preset chips and custom range picker.

Pin Creation History — filter bar

Order ID column behaviour

The Order ID cell is a direct link to the corresponding WooCommerce order edit screen. There's no separate "View Order" row action — just click the ID.

Clear all logs

A Clear all logs action in the page header opens a confirmation modal:

"This will permanently delete all Pin Creation History entries. This action cannot be undone."

There's no automatic retention — rows accumulate until you clear them manually or trim the database directly.

tip

For long-term compliance retention, export periodically before clearing. The plugin doesn't archive cleared rows.