Greetings,
My app requires the seller accept the purchase form the buyer before payment goes through. If a buyer uses a credit card that is already saved to their account, this works well by using the Link a Customer to Seller call and the Seller Charge a Customer action (by setting “capture charge” to false.)
However, if a buyer has not yet saved a card to their account, I would like for them to be able to fill out the necessary details to save a credit card (name, card number, expiration month/year, and cvc), create a card, and then proceed with the purchase in the same manner above (Link a Customer to Seller and Seller Charge a Customer). However, I’m having an issue with creating a card, and then immediately referencing it for the rest of the workflow.
Here is the workflow for when a user who has not yet saved the card they want to use hits “Checkout.”
Here is the workflow associated with the Stripe Token on the page.
Here is the error I keep getting
Any help is appreciated!