Advertisement
jigneshkaila

Untitled

Oct 26th, 2023
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.75 KB | None | 0 0
  1. 2023-10-26T08:48:34+00:00 INFO Action: Create Order
  2. 2023-10-26T08:48:34+00:00 INFO Request URL: https://api-m.sandbox.paypal.com/v2/checkout/orders/
  3. 2023-10-26T08:48:34+00:00 INFO Request Body: Array
  4. (
  5. [intent] => AUTHORIZE
  6. [application_context] => Array
  7. (
  8. [brand_name] => PPCP
  9. [locale] => en-US
  10. [landing_page] => NO_PREFERENCE
  11. [shipping_preference] => GET_FROM_FILE
  12. [user_action] => CONTINUE
  13. )
  14.  
  15. [payment_method] => Array
  16. (
  17. [payee_preferred] => UNRESTRICTED
  18. )
  19.  
  20. [purchase_units] => Array
  21. (
  22. [0] => Array
  23. (
  24. [reference_id] => wc_order_bAFFkpwoB5TAT
  25. [amount] => Array
  26. (
  27. [currency_code] => USD
  28. [value] => 100.00
  29. )
  30.  
  31. [invoice_id] => wc_order_bAFFkpwoB5TAT
  32. [custom_id] => wc_order_bAFFkpwoB5TAT
  33. [soft_descriptor] => PPCP
  34. [payee] => Array
  35. (
  36. [merchant_id] => K75H4EE58B5FL
  37. )
  38.  
  39. [shipping] => Array
  40. (
  41. [name] => Array
  42. (
  43. [full_name] => jigneshbhai kaila
  44. )
  45.  
  46. [address] => Array
  47. (
  48. [address_line_1] => 416 W 8th St
  49. [admin_area_2] => Los Angeles
  50. [admin_area_1] => CA
  51. [postal_code] => 90014
  52. [country_code] => US
  53. )
  54.  
  55. )
  56.  
  57. )
  58.  
  59. )
  60.  
  61. [payer] => Array
  62. (
  63. [name] => Array
  64. (
  65. [given_name] => jignesh
  66. [surname] => kaila
  67. )
  68.  
  69. [email_address] => angelleye-smart-button@gmail.com
  70. [phone] => Array
  71. (
  72. [phone_type] => HOME
  73. [phone_number] => Array
  74. (
  75. [national_number] => 4085366858
  76. )
  77.  
  78. )
  79.  
  80. [address] => Array
  81. (
  82. [address_line_1] => 416 W 8th St
  83. [admin_area_2] => Los Angeles
  84. [admin_area_1] => CA
  85. [postal_code] => 90014
  86. [country_code] => US
  87. )
  88.  
  89. )
  90.  
  91. )
  92.  
  93. 2023-10-26T08:48:34+00:00 INFO Response Headers: Array
  94. (
  95. [paypal-debug-id] => 347da515ab2a4
  96. )
  97.  
  98. 2023-10-26T08:48:34+00:00 INFO Response Body: Array
  99. (
  100. [id] => 7P114790WN6540317
  101. [intent] => AUTHORIZE
  102. [status] => CREATED
  103. [purchase_units] => Array
  104. (
  105. [0] => Array
  106. (
  107. [reference_id] => wc_order_bAFFkpwoB5TAT
  108. [amount] => Array
  109. (
  110. [currency_code] => USD
  111. [value] => 100.00
  112. )
  113.  
  114. [payee] => Array
  115. (
  116. [merchant_id] => K75H4EE58B5FL
  117. )
  118.  
  119. [custom_id] => wc_order_bAFFkpwoB5TAT
  120. [invoice_id] => wc_order_bAFFkpwoB5TAT
  121. [soft_descriptor] => PPCP
  122. [shipping] => Array
  123. (
  124. [name] => Array
  125. (
  126. [full_name] => jigneshbhai kaila
  127. )
  128.  
  129. [address] => Array
  130. (
  131. [address_line_1] => 416 W 8th St
  132. [admin_area_2] => Los Angeles
  133. [admin_area_1] => CA
  134. [postal_code] => 90014
  135. [country_code] => US
  136. )
  137.  
  138. )
  139.  
  140. )
  141.  
  142. )
  143.  
  144. [payer] => Array
  145. (
  146. [name] => Array
  147. (
  148. [given_name] => jignesh
  149. [surname] => kaila
  150. )
  151.  
  152. [email_address] => angelleye-smart-button@gmail.com
  153. [phone] => Array
  154. (
  155. [phone_type] => HOME
  156. [phone_number] => Array
  157. (
  158. [national_number] => 4085366858
  159. )
  160.  
  161. )
  162.  
  163. [address] => Array
  164. (
  165. [address_line_1] => 416 W 8th St
  166. [admin_area_2] => Los Angeles
  167. [admin_area_1] => CA
  168. [postal_code] => 90014
  169. [country_code] => US
  170. )
  171.  
  172. )
  173.  
  174. [create_time] => 2023-10-26T08:48:34Z
  175. [links] => Array
  176. (
  177. [0] => Array
  178. (
  179. [href] => https://api.sandbox.paypal.com/v2/checkout/orders/7P114790WN6540317
  180. [rel] => self
  181. [method] => GET
  182. )
  183.  
  184. [1] => Array
  185. (
  186. [href] => https://www.sandbox.paypal.com/checkoutnow?token=7P114790WN6540317
  187. [rel] => approve
  188. [method] => GET
  189. )
  190.  
  191. [2] => Array
  192. (
  193. [href] => https://api.sandbox.paypal.com/v2/checkout/orders/7P114790WN6540317
  194. [rel] => update
  195. [method] => PATCH
  196. )
  197.  
  198. [3] => Array
  199. (
  200. [href] => https://api.sandbox.paypal.com/v2/checkout/orders/7P114790WN6540317/authorize
  201. [rel] => authorize
  202. [method] => POST
  203. )
  204.  
  205. )
  206.  
  207. )
  208.  
  209. 2023-10-26T08:48:49+00:00 INFO Action: Update Order
  210. 2023-10-26T08:48:49+00:00 INFO Request URL: https://api-m.sandbox.paypal.com/v2/checkout/orders/7P114790WN6540317
  211. 2023-10-26T08:48:49+00:00 INFO Request Body: Array
  212. (
  213. [0] => Array
  214. (
  215. [op] => replace
  216. [path] => /purchase_units/@reference_id=='wc_order_bAFFkpwoB5TAT'
  217. [value] => Array
  218. (
  219. [reference_id] => wc_order_bAFFkpwoB5TAT
  220. [soft_descriptor] => PPCP
  221. [amount] => Array
  222. (
  223. [currency_code] => USD
  224. [value] => 100.00
  225. )
  226.  
  227. [invoice_id] => WC-PPCP-fmmkeb386
  228. [custom_id] => WC-PPCP-fmmkeb386
  229. [payee] => Array
  230. (
  231. [merchant_id] => K75H4EE58B5FL
  232. )
  233.  
  234. [shipping] => Array
  235. (
  236. [name] => Array
  237. (
  238. [full_name] => jigneshbhai kaila
  239. )
  240.  
  241. [address] => Array
  242. (
  243. [address_line_1] => 416 W 8th St
  244. [admin_area_2] => Los Angeles
  245. [admin_area_1] => CA
  246. [postal_code] => 90014
  247. [country_code] => US
  248. )
  249.  
  250. )
  251.  
  252. )
  253.  
  254. )
  255.  
  256. [1] => Array
  257. (
  258. [op] => replace
  259. [path] => /intent
  260. [value] => AUTHORIZE
  261. )
  262.  
  263. )
  264.  
  265. 2023-10-26T08:48:49+00:00 INFO Response Headers: Array
  266. (
  267. [paypal-debug-id] => f1af42b2943ca
  268. )
  269.  
  270. 2023-10-26T08:48:49+00:00 INFO Response Body: Array
  271. (
  272. [status] => 1
  273. [body] =>
  274. [headers] => Array
  275. (
  276. [paypal-debug-id] => f1af42b2943ca
  277. )
  278.  
  279. [statusCode] => 204
  280. )
  281.  
  282. 2023-10-26T08:48:53+00:00 INFO Action: Authorize Order
  283. 2023-10-26T08:48:53+00:00 INFO Request URL: https://api-m.sandbox.paypal.com/v2/checkout/orders/7P114790WN6540317/authorize
  284. 2023-10-26T08:48:53+00:00 INFO Response Headers: Array
  285. (
  286. [paypal-debug-id] => e3f08c69d2c56
  287. )
  288.  
  289. 2023-10-26T08:48:53+00:00 INFO Response Body: Array
  290. (
  291. [id] => 7P114790WN6540317
  292. [intent] => AUTHORIZE
  293. [status] => COMPLETED
  294. [payment_source] => Array
  295. (
  296. [paypal] => Array
  297. (
  298. [email_address] => angelleye-smart-button@gmail.com
  299. [account_id] => EYQ22WLX6GNLY
  300. [account_status] => VERIFIED
  301. [name] => Array
  302. (
  303. [given_name] => jignesh
  304. [surname] => kaila
  305. )
  306.  
  307. [phone_number] => Array
  308. (
  309. [national_number] => 4085366858
  310. )
  311.  
  312. [address] => Array
  313. (
  314. [address_line_1] => 416 W 8th St
  315. [admin_area_2] => Los Angeles
  316. [admin_area_1] => CA
  317. [postal_code] => 90014
  318. [country_code] => US
  319. )
  320.  
  321. )
  322.  
  323. )
  324.  
  325. [purchase_units] => Array
  326. (
  327. [0] => Array
  328. (
  329. [reference_id] => wc_order_bAFFkpwoB5TAT
  330. [amount] => Array
  331. (
  332. [currency_code] => USD
  333. [value] => 100.00
  334. )
  335.  
  336. [payee] => Array
  337. (
  338. [email_address] => kcppdevelopers@gmail.com
  339. [merchant_id] => K75H4EE58B5FL
  340. )
  341.  
  342. [custom_id] => WC-PPCP-fmmkeb386
  343. [invoice_id] => WC-PPCP-fmmkeb386
  344. [shipping] => Array
  345. (
  346. [name] => Array
  347. (
  348. [full_name] => jigneshbhai kaila
  349. )
  350.  
  351. [address] => Array
  352. (
  353. [address_line_1] => 416 W 8th St
  354. [admin_area_2] => Los Angeles
  355. [admin_area_1] => CA
  356. [postal_code] => 90014
  357. [country_code] => US
  358. )
  359.  
  360. )
  361.  
  362. [payments] => Array
  363. (
  364. [authorizations] => Array
  365. (
  366. [0] => Array
  367. (
  368. [status] => CREATED
  369. [id] => 6JX90253FF235760X
  370. [amount] => Array
  371. (
  372. [currency_code] => USD
  373. [value] => 100.00
  374. )
  375.  
  376. [invoice_id] => WC-PPCP-fmmkeb386
  377. [custom_id] => WC-PPCP-fmmkeb386
  378. [seller_protection] => Array
  379. (
  380. [status] => ELIGIBLE
  381. [dispute_categories] => Array
  382. (
  383. [0] => ITEM_NOT_RECEIVED
  384. [1] => UNAUTHORIZED_TRANSACTION
  385. )
  386.  
  387. )
  388.  
  389. [expiration_time] => 2023-11-24T08:48:53Z
  390. [links] => Array
  391. (
  392. [0] => Array
  393. (
  394. [href] => https://api.sandbox.paypal.com/v2/payments/authorizations/6JX90253FF235760X
  395. [rel] => self
  396. [method] => GET
  397. )
  398.  
  399. [1] => Array
  400. (
  401. [href] => https://api.sandbox.paypal.com/v2/payments/authorizations/6JX90253FF235760X/capture
  402. [rel] => capture
  403. [method] => POST
  404. )
  405.  
  406. [2] => Array
  407. (
  408. [href] => https://api.sandbox.paypal.com/v2/payments/authorizations/6JX90253FF235760X/void
  409. [rel] => void
  410. [method] => POST
  411. )
  412.  
  413. [3] => Array
  414. (
  415. [href] => https://api.sandbox.paypal.com/v2/checkout/orders/7P114790WN6540317
  416. [rel] => up
  417. [method] => GET
  418. )
  419.  
  420. )
  421.  
  422. [create_time] => 2023-10-26T08:48:53Z
  423. [update_time] => 2023-10-26T08:48:53Z
  424. )
  425.  
  426. )
  427.  
  428. )
  429.  
  430. )
  431.  
  432. )
  433.  
  434. [payer] => Array
  435. (
  436. [name] => Array
  437. (
  438. [given_name] => jignesh
  439. [surname] => kaila
  440. )
  441.  
  442. [email_address] => angelleye-smart-button@gmail.com
  443. [payer_id] => EYQ22WLX6GNLY
  444. [phone] => Array
  445. (
  446. [phone_number] => Array
  447. (
  448. [national_number] => 4085366858
  449. )
  450.  
  451. )
  452.  
  453. [address] => Array
  454. (
  455. [address_line_1] => 416 W 8th St
  456. [admin_area_2] => Los Angeles
  457. [admin_area_1] => CA
  458. [postal_code] => 90014
  459. [country_code] => US
  460. )
  461.  
  462. )
  463.  
  464. [create_time] => 2023-10-26T08:48:34Z
  465. [update_time] => 2023-10-26T08:48:53Z
  466. [links] => Array
  467. (
  468. [0] => Array
  469. (
  470. [href] => https://api.sandbox.paypal.com/v2/checkout/orders/7P114790WN6540317
  471. [rel] => self
  472. [method] => GET
  473. )
  474.  
  475. )
  476.  
  477. )
  478.  
  479. 2023-10-26T08:49:20+00:00 INFO Action: Capture Authorized
  480. 2023-10-26T08:49:20+00:00 INFO Request URL: https://api-m.sandbox.paypal.com/v2/payments/authorizations/6JX90253FF235760X/capture
  481. 2023-10-26T08:49:20+00:00 INFO Request Body: Array
  482. (
  483. [amount] => Array
  484. (
  485. [value] => 2.00
  486. [currency_code] => USD
  487. )
  488.  
  489. [payment_instruction] => Array
  490. (
  491. [payee] => Array
  492. (
  493. [merchant_id] => K75H4EE58B5FL
  494. )
  495.  
  496. )
  497.  
  498. [invoice_id] => WC-PPCP-fmmkeb386
  499. [final_capture] =>
  500. )
  501.  
  502. 2023-10-26T08:49:20+00:00 INFO Response Headers: Array
  503. (
  504. [paypal-debug-id] => ca641d777ed38
  505. )
  506.  
  507. 2023-10-26T08:49:20+00:00 INFO Response Body: Array
  508. (
  509. [id] => 6Y389525BK084874H
  510. [amount] => Array
  511. (
  512. [currency_code] => USD
  513. [value] => 2.00
  514. )
  515.  
  516. [final_capture] =>
  517. [seller_protection] => Array
  518. (
  519. [status] => ELIGIBLE
  520. [dispute_categories] => Array
  521. (
  522. [0] => ITEM_NOT_RECEIVED
  523. [1] => UNAUTHORIZED_TRANSACTION
  524. )
  525.  
  526. )
  527.  
  528. [disbursement_mode] => INSTANT
  529. [seller_receivable_breakdown] => Array
  530. (
  531. [gross_amount] => Array
  532. (
  533. [currency_code] => USD
  534. [value] => 2.00
  535. )
  536.  
  537. [paypal_fee] => Array
  538. (
  539. [currency_code] => USD
  540. [value] => 0.56
  541. )
  542.  
  543. [platform_fees] => Array
  544. (
  545. [0] => Array
  546. (
  547. [amount] => Array
  548. (
  549. [currency_code] => USD
  550. [value] => 0.01
  551. )
  552.  
  553. [payee] => Array
  554. (
  555. [merchant_id] => B82TS7QWRJ6TS
  556. )
  557.  
  558. )
  559.  
  560. )
  561.  
  562. [net_amount] => Array
  563. (
  564. [currency_code] => USD
  565. [value] => 1.43
  566. )
  567.  
  568. )
  569.  
  570. [invoice_id] => WC-PPCP-fmmkeb386
  571. [custom_id] => WC-PPCP-fmmkeb386
  572. [status] => COMPLETED
  573. [payee] => Array
  574. (
  575. [email_address] => kcppdevelopers@gmail.com
  576. [merchant_id] => K75H4EE58B5FL
  577. )
  578.  
  579. [create_time] => 2023-10-26T08:49:20Z
  580. [update_time] => 2023-10-26T08:49:20Z
  581. [links] => Array
  582. (
  583. [0] => Array
  584. (
  585. [href] => https://api.sandbox.paypal.com/v2/payments/captures/6Y389525BK084874H
  586. [rel] => self
  587. [method] => GET
  588. )
  589.  
  590. [1] => Array
  591. (
  592. [href] => https://api.sandbox.paypal.com/v2/payments/captures/6Y389525BK084874H/refund
  593. [rel] => refund
  594. [method] => POST
  595. )
  596.  
  597. [2] => Array
  598. (
  599. [href] => https://api.sandbox.paypal.com/v2/payments/authorizations/6JX90253FF235760X
  600. [rel] => up
  601. [method] => GET
  602. )
  603.  
  604. )
  605.  
  606. )
  607.  
  608. 2023-10-26T08:49:47+00:00 INFO Action: Capture Authorized
  609. 2023-10-26T08:49:47+00:00 INFO Request URL: https://api-m.sandbox.paypal.com/v2/payments/authorizations/6JX90253FF235760X/capture
  610. 2023-10-26T08:49:47+00:00 INFO Request Body: Array
  611. (
  612. [amount] => Array
  613. (
  614. [value] => 100.00
  615. [currency_code] => USD
  616. )
  617.  
  618. [payment_instruction] => Array
  619. (
  620. [payee] => Array
  621. (
  622. [merchant_id] => K75H4EE58B5FL
  623. )
  624.  
  625. )
  626.  
  627. [invoice_id] => WC-PPCP-fmmkeb386
  628. [final_capture] =>
  629. )
  630.  
  631. 2023-10-26T08:49:47+00:00 INFO Response Headers: Array
  632. (
  633. [paypal-debug-id] => 827b30a831aa0
  634. )
  635.  
  636. 2023-10-26T08:49:47+00:00 INFO Response Body: Array
  637. (
  638. [id] => 2KT17577L5874182M
  639. [amount] => Array
  640. (
  641. [currency_code] => USD
  642. [value] => 100.00
  643. )
  644.  
  645. [final_capture] => 1
  646. [seller_protection] => Array
  647. (
  648. [status] => ELIGIBLE
  649. [dispute_categories] => Array
  650. (
  651. [0] => ITEM_NOT_RECEIVED
  652. [1] => UNAUTHORIZED_TRANSACTION
  653. )
  654.  
  655. )
  656.  
  657. [disbursement_mode] => INSTANT
  658. [seller_receivable_breakdown] => Array
  659. (
  660. [gross_amount] => Array
  661. (
  662. [currency_code] => USD
  663. [value] => 100.00
  664. )
  665.  
  666. [paypal_fee] => Array
  667. (
  668. [currency_code] => USD
  669. [value] => 3.98
  670. )
  671.  
  672. [platform_fees] => Array
  673. (
  674. [0] => Array
  675. (
  676. [amount] => Array
  677. (
  678. [currency_code] => USD
  679. [value] => 0.10
  680. )
  681.  
  682. [payee] => Array
  683. (
  684. [merchant_id] => B82TS7QWRJ6TS
  685. )
  686.  
  687. )
  688.  
  689. )
  690.  
  691. [net_amount] => Array
  692. (
  693. [currency_code] => USD
  694. [value] => 95.92
  695. )
  696.  
  697. )
  698.  
  699. [invoice_id] => WC-PPCP-fmmkeb386
  700. [custom_id] => WC-PPCP-fmmkeb386
  701. [status] => COMPLETED
  702. [payee] => Array
  703. (
  704. [email_address] => kcppdevelopers@gmail.com
  705. [merchant_id] => K75H4EE58B5FL
  706. )
  707.  
  708. [create_time] => 2023-10-26T08:49:46Z
  709. [update_time] => 2023-10-26T08:49:46Z
  710. [links] => Array
  711. (
  712. [0] => Array
  713. (
  714. [href] => https://api.sandbox.paypal.com/v2/payments/captures/2KT17577L5874182M
  715. [rel] => self
  716. [method] => GET
  717. )
  718.  
  719. [1] => Array
  720. (
  721. [href] => https://api.sandbox.paypal.com/v2/payments/captures/2KT17577L5874182M/refund
  722. [rel] => refund
  723. [method] => POST
  724. )
  725.  
  726. [2] => Array
  727. (
  728. [href] => https://api.sandbox.paypal.com/v2/payments/authorizations/6JX90253FF235760X
  729. [rel] => up
  730. [method] => GET
  731. )
  732.  
  733. )
  734.  
  735. )
  736.  
  737. 2023-10-26T08:49:57+00:00 INFO Action: Get Capture
  738. 2023-10-26T08:49:57+00:00 INFO Request URL: https://api-m.sandbox.paypal.com/v2/payments/captures/6Y389525BK084874H
  739. 2023-10-26T08:49:57+00:00 INFO Response Headers: Array
  740. (
  741. [paypal-debug-id] => 8f145731d301b
  742. )
  743.  
  744. 2023-10-26T08:49:57+00:00 INFO Response Body: Array
  745. (
  746. [id] => 6Y389525BK084874H
  747. [amount] => Array
  748. (
  749. [currency_code] => USD
  750. [value] => 2.00
  751. )
  752.  
  753. [final_capture] => 1
  754. [seller_protection] => Array
  755. (
  756. [status] => ELIGIBLE
  757. [dispute_categories] => Array
  758. (
  759. [0] => ITEM_NOT_RECEIVED
  760. [1] => UNAUTHORIZED_TRANSACTION
  761. )
  762.  
  763. )
  764.  
  765. [disbursement_mode] => INSTANT
  766. [seller_receivable_breakdown] => Array
  767. (
  768. [gross_amount] => Array
  769. (
  770. [currency_code] => USD
  771. [value] => 2.00
  772. )
  773.  
  774. [paypal_fee] => Array
  775. (
  776. [currency_code] => USD
  777. [value] => 0.56
  778. )
  779.  
  780. [platform_fees] => Array
  781. (
  782. [0] => Array
  783. (
  784. [amount] => Array
  785. (
  786. [currency_code] => USD
  787. [value] => 0.01
  788. )
  789.  
  790. [payee] => Array
  791. (
  792. [merchant_id] => B82TS7QWRJ6TS
  793. )
  794.  
  795. )
  796.  
  797. )
  798.  
  799. [net_amount] => Array
  800. (
  801. [currency_code] => USD
  802. [value] => 1.43
  803. )
  804.  
  805. )
  806.  
  807. [invoice_id] => WC-PPCP-fmmkeb386
  808. [custom_id] => WC-PPCP-fmmkeb386
  809. [status] => COMPLETED
  810. [supplementary_data] => Array
  811. (
  812. [related_ids] => Array
  813. (
  814. [order_id] => 7P114790WN6540317
  815. [authorization_id] => 6JX90253FF235760X
  816. )
  817.  
  818. )
  819.  
  820. [payee] => Array
  821. (
  822. [email_address] => kcppdevelopers@gmail.com
  823. [merchant_id] => K75H4EE58B5FL
  824. )
  825.  
  826. [create_time] => 2023-10-26T08:49:20Z
  827. [update_time] => 2023-10-26T08:49:20Z
  828. [links] => Array
  829. (
  830. [0] => Array
  831. (
  832. [href] => https://api.sandbox.paypal.com/v2/payments/captures/6Y389525BK084874H
  833. [rel] => self
  834. [method] => GET
  835. )
  836.  
  837. [1] => Array
  838. (
  839. [href] => https://api.sandbox.paypal.com/v2/payments/captures/6Y389525BK084874H/refund
  840. [rel] => refund
  841. [method] => POST
  842. )
  843.  
  844. [2] => Array
  845. (
  846. [href] => https://api.sandbox.paypal.com/v2/payments/authorizations/6JX90253FF235760X
  847. [rel] => up
  848. [method] => GET
  849. )
  850.  
  851. )
  852.  
  853. )
  854.  
  855. 2023-10-26T08:50:13+00:00 INFO Action: Refund Order
  856. 2023-10-26T08:50:13+00:00 INFO Request URL: https://api-m.sandbox.paypal.com/v2/payments/captures/6Y389525BK084874H/refund
  857. 2023-10-26T08:50:13+00:00 INFO Request Body: Array
  858. (
  859. [note_to_payer] => Refund
  860. [amount] => Array
  861. (
  862. [value] => 2.00
  863. [currency_code] => USD
  864. )
  865.  
  866. )
  867.  
  868. 2023-10-26T08:50:13+00:00 INFO Response Headers: Array
  869. (
  870. [paypal-debug-id] => 3e41f286e6903
  871. )
  872.  
  873. 2023-10-26T08:50:13+00:00 INFO Response Body: Array
  874. (
  875. [name] => UNPROCESSABLE_ENTITY
  876. [message] => The requested action could not be performed, semantically incorrect, or failed business validation.
  877. [debug_id] => 3e41f286e6903
  878. [details] => Array
  879. (
  880. [0] => Array
  881. (
  882. [issue] => PLATFORM_FEE_EXCEEDED
  883. [description] => Platform fee amount specified exceeds the amount that is available for refund. You can only refund up to the available platform fee amount. This error is also returned when no platform_fee was specified or was zero when the payment was captured.
  884. )
  885.  
  886. )
  887.  
  888. [links] => Array
  889. (
  890. [0] => Array
  891. (
  892. [href] => https://developer.paypal.com/docs/api/payments/v2/#error-PLATFORM_FEE_EXCEEDED
  893. [rel] => information_link
  894. )
  895.  
  896. )
  897.  
  898. )
  899.  
  900.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement