Advertisement
McFamous

Untitled

Jan 16th, 2024
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. {
  2. "meta": {
  3. "generated_at": 1705417249,
  4. "status_code": 200,
  5. "status_name": "OK",
  6. "status_description": ""
  7. },
  8. "payload": {
  9. "client_id": 36,
  10. "default_payment_card_id": 33,
  11. "payment_cards": [
  12. {
  13. "id": 8,
  14. "client_id": 36,
  15. "number": "479312XXXXXX4804",
  16. "card_type": "Visa",
  17. "expires_in": "08/28",
  18. "active": true,
  19. "is_default": false
  20. },
  21. {
  22. "id": 9,
  23. "client_id": 36,
  24. "number": "220000XXXXXX0004",
  25. "card_type": "Mir",
  26. "expires_in": "08/28",
  27. "active": true,
  28. "is_default": false
  29. },
  30. {
  31. "id": 30,
  32. "client_id": 36,
  33. "number": "555555XXXXXX4477",
  34. "card_type": "MasterCard",
  35. "expires_in": "12/34",
  36. "active": true,
  37. "is_default": false
  38. },
  39. {
  40. "id": 33,
  41. "client_id": 36,
  42. "number": "367001XXXXXX0000",
  43. "card_type": "DinersClub",
  44. "expires_in": "12/34",
  45. "active": true,
  46. "is_default": true
  47. }
  48. ]
  49. }
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement