Stripe Payment: Getting Error as Customer cus_***** does not have a linked card with ID tok_*****

There are three different ways to create a charge: with the source parameter only. In this case, source needs to be a token or source ID (created by Checkout or Stripe.js), i.e. a string that starts with tok_ or src_. with the customer parameter only. In this case, customer needs to be a customer ID, … Read more

Magento Payment flow

Here’s the way I’ve always understood the concepts, and what you’ll need to know to implement a payment module in Magento. Answers to your specific “where does this happen” are bolded below, although it’s not quite as simple as you’re hoping for. Pre-internet, brick and mortar credit card transactions were a two stage process. At … Read more