Mangopay / mangopay2-php-sdk

PHP SDK for MANGOPAY
https://packagist.org/packages/mangopay/php-sdk-v2
MIT License
122 stars 133 forks source link

I have a little problème with payin #522

Closed Geoffray-buhler closed 3 years ago

Geoffray-buhler commented 3 years ago

So few days ago we can make a payin and it was ok

image

and now we have an error code : PSP technical error : 009199

and we don't change anything in our code.

I send this :

image

the response is : image

I don't know why i use all ressources with demo mangopay and other things but i don't know why i have this error, I changed card , same error i never change my Mango Sandbox env variables .

Dekari commented 3 years ago

Having the same error also getting PSP Technical error. Is there any issue on Mango Sandbox env?

duykhanh91 commented 3 years ago

I have same issue on sandbox

fredericdelordm commented 3 years ago

Hello @Geoffray-buhler @Dekari @duykhanh91 ,

We have an issue in our sandbox environnement. You can track it's resolution here.

Sorry for the inconvenience.

Geoffray-buhler commented 3 years ago

Ok thx you @fredericdelordm we waiting for so ^^

Dekari commented 3 years ago

Hello everyone. The issue is still around to me. PSP Technical error.

`MangoPay\PayIn Object ( [CreditedWalletId] => 9902480 [PaymentType] => CARD [PaymentDetails] => MangoPay\PayInPaymentDetailsCard Object ( [CardType] => [CardId] => 118388542 [StatementDescriptor] => [IpAddress] => 94.65.132.192 [BrowserInfo] => [Shipping] => stdClass Object ( [FirstName] => 123 [LastName] => 123 [Address] => stdClass Object ( [AddressLine1] => Μαυροκορδάτου 13 [AddressLine2] => [City] => Αθήνα [Region] => [PostalCode] => 10678 [Country] => GR )

            )

    )
[ExecutionType] => DIRECT
[ExecutionDetails] => MangoPay\PayInExecutionDetailsDirect Object
    (
        [SecureMode] => DEFAULT
        [SecureModeReturnURL] => 
        [SecureModeRedirectURL] => 
        [SecureModeNeeded] => 
        [Billing] => stdClass Object
            (
                [FirstName] => 123
                [LastName] => 123
                [Address] => stdClass Object
                    (
                        [AddressLine1] => Μαυροκορδάτου 13
                        [AddressLine2] => 
                        [City] => Αθήνα
                        [Region] => 
                        [PostalCode] => 10678
                        [Country] => GR
                    )

            )

        [SecurityInfo] => stdClass Object
            (
                [AVSResult] => NO_CHECK
            )

        [Culture] => EN
    )
[AuthorId] => 12850783
[CreditedUserId] => 9902479
[DebitedFunds] => MangoPay\Money Object
    (
        [Currency] => EUR
        [Amount] => 5000
    )

[CreditedFunds] => MangoPay\Money Object
    (
        [Currency] => EUR
        [Amount] => 5000
    )

[Fees] => MangoPay\Money Object
    (
        [Currency] => EUR
        [Amount] => 0
    )

[Status] => FAILED
[ResultCode] => 009103
[ResultMessage] => PSP configuration error
[ExecutionDate] => 
[Type] => PAYIN
[Nature] => REGULAR
[DebitedWalletId] => 
[Id] => 118388545
[Tag] => Book ID:188
[CreationDate] => 1631854287

)`

fredericdelordm commented 3 years ago

@Dekari Could you open a new issue. I think you have configuration error. It's not related to the sandbox.

Dekari commented 3 years ago

not sure seems like same as previous. It just fails with no reason.

Screenshot 2021-09-19 at 5 42 47 PM

.

duykhanh91 commented 2 years ago

@fredericdelordm i get this issue again. Can you help me recheck it. It is block my process

fredericdelordm commented 2 years ago

Hello @Dekari, you are missing 3DSV2 information.

Hello @duykhanh91, could you contact MANGOPAY support. It's an API issue, they will look at the log and tell you what's missing.

duykhanh91 commented 2 years ago

Hi @fredericdelordm i think it is not API issue because i don't change anything in code Before 12 Oct, this function working well with 3DS2 I was contact to MANGOPAY support Thank you.