Skip to main content

PaymentTransitionData

The data which is passed to the onStateTransitionStart function configured when constructing a new PaymentMethodHandler

Signature
interface PaymentTransitionData {    ctx: RequestContext;    payment: Payment;    order: Order;}

ctx

payment

propertyPayment

order

propertyOrder
Was this chapter helpful?
Report Issue
Edited Feb 2, 2026·Edit this page