Blocks within payments
List of all the block within the payments group. If you're running an older core version, there may be groups listed here that are not available to you (yet).
stripeconnection v15.0.0 Creates a PaymentIntent — the route for a custom card form, where the page confirms with Stripe.js using the client secret. For a hosted payment page use create checkout instead. Also the way to charge a card already on file, with off session. get payment stripeconnection v15.0.0 Answers did this payment succeed, and what did they pay with. The payment method pins come off the charge, so they report the method actually used rather than the ones that were offered. cancel payment stripeconnection v15.0.0 Cancels a payment that has not completed. A payment that already succeeded cannot be cancelled — refund it instead. list payment methods stripeconnection v15.0.0 The cards and mandates a customer has saved, for a "pay with a card on file" screen. Each entry carries a label so a picker can be rendered without digging through the nested object. Back to
stripe Return to the main group to view all sub-groups
