Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. $data = '{
  2. "amount": {
  3. "currency": "USD",
  4. "total": "10"
  5. },
  6. "is_final_capture": false
  7. }';
  8.  
  9. https://api.sandbox.paypal.com/v1/payments/authorization/<authorizationId>/capture
  10.  
  11. stdClass Object
  12. (
  13. [name] => PAYMENT_ALREADY_DONE
  14. [message] => Payment has been done already for this cart.
  15. [information_link] => https://developer.paypal.com/docs/api/payments/#errors
  16. [debug_id] => ce22df5392497
  17. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement