HomeVendure CoreMoreMorePaymentDummyPaymentHandlerDummyPaymentHandler@vendure/coreSource A dummy PaymentMethodHandler which simply creates a Payment without any integration with an external payment provider. Intended only for use in development. By specifying certain metadata keys, failures can be simulated: Example GraphQLaddPaymentToOrder(input: { method: 'dummy-payment-method', metadata: { shouldDecline: false, shouldError: false, shouldErrorOnSettle: true, }}) { # ...}Was this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousDefaultRefundProcessNextPayment Method TypesEdited Jan 28, 2026ยทEdit this page