Skip to content

Instantly share code, notes, and snippets.

@wehub
Created February 15, 2022 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wehub/d78b3aafeab870b3f49ec44e230f0f7f to your computer and use it in GitHub Desktop.
Save wehub/d78b3aafeab870b3f49ec44e230f0f7f to your computer and use it in GitHub Desktop.
{
"owner":{
"id":{your-app-id},
"resource":"applications",
"path":null
},
"path":"/payment_methods/{payment-method-id}",
"credit_card":{
"card_holder":{
"holder_name":"Melvin Mouse",
"email":"melvinmouse@tree.org",
"address":{
"line1":"12345 Six Street",
"line2":null,
"city":"Mousetown",
"region":"Forest",
"postal_code":"12345",
"country":"Catfree"
},
"phone":"(111) 555-1212"
},
"virtual_terminal_mode":"mobile",
"auto_update":false,
"card_brand":"visa",
"card_entry_type":"card_keyed",
"expiration_month":8,
"expiration_year":2025,
"bin":"479851",
"last_four":"2013",
"display_name":"Visa xxxxxx2013",
"backing_display_name":null,
"card_on_file":true,
"recurring":false,
"cvv_provided":true
},
"create_time":1639507115,
"resource":"payment_methods",
"id":{your-account-id},
"type":"credit_card",
"api_version":"3.0",
"custom_data":{
},
"status":"deleted"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment