Skip to content
Tim Erickson edited this page Sep 4, 2024 · 5 revisions

Welcome to the uc_stripe wiki!

NOTES:

  1. This module requires the Stripe Module. Be sure that the Stripe module has been configured at: admin/config/services/stripe

  2. The uc_credit setting "Validate credit card numbers at checkout" must be disabled on admin/store/settings/payment/method/credit - uc_credit never sees the credit card number, so cannot properly validate it (and we don't want it to ever know the credit card number.)

  3. uc_stripe creates it's own payment pane. The card fields such as card number, expiration date, and cvc code have all been hidden, and is handled entirely by Stripe's Element implementation, which means no credit card information gets processed at all by Backdrop. The last4 and expiration date are sent back to Backdrop by Stripe's API. Ensure the correct payment pane ordering by visiting Store > Configuration > Checkout (admin/store/settings/checkout).

Clone this wiki locally