Skip to content

Payment Processor Payment Methods

Payment Methods are saved card registrations managed through the payment gateway integration.

RoutePurpose
/payment-processor/payment-methodsPayment method list
/payment-processor/payment-methods/widgetProvider-hosted secure payment form
/payment-processor/payment-methods/callbackRegistration callback/result page

The module root /payment-processor also opens the payment methods list.

The list supports search by card brand, card holder, or last four digits. Row actions can revoke a payment method or open the charge dialog when permitted.

The Register Card action starts a gateway checkout and opens the secure widget route with checkout, script, method, and result callback parameters.

The widget route loads the provider-hosted payment script and displays the secure card-entry form. If required query parameters are missing, it shows a missing-checkout error state. The callback route verifies the returned registration using methodId or id and resourcePath, then redirects back to the payment methods list after success.

List and error-state widget/callback screenshots are attempted automatically. Successful widget and callback screenshots require a live checkout/session from the payment gateway.

payment-processor.payment-methods controls access to payment methods.