Skip to content

Instantly share code, notes, and snippets.

@alvinslee
Last active October 21, 2021 08:08
Show Gist options
  • Save alvinslee/b076807fd9426d286807ad7954ec8a09 to your computer and use it in GitHub Desktop.
Save alvinslee/b076807fd9426d286807ad7954ec8a09 to your computer and use it in GitHub Desktop.
Payload for Create Card Product (no funding source)
{
"token":"card-product-01",
"name":"Card Product (no funding source)",
"start_date": "2021-10-01",
"config": {
"card_life_cycle": {
"activate_upon_issue": true
},
"fulfillment": {
"shipping": {
"recipient_address": {
"first_name": "Mark",
"last_name": "Eta",
"address1": "180 Grand Ave 6TH Floor",
"city": "Oakland",
"state": "CA",
"postal_code": "94612",
"country": "USA"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment