Advertisement
McFamous

Untitled

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