Can we make payment with "Do direct method" Paypal using Card number, Amount and expiry date only in PHP -
i have implemented paypal do direct method
in site. working fine.
but possible can payments following parameters:
a) amount, b) card number, c) expiry date
please suggest..
it depends on how account vetted when got approved pro. in cases, you'll have access fraud management filters in paypal profile. if adjust avs , cvv2 not require match can process card amount, name on card, card number, , expiration date.
the dodirectpayment api require send billing address, can send bogus values params in cases don't have it. avs come mis-match, again, filters setup accept you'd go.
Comments
Post a Comment