#drinko-testing

1 messages · Page 1 of 1 (latest)

hazy tusk
spring talon
#

$intent->confirm(['payment_method' => 'pm_card_visa'])? What's wrong with visa card??

hazy tusk
#

it's a test card. It's a placeholder for testing.

#

you're supposed to replace it with a real card that you accept from the customer on your frontend(for example you'd use our Stripe Elements inputs to accept a card, those create pm_xxxx PaymentMethods which is what you'd actually use)

#

pm_card_visa is a test placeholder to let you quickly test without needing to go through your frontend credit card form each time.

spring talon
#

thank karllekko

#

You can send me link get payment method id?