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 miscellaneous
Time of the event.
PaymentCaptureEvent.version
● String
scalar miscellaneous
Saleor version that triggered the event.
PaymentCaptureEvent.issuingPrincipal
● IssuingPrincipal
union miscellaneous
The user or application that triggered the event.
PaymentCaptureEvent.recipient
● App
object apps
The application receiving the webhook.
PaymentCaptureEvent.payment
● Payment
object payments
Look up a payment.