#Bandi Odelu

1 messages · Page 1 of 1 (latest)

ebon sapphireBOT
shy palm
cold mango
#

req_jITwXkNi2UMS69

shy palm
#

That request, is for creating the PaymentIntent (pi_3MYRSyK8SGfgbRnh0mBnXDZT)

#

and I can see any confirm attempt on that PaymentIntent

#

But according to the error messages:

  1. you are trying to confirm a PaymentIntent without setting a PaymentMethod
  2. You are using a "Card" PaymentMehtod while trying to confirm a PaymentIntent that should be accepting on of the following types: card_present, interac_present
#

Could you provide more context about your integration ?

cold mango
#

Actually, i am creating a performance test plan in JMeter for a device,
and i added all required API endpoints in the flow but after created payment method using https://api.stripe.com/v1/payment_methods endpoint then passing the payment method id to the next api https://api.stripe.com/v1/payment_intents/pi_1EUmy5285d61s2cIUDDd7XEQ/confirm

then only getting this below message

"message": "The PaymentMethod provided (card) is not allowed for this PaymentIntent. Please attach a PaymentMethod of one of the following types: card_present, interac_present. Alternatively, update the allowed payment_method_types for this PaymentIntent to include "card".",

#

used the types : card_present, interac_present instead of "Card"
but
getting this below message
message": "You cannot confirm this PaymentIntent because it's missing a payment method. You can either update the PaymentIntent with a payment method and then confirm it again, or confirm it again directly with a payment method.",

fiery stone
#

What is it you're actually trying to do here? Are these Terminal (in-person) payments, or online?

cold mango
#

online payments

#

and both i am trying to test

fiery stone
#

You need to collect the payment details via the Terminal reader for card-present payments like that

cold mango
#

using type: "card_present"
getting this below message

"message": "The provided card data does not correspond to the passed type, card_present.",

#

"message": "The provided card data does not correspond to the passed type, interac_present.",

fiery stone
#

Can you share req_xxx IDs

cold mango
#

req_A8m3x3VkVoSbro

fiery stone
#

That PI is requires_payment_method. You haven't tried to confirm it with a pm_xxx yet

cold mango
#

i am trying yo confirm a payment intent with payment_method for terminal payments only
but i am not able to get the payment method id from the response data
and i am unable to creating the charge id for this trascation

fiery stone