Cookie Consent by Free Privacy Policy Generator Update cookies preferences

Attributes

AttributeTypeDescription
idstringThe unique, Clearpay-generated event ID.
createdstringA UTC timestamp of the event creation time, in ISO 8601 format.
expiresstringA UTC timestamp of the "AUTH_APPROVED" event expiration time, in ISO 8601 format. Null for other event types.
typestringThe event type. Will be one of: "AUTH_APPROVED", "AUTH_DECLINED", "CAPTURED", "CAPTURE_DECLINED", "VOIDED", "EXPIRED".
amountMoneyThe amount associated with the event.
paymentEventMerchantReferencestringA unique reference for an individual payment capture event. If provided on Capture Payment, the value will appear in the daily settlement file as "Payment Event ID".

Example Payment Event object

{
  "id" : "1OUR16OTqL3DgJ3ELlwKowU9v6K",
  "created" : "2019-01-01T00:00:00.000Z",
  "expires" : "2019-01-01T00:00:00.000Z",
  "type" : "AUTH_APPROVED",
  "amount" : {
    "amount" : "100.00",
    "currency" : "GBP"
  },
  "paymentEventMerchantReference" : null
}