onOrderCycleStarted( )


Notes:

Triggered at the start of a new payment cycle for an existing order.

Not triggered at the initial start of an offline order.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: OrderCycleStartedEnvelope): void | Promise<void>

Did this help?