paypal / merchant-sdk-php

PHP SDK for integrating with PayPal's Express Checkout / MassPay / Web Payments Pro APIs
Other
230 stars 201 forks source link

PayPal error code 10626 (Transaction refused due to risk model) #169

Closed KhaiNQ9x closed 2 years ago

KhaiNQ9x commented 3 years ago

This issue seems just appeared lately as it worked fine before. I am not sure whats missing in the code.

I keep getting an error with Sanbox mode:

PayPal\PayPalAPI\DoDirectPaymentResponseType Object ( [Amount] => PayPal\CoreComponentTypes\BasicAmountType Object ( [currencyID] => USD [value] => 900.00 )

[AVSCode] => 
[CVV2Code] => 
[TransactionID] => 
[TransactionPendingReason] => 
[PendingReason] => 
[PaymentStatus] => 
[FMFDetails] => 
[ThreeDSecureResponse] => 
[PaymentAdviceCode] => 
[Timestamp] => 2021-05-05T04:14:47Z
[Ack] => Failure
[CorrelationID] => 1e05b5929e12c
[Errors] => Array
    (
        [0] => PayPal\EBLBaseComponents\ErrorType Object
            (
                [ShortMessage] => Risk
                [LongMessage] => Transaction refused due to risk model
                [ErrorCode] => 10626
                [SeverityCode] => Error
                [ErrorParameters] => 
            )

    )

[Version] => 204.0
[Build] => 55025969

)

devchristina commented 2 years ago

Closing due to lack of support.