#roasten
1 messages · Page 1 of 1 (latest)
here or in a PM?
PM = payment_method
sorry still haven't had the chance to look, very busy today on discord
still investigating this
would you mind sharing on which request or event you saw this?
well we uses cvc_check = pass to verify its valid credit card
now I see cvc_check for this is set to unavailable
so I guess for some credit card you can not check this before payment or so
or do you mean in a radar rule?
I think I solved it myself
To prevent card testing, Stripe is sometimes required to not check cvc and zip checks on card validations, so they may appear as “unavailable”. Those checks will be available on the charge object once an actual payment is made. Stripe uses machine learning to predict when card testing is likely. These checks also may be unavailable as a cost-optimization if Stripe’s machine learning predicts the card is valid and that performing these checks will not increase the probability of a successful payment.
so Stripe recommend me to make a payment as validation with like minimum cost to know if credit card info are all correct?
ok so from what I see, the PM used here is LINK
LINK works in a similar way as GooglePay and ApplePay (wallet) payment methods where we abstract away the CVC check
okay
Thanks
is there a field value where I can see difference between link and normal?
I can check it up myself first
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
let me know if you need any more help
is there two different depnding on if its wallet.link vs wallet.samsung_pay ?
so need to verify both
let me dig myself
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
Could you please rephrase the question? I am not sure I'm following what you're trying to find out.
I think I have everything I need, give me some moments