Advertisement
jigneshkaila

Capture Authorized request and response log

Nov 17th, 2023
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. 2023-11-17T05:49:15+00:00 INFO Action: Capture Authorized
  2. 2023-11-17T05:49:15+00:00 INFO Request URL: https://api-m.sandbox.paypal.com/v2/payments/authorizations/52H871804T3313822/capture
  3. 2023-11-17T05:49:15+00:00 INFO Request Body: Array
  4. (
  5. [amount] => Array
  6. (
  7. [value] => 15.00
  8. [currency_code] => USD
  9. )
  10.  
  11. [payment_instruction] => Array
  12. (
  13. [payee] => Array
  14. (
  15. [merchant_id] => EYQ22WLX6GNLY
  16. )
  17.  
  18. )
  19.  
  20. [invoice_id] => WC-PPCP-fmmkeb603
  21. [final_capture] =>
  22. )
  23.  
  24. 2023-11-17T05:49:15+00:00 INFO Response Headers: Array
  25. (
  26. [paypal-debug-id] => b05a590c54681
  27. )
  28.  
  29. 2023-11-17T05:49:15+00:00 INFO Response Body: Array
  30. (
  31. [id] => 4NU85965DF954992Y
  32. [amount] => Array
  33. (
  34. [currency_code] => USD
  35. [value] => 15.00
  36. )
  37.  
  38. [final_capture] =>
  39. [seller_protection] => Array
  40. (
  41. [status] => ELIGIBLE
  42. [dispute_categories] => Array
  43. (
  44. [0] => ITEM_NOT_RECEIVED
  45. [1] => UNAUTHORIZED_TRANSACTION
  46. )
  47.  
  48. )
  49.  
  50. [disbursement_mode] => INSTANT
  51. [seller_receivable_breakdown] => Array
  52. (
  53. [gross_amount] => Array
  54. (
  55. [currency_code] => USD
  56. [value] => 15.00
  57. )
  58.  
  59. [paypal_fee] => Array
  60. (
  61. [currency_code] => USD
  62. [value] => 1.01
  63. )
  64.  
  65. [platform_fees] => Array
  66. (
  67. [0] => Array
  68. (
  69. [amount] => Array
  70. (
  71. [currency_code] => USD
  72. [value] => 0.01
  73. )
  74.  
  75. [payee] => Array
  76. (
  77. [merchant_id] => B82TS7QWRJ6TS
  78. )
  79.  
  80. )
  81.  
  82. )
  83.  
  84. [net_amount] => Array
  85. (
  86. [currency_code] => USD
  87. [value] => 13.98
  88. )
  89.  
  90. )
  91.  
  92. [invoice_id] => WC-PPCP-fmmkeb603
  93. [custom_id] => WC-PPCP-fmmkeb603
  94. [status] => COMPLETED
  95. [payee] => Array
  96. (
  97. [email_address] => angelleye-smart-button@gmail.com
  98. [merchant_id] => EYQ22WLX6GNLY
  99. )
  100.  
  101. [create_time] => 2023-11-17T05:49:13Z
  102. [update_time] => 2023-11-17T05:49:13Z
  103. [links] => Array
  104. (
  105. [0] => Array
  106. (
  107. [href] => https://api.sandbox.paypal.com/v2/payments/captures/4NU85965DF954992Y
  108. [rel] => self
  109. [method] => GET
  110. )
  111.  
  112. [1] => Array
  113. (
  114. [href] => https://api.sandbox.paypal.com/v2/payments/captures/4NU85965DF954992Y/refund
  115. [rel] => refund
  116. [method] => POST
  117. )
  118.  
  119. [2] => Array
  120. (
  121. [href] => https://api.sandbox.paypal.com/v2/payments/authorizations/52H871804T3313822
  122. [rel] => up
  123. [method] => GET
  124. )
  125.  
  126. )
  127.  
  128. )
  129.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement