Skip to content

Instantly share code, notes, and snippets.

@alvinslee
Created September 14, 2021 23:41
Show Gist options
  • Save alvinslee/15fc000e4967d50985e7b93f34fde056 to your computer and use it in GitHub Desktop.
Save alvinslee/15fc000e4967d50985e7b93f34fde056 to your computer and use it in GitHub Desktop.
Marqeta Sample Data payload 08
{
"name":"JIT Card Product 01",
"token":"JIT_cardproduct_01",
"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
},
"programgateway_funding_source":{
"enabled":false,
"funding_source_token":"",
"always_fund":true
},
"program_funding_source":{
"enabled":true,
"funding_source_token":"sandbox_program_funding",
"refunds_destination":"PROGRAM_FUNDING_SOURCE"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment