PaymentCards create.cassette 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [
  2. {
  3. "scope": "https://api.lokalise.com:443",
  4. "method": "POST",
  5. "path": "/api2/payment_cards",
  6. "body": {
  7. "number": "4242424242424242",
  8. "cvc": 123,
  9. "exp_month": 10,
  10. "exp_year": 2030
  11. },
  12. "status": 200,
  13. "response": {
  14. "card_id": 2185,
  15. "last4": "4242",
  16. "brand": "MasterCard",
  17. "created_at": "2019-06-19 15:51:54 (Etc/UTC)",
  18. "created_at_timestamp": 1560959514
  19. },
  20. "rawHeaders": [
  21. "Server",
  22. "nginx",
  23. "Date",
  24. "Wed, 19 Jun 2019 15:51:54 GMT",
  25. "Content-Type",
  26. "application/json",
  27. "Transfer-Encoding",
  28. "chunked",
  29. "Connection",
  30. "close",
  31. "Vary",
  32. "Accept-Encoding",
  33. "Set-Cookie",
  34. "PHPSESSID=cce5e5568686f628a3fe68890790bcad; expires=Sun, 18-Aug-2019 15:51:49 GMT; Max-Age=5184000; path=/; secure; HttpOnly",
  35. "Expires",
  36. "Thu, 19 Nov 1981 08:52:00 GMT",
  37. "Cache-Control",
  38. "no-store, no-cache, must-revalidate",
  39. "Pragma",
  40. "no-cache",
  41. "Pragma",
  42. "no-cache",
  43. "Cache-Control",
  44. "no-store, no-cache",
  45. "Access-Control-Allow-Origin",
  46. "*",
  47. "Access-Control-Allow-Headers",
  48. "Content-Type"
  49. ]
  50. }
  51. ]