Skip to content

Instantly share code, notes, and snippets.

@alvinslee
Created September 14, 2021 23:36
Show Gist options
  • Save alvinslee/54516e43bc72a98d8c99f7bfe3720a64 to your computer and use it in GitHub Desktop.
Save alvinslee/54516e43bc72a98d8c99f7bfe3720a64 to your computer and use it in GitHub Desktop.
Marqeta Sample Data payload 06
{
"first_name":"Pepper",
"last_name":"J",
"token":"pepper_j",
"email":"pepper.j@company.com",
"password":"P@ssw0rd",
"identifications":[
{
"type":"SSN",
"value":"111234444"
}
],
"birth_date":"1991-01-01",
"address1":"1234 Grove Street",
"city":"Berkeley",
"state":"CA",
"country":"USA",
"postal_code":"94702",
"phone":"5105551212",
"gender":"F",
"parent_token":"jit_funds_biz",
"uses_parent_account":true,
"metadata":{
"key1":"value1",
"key2":"value2",
"notification_email":"jane.doe@home.com",
"notification_language":"spa",
"authentication_question1":"What was your first job?",
"authentication_question2":"What make was your first car?",
"authentication_question3":"What is your favorite color?",
"authentication_answer1":"Cashier",
"authentication_answer2":"Trabant",
"authentication_answer3":"Blue"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment