Skip to content

Instantly share code, notes, and snippets.

@alvinslee
Created September 14, 2021 23:38
Show Gist options
  • Save alvinslee/ecc0f72d30db07c9fd3e40025e942299 to your computer and use it in GitHub Desktop.
Save alvinslee/ecc0f72d30db07c9fd3e40025e942299 to your computer and use it in GitHub Desktop.
Marqeta Sample Data payload 07
{
"name":"Standard Funding Card Product",
"token":"standard_cardproduct_1",
"start_date":"2021-01-01",
"config":{
"poi":{
"ecommerce":false,
"atm":false,
"other":{
"allow":true,
"card_presence_required":false,
"cardholder_presence_required":false
}
},
"transaction_controls":{
"accepted_countries_token":"accept_us_only",
"always_require_pin":false,
"always_require_icc":false,
"allow_gpa_auth":true,
"require_card_not_present_card_security_code":false,
"allow_mcc_group_authorization_controls":true,
"allow_first_pin_set_via_financial_transaction":true,
"ignore_card_suspended_state":false,
"allow_network_load":false,
"allow_network_load_card_activation":false,
"allow_quasi_cash":false,
"enable_partial_auth_approval":true,
"notification_language":"fra"
},
"fulfillment":{
"shipping":{
"return_address":{
"address1":"123 Henry St",
"address2":"Suite 101",
"city":"Porterville",
"state":"CA",
"postal_code":"93257",
"country":"USA",
"phone":"8315551212",
"first_name":"Saki",
"middle_name":"R",
"last_name":"Dogger"
},
"recipient_address":{
"address1":"1234 Grove Street",
"city":"Berkeley",
"state":"CA",
"postal_code":"94702",
"country":"USA",
"phone":"5105551212",
"first_name":"Jane",
"last_name":"Doe"
},
"method":"OVERNIGHT"
},
"payment_instrument":"PHYSICAL_MSR",
"package_id":"0",
"all_zero_card_security_code":false,
"bin_prefix":"111111",
"bulk_ship":false,
"pan_length":"16",
"fulfillment_provider":"PERFECTPLASTIC"
},
"selective_auth":{
"sa_mode":1,
"enable_regex_search_chain":false,
"dmd_location_sensitivity":0
},
"card_life_cycle":{
"activate_upon_issue":true,
"expiration_offset":{
"unit":"YEARS",
"value":10
},
"card_service_code":101,
"update_expiration_upon_activation":false
},
"jit_funding":{
"paymentcard_funding_source":{
"enabled":false
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment