Skip to content

Instantly share code, notes, and snippets.

@alvinslee
Created September 14, 2021 23:48
Show Gist options
  • Save alvinslee/461bf0549d9ba87da85da5a17d3d928b to your computer and use it in GitHub Desktop.
Save alvinslee/461bf0549d9ba87da85da5a17d3d928b to your computer and use it in GitHub Desktop.
Marqeta Sample Data payload 11
{
"token":"pepper_j_card_1",
"user_token":"pepper_j",
"fulfillment":{
"card_personalization":{
"text":{
"name_line_1":{
"value":"Johnny P"
},
"name_line_2":{
"value":"My card personalization line 2"
}
},
"images":{
"card":{
"name":"giardiniera.png",
"thermal_color":"Black"
},
"signature":{
"name":"my_signature.png"
},
"carrier_return_window":{
"name":"my_return_address_image.png"
}
}
}
},
"card_product_token":"JIT_cardproduct_01",
"metadata":{
"key1":"value1",
"key2":"value2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment