Can be used to mark the receipt as paid by setting a specific date & time of the payment, or mark the receipt as not paid by setting it to null.

Can only be used for accounted receipts or receipts in queue.

Supported Formats

json

Examples

{"paid_at":"2023-12-14 23:00 Z"}
{"paid_at":null}

Params

Param name Description
paid_at
optional

Timestamp in YYYY-MM-DD HH:MM Z format, e.g. "2023-12-18 11:21 Z". Always in UTC.

Validations:

  • Must be a String