PaymentCaptureEvent
Capture payment.
Added in Saleor 3.6type PaymentCaptureEvent implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
payment: Payment
}
Fields
PaymentCaptureEvent.issuedAt
● DateTime
scalar
Time of the event.
PaymentCaptureEvent.version
● String
scalar
Saleor version that triggered the event.
PaymentCaptureEvent.issuingPrincipal
● IssuingPrincipal
union
The user or application that triggered the event.
PaymentCaptureEvent.recipient
● App
object
The application receiving the webhook.
PaymentCaptureEvent.payment
● Payment
object
Look up a payment.