|
212 | 212 | "tax_settings": { |
213 | 213 | "enabled": false, |
214 | 214 | "features": {} |
| 215 | + }, |
| 216 | + "financial_account": { |
| 217 | + "enabled": true, |
| 218 | + "features": { |
| 219 | + "disable_stripe_user_authentication": true, |
| 220 | + "external_account_collection": true, |
| 221 | + "send_money": true, |
| 222 | + "transfer_balance": true |
| 223 | + } |
| 224 | + }, |
| 225 | + "financial_account_transactions": { |
| 226 | + "enabled": true, |
| 227 | + "features": { |
| 228 | + "card_spend_dispute_management": true |
| 229 | + } |
| 230 | + }, |
| 231 | + "issuing_card": { |
| 232 | + "enabled": true, |
| 233 | + "features": { |
| 234 | + "card_management": true, |
| 235 | + "card_spend_dispute_management": true, |
| 236 | + "cardholder_management": true, |
| 237 | + "spend_control_management": true |
| 238 | + } |
| 239 | + }, |
| 240 | + "issuing_cards_list": { |
| 241 | + "enabled": true, |
| 242 | + "features": { |
| 243 | + "card_management": true, |
| 244 | + "card_spend_dispute_management": true, |
| 245 | + "cardholder_management": true, |
| 246 | + "disable_stripe_user_authentication": true, |
| 247 | + "spend_control_management": true |
| 248 | + } |
215 | 249 | } |
216 | 250 | }, |
217 | 251 | "expires_at": 1234567890, |
|
498 | 532 | "metadata": {}, |
499 | 533 | "name": "Jenny Rosen", |
500 | 534 | "object": "card", |
501 | | - "tokenization_method": null |
| 535 | + "tokenization_method": null, |
| 536 | + "regulated_status": null |
502 | 537 | }, |
503 | 538 | "cash_balance": { |
504 | 539 | "available": { |
|
590 | 625 | }, |
591 | 626 | "three_d_secure": null, |
592 | 627 | "wallet": null, |
593 | | - "authorization_code": null |
| 628 | + "authorization_code": null, |
| 629 | + "regulated_status": null, |
| 630 | + "network_transaction_id": null |
594 | 631 | }, |
595 | 632 | "type": "card" |
596 | 633 | }, |
|
1191 | 1228 | "type": "invoice_line_item", |
1192 | 1229 | "unit_amount": null, |
1193 | 1230 | "unit_amount_decimal": null, |
1194 | | - "unit_amount_excluding_tax": "1190" |
| 1231 | + "unit_amount_excluding_tax": "1190", |
| 1232 | + "pretax_credit_amounts": [ |
| 1233 | + { |
| 1234 | + "amount": 1413853096, |
| 1235 | + "type": "credit_balance_transaction" |
| 1236 | + } |
| 1237 | + ] |
1195 | 1238 | }, |
1196 | 1239 | { |
1197 | 1240 | "amount": 500, |
|
1208 | 1251 | "type": "custom_line_item", |
1209 | 1252 | "unit_amount": 500, |
1210 | 1253 | "unit_amount_decimal": "500", |
1211 | | - "unit_amount_excluding_tax": "500" |
| 1254 | + "unit_amount_excluding_tax": "500", |
| 1255 | + "pretax_credit_amounts": [ |
| 1256 | + { |
| 1257 | + "amount": 1413853096, |
| 1258 | + "type": "credit_balance_transaction" |
| 1259 | + } |
| 1260 | + ] |
1212 | 1261 | } |
1213 | 1262 | ], |
1214 | 1263 | "has_more": false, |
|
1240 | 1289 | "total": 1690, |
1241 | 1290 | "total_excluding_tax": null, |
1242 | 1291 | "type": "pre_payment", |
1243 | | - "voided_at": 1234567890 |
| 1292 | + "voided_at": 1234567890, |
| 1293 | + "pretax_credit_amounts": [ |
| 1294 | + { |
| 1295 | + "amount": 1413853096, |
| 1296 | + "type": "credit_balance_transaction" |
| 1297 | + } |
| 1298 | + ] |
1244 | 1299 | }, |
1245 | 1300 | "credit_note_line_item": { |
1246 | 1301 | "amount": 1000, |
|
1258 | 1313 | "type": "invoice_line_item", |
1259 | 1314 | "unit_amount": null, |
1260 | 1315 | "unit_amount_decimal": null, |
1261 | | - "unit_amount_excluding_tax": "1000" |
| 1316 | + "unit_amount_excluding_tax": "1000", |
| 1317 | + "pretax_credit_amounts": [ |
| 1318 | + { |
| 1319 | + "amount": 1413853096, |
| 1320 | + "type": "credit_balance_transaction" |
| 1321 | + } |
| 1322 | + ] |
1262 | 1323 | }, |
1263 | 1324 | "customer": { |
1264 | 1325 | "address": null, |
|
2062 | 2123 | "tax_rates": [], |
2063 | 2124 | "type": "invoiceitem", |
2064 | 2125 | "unit_amount_excluding_tax": "1000", |
2065 | | - "plan": null |
| 2126 | + "plan": null, |
| 2127 | + "pretax_credit_amounts": null |
2066 | 2128 | } |
2067 | 2129 | ], |
2068 | 2130 | "has_more": false, |
|
2115 | 2177 | "total_tax_amounts": [], |
2116 | 2178 | "transfer_data": null, |
2117 | 2179 | "webhooks_delivered_at": 1234567890, |
2118 | | - "automatically_finalizes_at": null |
| 2180 | + "automatically_finalizes_at": null, |
| 2181 | + "total_pretax_credit_amounts": null |
2119 | 2182 | }, |
2120 | 2183 | "invoiceitem": { |
2121 | 2184 | "amount": 1000, |
|
2270 | 2333 | "postal_code": "94107", |
2271 | 2334 | "state": "CA", |
2272 | 2335 | "terminal_id": null, |
2273 | | - "url": null |
| 2336 | + "url": null, |
| 2337 | + "tax_id": null |
2274 | 2338 | }, |
2275 | 2339 | "metadata": {}, |
2276 | 2340 | "network_data": null, |
|
2533 | 2597 | "postal_code": "94107", |
2534 | 2598 | "state": "CA", |
2535 | 2599 | "terminal_id": null, |
2536 | | - "url": null |
| 2600 | + "url": null, |
| 2601 | + "tax_id": null |
2537 | 2602 | }, |
2538 | 2603 | "metadata": {}, |
2539 | 2604 | "network_data": { |
|
2627 | 2692 | "tax_rates": [], |
2628 | 2693 | "type": "invoiceitem", |
2629 | 2694 | "unit_amount_excluding_tax": "1000", |
2630 | | - "plan": null |
| 2695 | + "plan": null, |
| 2696 | + "pretax_credit_amounts": null |
2631 | 2697 | }, |
2632 | 2698 | "login_link": { |
2633 | 2699 | "created": 1234567890, |
|
2795 | 2861 | "three_d_secure_usage": { |
2796 | 2862 | "supported": true |
2797 | 2863 | }, |
2798 | | - "wallet": null |
| 2864 | + "wallet": null, |
| 2865 | + "regulated_status": null |
2799 | 2866 | }, |
2800 | 2867 | "created": 1234567890, |
2801 | 2868 | "customer": null, |
|
4396 | 4463 | "preferred": null |
4397 | 4464 | }, |
4398 | 4465 | "object": "card", |
4399 | | - "tokenization_method": null |
| 4466 | + "tokenization_method": null, |
| 4467 | + "regulated_status": null |
4400 | 4468 | }, |
4401 | 4469 | "client_ip": null, |
4402 | 4470 | "created": 1234567890, |
|
0 commit comments