checkout/checkout-sdk-python

CVV issue

Closed this issue · 1 comments

Hello team,

When I've tried payment request by Source Id without CVV on staging/Sandbox environment it's working fine, when I'm trying on the Production environment by Source Id without CVV it's not working and throwing this error "ERROR / INVALID REQUEST PARAMETERS" code "20006", But when I m trying with CVV on Production then it's working fine.

Can somebody confirm, Is CVV is mandatory? or optional

https://github.com/checkout/checkout-sdk-python#source-type-id

{
"source": {
"id":"src_xxxx"
},
"amount": 100,
"currency": "PKR",
"reference": "xx-xx-xxx"
}

We need recurring payment requests, is it possible without CVV