Created
February 15, 2022 21:14
-
-
Save wehub/d78b3aafeab870b3f49ec44e230f0f7f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"owner":{ | |
"id":{your-app-id}, | |
"resource":"applications", | |
"path":null | |
}, | |
"path":"/payment_methods/{payment-method-id}", | |
"credit_card":{ | |
"card_holder":{ | |
"holder_name":"Melvin Mouse", | |
"email":"[email protected]", | |
"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