Advertisement
thekrotek

Untitled

Nov 5th, 2018
2,757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 37.56 KB | None | 0 0
  1.  
  2. 2018-11-05 10:40:48 - PAYPAL FOR MARKETPLACES OAUTH2/TOKEN
  3.  
  4. *   Trying 173.0.82.78...
  5. * TCP_NODELAY set
  6. * Connected to api.sandbox.paypal.com (173.0.82.78) port 443 (#0)
  7. * ALPN, offering http/1.1
  8. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  9. * successfully set certificate verify locations:
  10. *   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  11.   CApath: none
  12. * SSL connection using TLSv1.2 / AES256-SHA256
  13. * ALPN, server did not agree to a protocol
  14. * Server certificate:
  15. *  subject: C=US; ST=California; L=San Jose; O=PayPal, Inc.; OU=PayPal Production; CN=api.sandbox.paypal.com
  16. *  start date: Aug 21 00:00:00 2018 GMT
  17. *  expire date: Aug 20 12:00:00 2020 GMT
  18. *  subjectAltName: host "api.sandbox.paypal.com" matched cert's "api.sandbox.paypal.com"
  19. *  issuer: C=US; O=DigiCert Inc; CN=DigiCert Global CA G2
  20. *  SSL certificate verify ok.
  21. * Server auth using Basic with user 'Ada17lqsalDNMjmCmH4_oSxC3A6RSPE0E5ApEsxjGfZIr_YCeDKZJiQhhDiIK9T35b9jep9gPMnK-C26'
  22. > POST /v1/oauth2/token HTTP/1.1
  23. Host: api.sandbox.paypal.com
  24. Authorization: Basic QWRhMTdscXNhbEROTWptQ21INF9vU3hDM0E2UlNQRTBFNUFwRXN4akdmWklyX1lDZURLWkppUWhoRGlJSzlUMzViOWplcDlnUE1uSy1DMjY6RUpUc1RLRTNOaEVnVnJwTEJCM25YM2JwbEpGcHBodTd4ZzlTaGg5VmhWVUN5QkJTLVdUSjl2Z3Vtaldjb3dNUng5WFl3ckZlREJTSUU3WmQ=
  25. Accept: application/json
  26. Accept-Language: en_US
  27. Content-Length: 29
  28. Content-Type: application/x-www-form-urlencoded
  29.  
  30. * upload completely sent off: 29 out of 29 bytes
  31. < HTTP/1.1 200 OK
  32. < Date: Mon, 05 Nov 2018 10:40:48 GMT
  33. < Server: Apache
  34. < paypal-debug-id: 19961ee71e3ce
  35. < X-PAYPAL-TOKEN-SERVICE: IAAS
  36. < HTTP_X_PP_AZ_LOCATOR: sandbox.slc
  37. < Paypal-Debug-Id: 19961ee71e3ce
  38. < Set-Cookie: X-PP-SILOVER=name%3DSANDBOX3.API.1%26silo_version%3D1880%26app%3Dapiplatformproxyserv%26TIME%3D807329883%26HTTP_X_PP_AZ_LOCATOR%3Dsandbox.slc; Expires=Mon, 05 Nov 2018 11:10:48 GMT; domain=.paypal.com; path=/; Secure; HttpOnly
  39. < Set-Cookie: X-PP-SILOVER=; Expires=Thu, 01 Jan 1970 00:00:01 GMT
  40. < Vary: Authorization
  41. < Content-Length: 1490
  42. < Connection: close
  43. < Content-Type: application/json
  44. <
  45. * Closing connection 0
  46.  
  47.  
  48.  
  49.  
  50. Array
  51. (
  52.    [scope] => https://api.paypal.com/v1/payments/.* https://uri.paypal.com/services/partners/merchant-accounts/readwrite https://uri.paypal.com/services/risk/raas/transaction-context https://uri.paypal.com/services/payments/refund https://uri.paypal.com/services/applications/webhooks https://uri.paypal.com/services/payments/payment/authcapture https://uri.paypal.com/payments/payouts https://uri.paypal.com/services/customer/onboarding/account https://uri.paypal.com/services/customer/partner-referrals/readwrite https://api.paypal.com/v1/vault/credit-card/.* https://uri.paypal.com/services/identity/grantdelegation https://uri.paypal.com/services/reporting/search/read https://uri.paypal.com/services/disputes/read-seller https://uri.paypal.com/services/payments/referenced-payouts-items/readwrite https://uri.paypal.com/services/subscriptions https://uri.paypal.com/services/disputes/read-buyer https://api.paypal.com/v1/vault/credit-card https://uri.paypal.com/services/customer/onboarding/sessions openid https://uri.paypal.com/services/customer/partner https://uri.paypal.com/services/disputes/update-seller https://uri.paypal.com/services/payments/realtimepayment https://uri.paypal.com/services/customer/onboarding/user
  53.    [nonce] => 2018-11-05T10:19:29ZWo6FGE-KvvqLR3y1p6THeH7iWgfG_PunvucclQAU4xI
  54.    [access_token] => A21AAHOsptipO-4H0KxQHxkTsvtVEik0OQ3hIciLFmi-txOnoMiZvpythWOGudVGXrTzlXCToTgx-CLIkmgxL3Kb3WWCryMKA
  55.    [token_type] => Bearer
  56.    [app_id] => APP-80W284485P519543T
  57.    [expires_in] => 31121
  58. )
  59.  
  60. 2018-11-05 10:40:50 - PAYPAL FOR MARKETPLACES CHECKOUT/ORDERS
  61.  
  62. * Hostname api.sandbox.paypal.com was found in DNS cache
  63. *   Trying 173.0.82.78...
  64. * TCP_NODELAY set
  65. * Connected to api.sandbox.paypal.com (173.0.82.78) port 443 (#0)
  66. * ALPN, offering http/1.1
  67. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  68. * successfully set certificate verify locations:
  69. *   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  70.  CApath: none
  71. * SSL connection using TLSv1.2 / AES256-SHA256
  72. * ALPN, server did not agree to a protocol
  73. * Server certificate:
  74. *  subject: C=US; ST=California; L=San Jose; O=PayPal, Inc.; OU=PayPal Production; CN=api.sandbox.paypal.com
  75. *  start date: Aug 21 00:00:00 2018 GMT
  76. *  expire date: Aug 20 12:00:00 2020 GMT
  77. *  subjectAltName: host "api.sandbox.paypal.com" matched cert's "api.sandbox.paypal.com"
  78. *  issuer: C=US; O=DigiCert Inc; CN=DigiCert Global CA G2
  79. *  SSL certificate verify ok.
  80. > POST /v1/checkout/orders HTTP/1.1
  81. Host: api.sandbox.paypal.com
  82. PayPal-Request-Id: 2ae1df782b8bb6538fd042c801746917
  83. Authorization: Bearer A21AAHOsptipO-4H0KxQHxkTsvtVEik0OQ3hIciLFmi-txOnoMiZvpythWOGudVGXrTzlXCToTgx-CLIkmgxL3Kb3WWCryMKA
  84. Accept: application/json
  85. PayPal-Client-Metadata-Id: 9ee96319dceb89783bd8cf473cc9fb08
  86. Content-Type: application/json
  87. Content-Length: 1284
  88. Expect: 100-continue
  89.  
  90. < HTTP/1.1 100 Continue
  91. * We are completely uploaded and fine
  92. < HTTP/1.1 201 Created
  93. < Date: Mon, 05 Nov 2018 10:40:49 GMT
  94. < Server: Apache
  95. < paypal-debug-id: 30d77cad29dfb
  96. < HTTP_X_PP_AZ_LOCATOR: sandbox.slc
  97. < Paypal-Debug-Id: 30d77cad29dfb
  98. < Set-Cookie: X-PP-SILOVER=name%3DSANDBOX3.API.1%26silo_version%3D1880%26app%3Dapiplatformproxyserv%26TIME%3D824107099%26HTTP_X_PP_AZ_LOCATOR%3Dsandbox.slc; Expires=Mon, 05 Nov 2018 11:10:50 GMT; domain=.paypal.com; path=/; Secure; HttpOnly
  99. < Set-Cookie: X-PP-SILOVER=; Expires=Thu, 01 Jan 1970 00:00:01 GMT
  100. < Vary: Authorization
  101. < Content-Length: 2041
  102. < Connection: close
  103. < Content-Type: application/json
  104. <
  105. * Closing connection 0
  106.  
  107.  
  108. Array
  109. (
  110.     [intent] => SALE
  111.     [application_context] => Array
  112.         (
  113.             [landing_page] => login
  114.             [locale] => en-US
  115.             [shipping_preference] => GET_FROM_FILE
  116.             [user_action] => commit
  117.         )
  118.  
  119.     [purchase_units] => Array
  120.         (
  121.             [0] => Array
  122.                 (
  123.                     [reference_id] => seller_31_order_294
  124.                     [description] => SandBAccount 294
  125.                     [payee] => Array
  126.                         (
  127.                             [email] => eva.honeypot@gmail.com
  128.                             [payee_display_metadata] => Array
  129.                                 (
  130.                                     [brand_name] => SandBAccount
  131.                                 )
  132.  
  133.                         )
  134.  
  135.                     [amount] => Array
  136.                         (
  137.                             [currency] => USD
  138.                             [total] => 1001
  139.                             [details] => Array
  140.                                 (
  141.                                     [subtotal] => 1000
  142.                                     [shipping] => 1
  143.                                     [tax] => 0
  144.                                 )
  145.  
  146.                         )
  147.  
  148.                     [items] => Array
  149.                         (
  150.                             [0] => Array
  151.                                 (
  152.                                     [name] => Canon EOS 5D
  153.                                     [description] => Canon's press material for the EOS 5D states that it 'defines (a) new D-SLR category', while we're not typically too concern...
  154.                                     [quantity] => 1
  155.                                     [currency] => USD
  156.                                     [price] => 1000
  157.                                     [tax] => 0
  158.                                     [url] => https://thekrotek.com/octest/index.php?route=catalog/product&product_id=30
  159.                                 )
  160.  
  161.                         )
  162.  
  163.                     [shipping_address] => Array
  164.                         (
  165.                             [recipient_name] => JahirJahir
  166.                             [line1] => 5 11 PARALINELLAIPAPPAR STREET
  167.                             [line2] => TAMBARAM EAST
  168.                             [city] => Chennai
  169.                             [country_code] => US
  170.                             [postal_code] => 600059
  171.                             [state] => AM
  172.                             [phone] => 09176625379
  173.                         )
  174.  
  175.                     [shipping_method] => Flat Shipping Rate
  176.                     [invoice_number] => SELLERINV-294
  177.                     [payment_descriptor] => TESTSTORE
  178.                 )
  179.  
  180.         )
  181.  
  182.     [redirect_urls] => Array
  183.         (
  184.             [return_url] => https://thekrotek.com/octest/index.php?route=payment/pp_marketplaces/returncheckout
  185.             [cancel_url] => https://thekrotek.com/octest/index.php?route=payment/pp_marketplaces/cancelcheckout
  186.         )
  187.  
  188. )
  189.  
  190.  
  191. Array
  192. (
  193.     [id] => 3DY83161930058420
  194.     [status] => CREATED
  195.     [intent] => SALE
  196.     [gross_total_amount] => Array
  197.         (
  198.             [value] => 1001.00
  199.             [currency] => USD
  200.         )
  201.  
  202.     [application_context] => Array
  203.         (
  204.             [locale] => en-US
  205.             [landing_page] => login
  206.             [shipping_preference] => GET_FROM_FILE
  207.             [user_action] => commit
  208.         )
  209.  
  210.     [purchase_units] => Array
  211.         (
  212.             [0] => Array
  213.                 (
  214.                     [reference_id] => seller_31_order_294
  215.                     [description] => SandBAccount 294
  216.                     [amount] => Array
  217.                         (
  218.                             [currency] => USD
  219.                             [details] => Array
  220.                                 (
  221.                                     [subtotal] => 1000.00
  222.                                     [shipping] => 1.00
  223.                                     [tax] => 0.00
  224.                                 )
  225.  
  226.                             [total] => 1001.00
  227.                         )
  228.  
  229.                     [payee] => Array
  230.                         (
  231.                             [email] => eva.honeypot@gmail.com
  232.                             [payee_display_metadata] => Array
  233.                                 (
  234.                                     [brand_name] => SandBAccount
  235.                                 )
  236.  
  237.                         )
  238.  
  239.                     [items] => Array
  240.                         (
  241.                             [0] => Array
  242.                                 (
  243.                                     [name] => Canon EOS 5D
  244.                                     [description] => Canon's press material for the EOS 5D states that it 'defines (a) new D-SLR category', while we're not typically too concern...
  245.                                     [price] => 1000.00
  246.                                     [currency] => USD
  247.                                     [tax] => 0.00
  248.                                     [quantity] => 1
  249.                                     [url] => https://thekrotek.com/octest/index.php?route=catalog/product&product_id=30
  250.                                 )
  251.  
  252.                         )
  253.  
  254.                     [shipping_address] => Array
  255.                         (
  256.                             [recipient_name] => JahirJahir
  257.                             [line1] => 5 11 PARALINELLAIPAPPAR STREET
  258.                             [line2] => TAMBARAM EAST
  259.                             [city] => Chennai
  260.                             [country_code] => US
  261.                             [postal_code] => 600059
  262.                             [state] => AM
  263.                             [phone] => 09176625379
  264.                         )
  265.  
  266.                     [shipping_method] => Flat Shipping Rate
  267.                     [invoice_number] => SELLERINV-294
  268.                     [payment_descriptor] => TESTSTORE
  269.                     [status] => NOT_PROCESSED
  270.                 )
  271.  
  272.         )
  273.  
  274.     [redirect_urls] => Array
  275.         (
  276.             [return_url] => https://thekrotek.com/octest/index.php?route=payment/pp_marketplaces/returncheckout
  277.             [cancel_url] => https://thekrotek.com/octest/index.php?route=payment/pp_marketplaces/cancelcheckout
  278.         )
  279.  
  280.     [links] => Array
  281.         (
  282.             [0] => Array
  283.                 (
  284.                     [href] => https://api.sandbox.paypal.com/v1/checkout/orders/3DY83161930058420
  285.                     [rel] => self
  286.                     [method] => GET
  287.                 )
  288.  
  289.             [1] => Array
  290.                 (
  291.                     [href] => https://www.sandbox.paypal.com/checkoutnow?token=3DY83161930058420
  292.                     [rel] => approval_url
  293.                     [method] => REDIRECT
  294.                 )
  295.  
  296.             [2] => Array
  297.                 (
  298.                     [href] => https://api.sandbox.paypal.com/v1/checkout/orders/3DY83161930058420
  299.                     [rel] => update
  300.                     [method] => PATCH
  301.                 )
  302.  
  303.             [3] => Array
  304.                 (
  305.                     [href] => https://api.sandbox.paypal.com/v1/checkout/orders/3DY83161930058420/pay
  306.                     [rel] => pay
  307.                     [method] => POST
  308.                 )
  309.  
  310.         )
  311.  
  312.     [create_time] => 2018-11-05T10:40:49Z
  313.     [applicationContext] => Array
  314.         (
  315.             [locale] => en-US
  316.             [landing_page] => login
  317.             [shipping_preference] => GET_FROM_FILE
  318.             [user_action] => commit
  319.         )
  320.  
  321. )
  322.  
  323. 2018-11-05 10:41:20 - PAYPAL FOR MARKETPLACES OAUTH2/TOKEN
  324.  
  325. *   Trying 173.0.82.78...
  326. * TCP_NODELAY set
  327. * Connected to api.sandbox.paypal.com (173.0.82.78) port 443 (#0)
  328. * ALPN, offering http/1.1
  329. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  330. * successfully set certificate verify locations:
  331. *   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  332.   CApath: none
  333. * SSL connection using TLSv1.2 / AES256-SHA256
  334. * ALPN, server did not agree to a protocol
  335. * Server certificate:
  336. *  subject: C=US; ST=California; L=San Jose; O=PayPal, Inc.; OU=PayPal Production; CN=api.sandbox.paypal.com
  337. *  start date: Aug 21 00:00:00 2018 GMT
  338. *  expire date: Aug 20 12:00:00 2020 GMT
  339. *  subjectAltName: host "api.sandbox.paypal.com" matched cert's "api.sandbox.paypal.com"
  340. *  issuer: C=US; O=DigiCert Inc; CN=DigiCert Global CA G2
  341. *  SSL certificate verify ok.
  342. * Server auth using Basic with user 'Ada17lqsalDNMjmCmH4_oSxC3A6RSPE0E5ApEsxjGfZIr_YCeDKZJiQhhDiIK9T35b9jep9gPMnK-C26'
  343. > POST /v1/oauth2/token HTTP/1.1
  344. Host: api.sandbox.paypal.com
  345. Authorization: Basic QWRhMTdscXNhbEROTWptQ21INF9vU3hDM0E2UlNQRTBFNUFwRXN4akdmWklyX1lDZURLWkppUWhoRGlJSzlUMzViOWplcDlnUE1uSy1DMjY6RUpUc1RLRTNOaEVnVnJwTEJCM25YM2JwbEpGcHBodTd4ZzlTaGg5VmhWVUN5QkJTLVdUSjl2Z3Vtaldjb3dNUng5WFl3ckZlREJTSUU3WmQ=
  346. Accept: application/json
  347. Accept-Language: en_US
  348. Content-Length: 29
  349. Content-Type: application/x-www-form-urlencoded
  350.  
  351. * upload completely sent off: 29 out of 29 bytes
  352. < HTTP/1.1 200 OK
  353. < Date: Mon, 05 Nov 2018 10:41:20 GMT
  354. < Server: Apache
  355. < paypal-debug-id: e852c202488d5
  356. < X-PAYPAL-TOKEN-SERVICE: IAAS
  357. < HTTP_X_PP_AZ_LOCATOR: sandbox.slc
  358. < Paypal-Debug-Id: e852c202488d5
  359. < Set-Cookie: X-PP-SILOVER=name%3DSANDBOX3.API.1%26silo_version%3D1880%26app%3Dapiplatformproxyserv%26TIME%3D1344200795%26HTTP_X_PP_AZ_LOCATOR%3Dsandbox.slc; Expires=Mon, 05 Nov 2018 11:11:20 GMT; domain=.paypal.com; path=/; Secure; HttpOnly
  360. < Set-Cookie: X-PP-SILOVER=; Expires=Thu, 01 Jan 1970 00:00:01 GMT
  361. < Vary: Authorization
  362. < Content-Length: 1490
  363. < Connection: close
  364. < Content-Type: application/json
  365. <
  366. * Closing connection 0
  367.  
  368.  
  369.  
  370.  
  371. Array
  372. (
  373.    [scope] => https://api.paypal.com/v1/payments/.* https://uri.paypal.com/services/partners/merchant-accounts/readwrite https://uri.paypal.com/services/risk/raas/transaction-context https://uri.paypal.com/services/payments/refund https://uri.paypal.com/services/applications/webhooks https://uri.paypal.com/services/payments/payment/authcapture https://uri.paypal.com/payments/payouts https://uri.paypal.com/services/customer/onboarding/account https://uri.paypal.com/services/customer/partner-referrals/readwrite https://api.paypal.com/v1/vault/credit-card/.* https://uri.paypal.com/services/identity/grantdelegation https://uri.paypal.com/services/reporting/search/read https://uri.paypal.com/services/disputes/read-seller https://uri.paypal.com/services/payments/referenced-payouts-items/readwrite https://uri.paypal.com/services/subscriptions https://uri.paypal.com/services/disputes/read-buyer https://api.paypal.com/v1/vault/credit-card https://uri.paypal.com/services/customer/onboarding/sessions openid https://uri.paypal.com/services/customer/partner https://uri.paypal.com/services/disputes/update-seller https://uri.paypal.com/services/payments/realtimepayment https://uri.paypal.com/services/customer/onboarding/user
  374.    [nonce] => 2018-11-05T10:19:29ZWo6FGE-KvvqLR3y1p6THeH7iWgfG_PunvucclQAU4xI
  375.    [access_token] => A21AAHOsptipO-4H0KxQHxkTsvtVEik0OQ3hIciLFmi-txOnoMiZvpythWOGudVGXrTzlXCToTgx-CLIkmgxL3Kb3WWCryMKA
  376.    [token_type] => Bearer
  377.    [app_id] => APP-80W284485P519543T
  378.    [expires_in] => 31089
  379. )
  380.  
  381. 2018-11-05 10:41:22 - PAYPAL FOR MARKETPLACES CHECKOUT/ORDERS/3DY83161930058420/PAY
  382.  
  383. * Hostname api.sandbox.paypal.com was found in DNS cache
  384. *   Trying 173.0.82.78...
  385. * TCP_NODELAY set
  386. * Connected to api.sandbox.paypal.com (173.0.82.78) port 443 (#0)
  387. * ALPN, offering http/1.1
  388. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  389. * successfully set certificate verify locations:
  390. *   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  391.  CApath: none
  392. * SSL connection using TLSv1.2 / AES256-SHA256
  393. * ALPN, server did not agree to a protocol
  394. * Server certificate:
  395. *  subject: C=US; ST=California; L=San Jose; O=PayPal, Inc.; OU=PayPal Production; CN=api.sandbox.paypal.com
  396. *  start date: Aug 21 00:00:00 2018 GMT
  397. *  expire date: Aug 20 12:00:00 2020 GMT
  398. *  subjectAltName: host "api.sandbox.paypal.com" matched cert's "api.sandbox.paypal.com"
  399. *  issuer: C=US; O=DigiCert Inc; CN=DigiCert Global CA G2
  400. *  SSL certificate verify ok.
  401. > POST /v1/checkout/orders/3DY83161930058420/pay HTTP/1.1
  402. Host: api.sandbox.paypal.com
  403. PayPal-Request-Id: 6bddba728ed9df7d3a00829447454384
  404. Authorization: Bearer A21AAHOsptipO-4H0KxQHxkTsvtVEik0OQ3hIciLFmi-txOnoMiZvpythWOGudVGXrTzlXCToTgx-CLIkmgxL3Kb3WWCryMKA
  405. Accept: application/json
  406. PayPal-Client-Metadata-Id: f59f986e17b7b9555f2c6dc62553aabc
  407. Content-Type: application/json
  408. Content-Length: 31
  409.  
  410. * upload completely sent off: 31 out of 31 bytes
  411. < HTTP/1.1 202 Accepted
  412. < Date: Mon, 05 Nov 2018 10:41:20 GMT
  413. < Server: Apache
  414. < paypal-debug-id: 43c1ccb48ba
  415. < HTTP_X_PP_AZ_LOCATOR: sandbox.slc
  416. < Paypal-Debug-Id: 43c1ccb48ba
  417. < Set-Cookie: X-PP-SILOVER=name%3DSANDBOX3.API.1%26silo_version%3D1880%26app%3Dapiplatformproxyserv%26TIME%3D1360978011%26HTTP_X_PP_AZ_LOCATOR%3Dsandbox.slc; Expires=Mon, 05 Nov 2018 11:11:22 GMT; domain=.paypal.com; path=/; Secure; HttpOnly
  418. < Set-Cookie: X-PP-SILOVER=; Expires=Thu, 01 Jan 1970 00:00:01 GMT
  419. < Vary: Authorization
  420. < Location: https://api.sandbox.paypal.com
  421. < Content-Length: 2225
  422. < Connection: close
  423. < Content-Type: application/json
  424. <
  425. * Closing connection 0
  426.  
  427.  
  428. Array
  429. (
  430.     [disbursement_mode] => INSTANT
  431. )
  432.  
  433.  
  434. Array
  435. (
  436.     [order_id] => 3DY83161930058420
  437.     [status] => COMPLETED
  438.     [intent] => SALE
  439.     [payer_info] => Array
  440.         (
  441.             [email] => beta@business.com
  442.             [first_name] => JournalTwo
  443.             [last_name] => Business
  444.             [payer_id] => PPCKF64MF4WRW
  445.             [phone] => 4084390894
  446.             [country_code] => US
  447.             [shipping_address] => Array
  448.                 (
  449.                     [recipient_name] => JahirJahir
  450.                     [line1] => 5 11 PARALINELLAIPAPPAR STREET
  451.                     [line2] => TAMBARAM EAST
  452.                     [city] => Chennai
  453.                     [country_code] => US
  454.                     [postal_code] => 600059
  455.                     [state] => AM
  456.                 )
  457.  
  458.             [business_name] => JournalTwo Business's Test Store
  459.        )
  460.  
  461.    [gross_total_amount] => Array
  462.        (
  463.            [value] => 1001.00
  464.            [currency] => USD
  465.        )
  466.  
  467.    [purchase_units] => Array
  468.        (
  469.            [0] => Array
  470.                (
  471.                    [reference_id] => seller_31_order_294
  472.                    [description] => SandBAccount 294
  473.                    [amount] => Array
  474.                        (
  475.                            [currency] => USD
  476.                            [details] => Array
  477.                                (
  478.                                    [subtotal] => 1000.00
  479.                                    [shipping] => 1.00
  480.                                    [tax] => 0.00
  481.                                    [handling_fee] => 0.00
  482.                                    [shipping_discount] => 0.00
  483.                                    [insurance] => 0.00
  484.                                )
  485.  
  486.                            [total] => 1001.00
  487.                        )
  488.  
  489.                    [payee] => Array
  490.                        (
  491.                            [email] => eva.honeypot@gmail.com
  492.                            [merchant_id] => F34DGCCRDGBHJ
  493.                        )
  494.  
  495.                    [items] => Array
  496.                        (
  497.                            [0] => Array
  498.                                (
  499.                                    [name] => Canon EOS 5D
  500.                                    [description] => Canon's press material for the EOS 5D states that it 'defines (a) new D-SLR category', while we're not typically too concern...
  501.                                    [price] => 1000.00
  502.                                    [currency] => USD
  503.                                    [tax] => 0.00
  504.                                    [quantity] => 1
  505.                                    [supplementary_data] => Array
  506.                                        (
  507.                                        )
  508.  
  509.                                    [postback_data] => Array
  510.                                        (
  511.                                        )
  512.  
  513.                                    [item_option_selections] => Array
  514.                                        (
  515.                                        )
  516.  
  517.                                )
  518.  
  519.                        )
  520.  
  521.                    [shipping_address] => Array
  522.                        (
  523.                            [recipient_name] => JahirJahir
  524.                            [line1] => 5 11 PARALINELLAIPAPPAR STREET
  525.                            [line2] => TAMBARAM EAST
  526.                            [city] => Chennai
  527.                            [country_code] => US
  528.                            [postal_code] => 600059
  529.                            [state] => AM
  530.                        )
  531.  
  532.                    [payment_summary] => Array
  533.                        (
  534.                            [sales] => Array
  535.                                (
  536.                                    [0] => Array
  537.                                        (
  538.                                            [id] => 9CH96400SA6763613
  539.                                            [amount] => Array
  540.                                                (
  541.                                                    [currency] => USD
  542.                                                    [details] => Array
  543.                                                        (
  544.                                                            [subtotal] => 1000.00
  545.                                                            [shipping] => 1.00
  546.                                                            [tax] => 0.00
  547.                                                            [handling_fee] => 0.00
  548.                                                            [shipping_discount] => 0.00
  549.                                                            [insurance] => 0.00
  550.                                                        )
  551.  
  552.                                                    [total] => 1001.00
  553.                                                )
  554.  
  555.                                            [transaction_fee] => Array
  556.                                                (
  557.                                                    [value] => 29.33
  558.                                                    [currency] => USD
  559.                                                )
  560.  
  561.                                            [status] => COMPLETED
  562.                                            [create_time] => 2018-11-05T10:41:21Z
  563.                                            [update_time] => 2018-11-05T10:41:21Z
  564.                                            [links] => Array
  565.                                                (
  566.                                                    [0] => Array
  567.                                                        (
  568.                                                            [href] => https://api.sandbox.paypal.com/v1/payments/sale/9CH96400SA6763613
  569.                                                            [rel] => self
  570.                                                            [method] => GET
  571.                                                        )
  572.  
  573.                                                    [1] => Array
  574.                                                        (
  575.                                                            [href] => https://api.sandbox.paypal.com/v1/payments/sale/9CH96400SA6763613/refund
  576.                                                            [rel] => refund
  577.                                                            [method] => POST
  578.                                                        )
  579.  
  580.                                                )
  581.  
  582.                                        )
  583.  
  584.                                )
  585.  
  586.                        )
  587.  
  588.                    [invoice_number] => SELLERINV-294
  589.                    [status] => CAPTURED
  590.                )
  591.  
  592.        )
  593.  
  594.    [create_time] => 2018-11-05T10:41:21Z
  595.    [update_time] => 2018-11-05T10:41:21Z
  596.    [links] => Array
  597.        (
  598.            [0] => Array
  599.                (
  600.                    [href] => https://api.sandbox.paypal.com/v1/checkout/orders/3DY83161930058420
  601.                    [rel] => self
  602.                    [method] => GET
  603.                )
  604.  
  605.        )
  606.  
  607. )
  608.  
  609. 2018-11-05 10:41:26 - PAYPAL FOR MARKETPLACES PAYMENTS/PAYMENT
  610.  
  611. * Hostname api.sandbox.paypal.com was found in DNS cache
  612. *   Trying 173.0.82.78...
  613. * TCP_NODELAY set
  614. * Connected to api.sandbox.paypal.com (173.0.82.78) port 443 (#0)
  615. * ALPN, offering http/1.1
  616. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  617. * successfully set certificate verify locations:
  618. *   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  619.  CApath: none
  620. * SSL connection using TLSv1.2 / AES256-SHA256
  621. * ALPN, server did not agree to a protocol
  622. * Server certificate:
  623. *  subject: C=US; ST=California; L=San Jose; O=PayPal, Inc.; OU=PayPal Production; CN=api.sandbox.paypal.com
  624. *  start date: Aug 21 00:00:00 2018 GMT
  625. *  expire date: Aug 20 12:00:00 2020 GMT
  626. *  subjectAltName: host "api.sandbox.paypal.com" matched cert's "api.sandbox.paypal.com"
  627. *  issuer: C=US; O=DigiCert Inc; CN=DigiCert Global CA G2
  628. *  SSL certificate verify ok.
  629. > POST /v1/payments/payment HTTP/1.1
  630. Host: api.sandbox.paypal.com
  631. PayPal-Request-Id: df030a2e88e073830ba944c654362fe7
  632. Authorization: Bearer A21AAHOsptipO-4H0KxQHxkTsvtVEik0OQ3hIciLFmi-txOnoMiZvpythWOGudVGXrTzlXCToTgx-CLIkmgxL3Kb3WWCryMKA
  633. Accept: application/json
  634. PayPal-Client-Metadata-Id: cca516a0924a765f03fbcc8741082bfb
  635. Content-Type: application/json
  636. Content-Length: 666
  637.  
  638. * upload completely sent off: 666 out of 666 bytes
  639. < HTTP/1.1 201 Created
  640. < Date: Mon, 05 Nov 2018 10:41:23 GMT
  641. < Server: Apache
  642. < paypal-debug-id: acab9cfcfef5
  643. < Content-Language: *
  644. < HTTP_X_PP_AZ_LOCATOR: sandbox.slc
  645. < Paypal-Debug-Id: acab9cfcfef5
  646. < Set-Cookie: X-PP-SILOVER=name%3DSANDBOX3.API.1%26silo_version%3D1880%26app%3Dapiplatformproxyserv%26TIME%3D1394532443%26HTTP_X_PP_AZ_LOCATOR%3Dsandbox.slc; Expires=Mon, 05 Nov 2018 11:11:25 GMT; domain=.paypal.com; path=/; Secure; HttpOnly
  647. < Set-Cookie: X-PP-SILOVER=; Expires=Thu, 01 Jan 1970 00:00:01 GMT
  648. < Vary: Authorization
  649. < Content-Length: 2207
  650. < Connection: close
  651. < Content-Type: application/json
  652. <
  653. * Closing connection 0
  654.  
  655.  
  656. Array
  657. (
  658.     [intent] => sale
  659.     [payer] => Array
  660.         (
  661.             [payment_method] => paypal
  662.             [funding_instruments] => Array
  663.                 (
  664.                     [0] => Array
  665.                         (
  666.                             [billing] => Array
  667.                                 (
  668.                                     [billing_agreement_id] => B-48649449FH387221X
  669.                                 )
  670.  
  671.                         )
  672.  
  673.                 )
  674.  
  675.         )
  676.  
  677.     [transactions] => Array
  678.         (
  679.             [0] => Array
  680.                 (
  681.                     [amount] => Array
  682.                         (
  683.                             [total] => 100
  684.                             [currency] => USD
  685.                             [details] => Array
  686.                                 (
  687.                                     [subtotal] => 100
  688.                                     [tax] => 0
  689.                                     [shipping] => 0.00
  690.                                 )
  691.  
  692.                         )
  693.  
  694.                     [payee] => Array
  695.                         (
  696.                             [merchant_id] => EA9PW5D9WZJBE
  697.                         )
  698.  
  699.                     [item_list] => Array
  700.                         (
  701.                             [items] => Array
  702.                                 (
  703.                                     [0] => Array
  704.                                         (
  705.                                             [quantity] => 1
  706.                                             [name] => Canon EOS 5D
  707.                                             [price] => 100
  708.                                             [currency] => USD
  709.                                         )
  710.  
  711.                                 )
  712.  
  713.                         )
  714.  
  715.                     [description] => Payment for seller eva.honeypot@gmail.com
  716.                 )
  717.  
  718.         )
  719.  
  720.     [redirect_urls] => Array
  721.         (
  722.             [return_url] => https://thekrotek.com/octest/index.php?route=payment/pp_marketplaces/returncheckout
  723.             [cancel_url] => https://thekrotek.com/octest/index.php?route=payment/pp_marketplaces/cancelcheckout
  724.         )
  725.  
  726. )
  727.  
  728.  
  729. Array
  730. (
  731.     [id] => PAYID-LPQB4UY0BE22867KY065083K
  732.     [intent] => sale
  733.     [state] => approved
  734.     [payer] => Array
  735.         (
  736.             [payment_method] => paypal
  737.             [status] => VERIFIED
  738.             [payer_info] => Array
  739.                 (
  740.                     [email] => eva.honeypot@gmail.com
  741.                     [first_name] => Jahirali
  742.                     [last_name] => Sait
  743.                     [payer_id] => F34DGCCRDGBHJ
  744.                     [country_code] => US
  745.                     [business_name] => Jahirali Sait's Test Store
  746.                )
  747.  
  748.            [funding_instruments] => Array
  749.                (
  750.                    [0] => Array
  751.                        (
  752.                            [billing] => Array
  753.                                (
  754.                                    [billing_agreement_id] => B-48649449FH387221X
  755.                                )
  756.  
  757.                        )
  758.  
  759.                )
  760.  
  761.        )
  762.  
  763.    [transactions] => Array
  764.        (
  765.            [0] => Array
  766.                (
  767.                    [amount] => Array
  768.                        (
  769.                            [total] => 100.00
  770.                            [currency] => USD
  771.                            [details] => Array
  772.                                (
  773.                                    [subtotal] => 100.00
  774.                                    [tax] => 0.00
  775.                                    [shipping] => 0.00
  776.                                    [insurance] => 0.00
  777.                                    [handling_fee] => 0.00
  778.                                    [shipping_discount] => 0.00
  779.                                )
  780.  
  781.                        )
  782.  
  783.                    [payee] => Array
  784.                        (
  785.                            [merchant_id] => EA9PW5D9WZJBE
  786.                            [email] => jahir.ali@icloud.com
  787.                        )
  788.  
  789.                    [description] => Payment for seller eva.honeypot@gmail.com
  790.                    [item_list] => Array
  791.                        (
  792.                            [items] => Array
  793.                                (
  794.                                    [0] => Array
  795.                                        (
  796.                                            [name] => Canon EOS 5D
  797.                                            [price] => 100.00
  798.                                            [currency] => USD
  799.                                            [tax] => 0.00
  800.                                            [quantity] => 1
  801.                                        )
  802.  
  803.                                )
  804.  
  805.                        )
  806.  
  807.                    [related_resources] => Array
  808.                        (
  809.                            [0] => Array
  810.                                (
  811.                                    [sale] => Array
  812.                                        (
  813.                                            [id] => 0RF348566T608915Y
  814.                                            [state] => completed
  815.                                            [amount] => Array
  816.                                                (
  817.                                                    [total] => 100.00
  818.                                                    [currency] => USD
  819.                                                    [details] => Array
  820.                                                        (
  821.                                                            [subtotal] => 100.00
  822.                                                            [tax] => 0.00
  823.                                                            [shipping] => 0.00
  824.                                                            [insurance] => 0.00
  825.                                                            [handling_fee] => 0.00
  826.                                                            [shipping_discount] => 0.00
  827.                                                        )
  828.  
  829.                                                )
  830.  
  831.                                            [payment_mode] => INSTANT_TRANSFER
  832.                                            [protection_eligibility] => ELIGIBLE
  833.                                            [protection_eligibility_type] => ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE
  834.                                            [transaction_fee] => Array
  835.                                                (
  836.                                                    [value] => 3.20
  837.                                                    [currency] => USD
  838.                                                )
  839.  
  840.                                            [billing_agreement_id] => B-48649449FH387221X
  841.                                            [parent_payment] => PAYID-LPQB4UY0BE22867KY065083K
  842.                                            [create_time] => 2018-11-05T10:41:24Z
  843.                                            [update_time] => 2018-11-05T10:41:24Z
  844.                                            [links] => Array
  845.                                                (
  846.                                                    [0] => Array
  847.                                                        (
  848.                                                            [href] => https://api.sandbox.paypal.com/v1/payments/sale/0RF348566T608915Y
  849.                                                            [rel] => self
  850.                                                            [method] => GET
  851.                                                        )
  852.  
  853.                                                    [1] => Array
  854.                                                        (
  855.                                                            [href] => https://api.sandbox.paypal.com/v1/payments/sale/0RF348566T608915Y/refund
  856.                                                            [rel] => refund
  857.                                                            [method] => POST
  858.                                                        )
  859.  
  860.                                                    [2] => Array
  861.                                                        (
  862.                                                            [href] => https://api.sandbox.paypal.com/v1/payments/payment/PAYID-LPQB4UY0BE22867KY065083K
  863.                                                            [rel] => parent_payment
  864.                                                            [method] => GET
  865.                                                        )
  866.  
  867.                                                )
  868.  
  869.                                        )
  870.  
  871.                                )
  872.  
  873.                        )
  874.  
  875.                )
  876.  
  877.        )
  878.  
  879.    [redirect_urls] => Array
  880.        (
  881.            [return_url] => https://thekrotek.com/octest/index.php?route=payment/pp_marketplaces/returncheckout
  882.            [cancel_url] => https://thekrotek.com/octest/index.php?route=payment/pp_marketplaces/cancelcheckout
  883.        )
  884.  
  885.    [create_time] => 2018-11-05T10:41:23Z
  886.    [links] => Array
  887.        (
  888.            [0] => Array
  889.                (
  890.                    [href] => https://api.sandbox.paypal.com/v1/payments/payment/PAYID-LPQB4UY0BE22867KY065083K
  891.                    [rel] => self
  892.                    [method] => GET
  893.                )
  894.  
  895.        )
  896.  
  897. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement