Advertisement
jigneshkaila

Capture Authorized

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