HomeVendure CoreShow hidden breadcrumbs...PaymentPaymentTransitionDataOn this pagePaymentTransitionData@vendure/coreSource The data which is passed to the onStateTransitionStart function configured when constructing a new PaymentMethodHandler Signatureinterface PaymentTransitionData { ctx: RequestContext; payment: Payment; order: Order;} ctxpropertyRequestContextpaymentpropertyPaymentorderpropertyOrderWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousPaymentStatesNextRefundProcessEdited Jan 28, 2026ยทEdit this page