Skip to main content
GET /service/payments/:paymentId/logs

Payment logs

Get payment logs

Path Parameters
    paymentId string required
Responses

OK


Schema
  • Array [
  • time date-time

    RFC 3339 date time format (2007-11-06T16:34:41.000Z)

    message string

    Log message

    details object

    Adding additional information to log (i.e. external IDs, links)

    key string

    Possible values: [text, url]

    value string
  • ]
Loading...