PaymentCards list.cassette 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. [
  2. {
  3. "scope": "https://api.lokalise.com:443",
  4. "method": "GET",
  5. "path": "/api2/payment_cards",
  6. "body": "",
  7. "status": 200,
  8. "response": {
  9. "user_id": 20181,
  10. "payment_cards": [
  11. {
  12. "card_id": 1774,
  13. "last4": "0358",
  14. "brand": "Visa",
  15. "created_at": "2019-03-19 17:49:07 (Etc/UTC)",
  16. "created_at_timestamp": 1553017747
  17. },
  18. {
  19. "card_id": 2184,
  20. "last4": "8148",
  21. "brand": "MasterCard",
  22. "created_at": "2019-06-19 15:50:34 (Etc/UTC)",
  23. "created_at_timestamp": 1560959434
  24. }
  25. ]
  26. },
  27. "rawHeaders": [
  28. "Server",
  29. "nginx",
  30. "Date",
  31. "Wed, 19 Jun 2019 15:51:16 GMT",
  32. "Content-Type",
  33. "application/json",
  34. "Transfer-Encoding",
  35. "chunked",
  36. "Connection",
  37. "close",
  38. "Vary",
  39. "Accept-Encoding",
  40. "Set-Cookie",
  41. "PHPSESSID=e636f1bb680e2166c98d4330be801799; expires=Sun, 18-Aug-2019 15:51:16 GMT; Max-Age=5184000; path=/; secure; HttpOnly",
  42. "Expires",
  43. "Thu, 19 Nov 1981 08:52:00 GMT",
  44. "Cache-Control",
  45. "no-store, no-cache, must-revalidate",
  46. "Pragma",
  47. "no-cache",
  48. "X-Pagination-Total-Count",
  49. "2",
  50. "X-Pagination-Page-Count",
  51. "1",
  52. "X-Pagination-Limit",
  53. "100",
  54. "X-Pagination-Page",
  55. "1",
  56. "Pragma",
  57. "no-cache",
  58. "Cache-Control",
  59. "no-store, no-cache",
  60. "Access-Control-Allow-Origin",
  61. "*",
  62. "Access-Control-Allow-Headers",
  63. "Content-Type"
  64. ]
  65. }
  66. ]