I have get record from strip.
How to set this value in ViewData. Please help me
this is my return data
{{
"object": "list",
"data": [
{
"id": "card_JD7jCptsS0tiq9Unc44bHS",
"object": "card",
"address_city": null,
"address_country": null,
"address_line1": null,
"address_line1_check": null,
"address_line2": null,
"address_state": null,
"address_zip": "22222",
"address_zip_check": "pass",
"brand": "Visa",
"country": "US",
"cvc_check": "pass",
"dynamic_last4": null,
"exp_month": 4,
"exp_year": 2025,
"funding": "credit",
"last4": "4242", -- I have set only this field required.
"metadata": {},
"name": null,
"tokenization_method": null
}
],
"has_more": false,
"url": "/v1/customers/cus_Jmc7WhGNrkwoh5/sources"
}}