Prestashop: enable webservice payroll verification

I developed an Prestashopandroid client application with default web services (i.e. using cloud storage). I am currently working on integrating PayPal payments for a mobile client with MSDK.

Link: https://github.com/p...Pal-Android-SDK

And transactions work great with my business inboxes and customer account accounts. But as an integration of the mobile SDK into PayPal, successful payment data should be verified by the server (according to my Prestashop thought) using PayPal. After successful payment with MSDK 2.x, MSDK returns the data to the payment application (received by MSDK from the REST API). Here is an example response:

{
    "client": {
        "environment": "sandbox",
        "paypal_sdk_version": "2.0.0",
        "platform": "iOS",
        "product_name": "PayPal iOS SDK;"
    },
    "response": {
        "create_time": "2014-02-12T22:29:49Z",
        "id": "PAY-564191241M8701234KL57LXI",
        "intent": "sale",
        "state": "approved"
    },
    "response_type": "payment"
}

PayPal, , , , .

: https://developer.pa...mobile-payment/

, Prestashop Paypal -. , PayPal - , , .

, php: (

:)

+4

All Articles