File tree Expand file tree Collapse file tree 3 files changed +45
-1
lines changed Expand file tree Collapse file tree 3 files changed +45
-1
lines changed Original file line number Diff line number Diff line change 834834 },
835835 "routing_number" : " 110000000" ,
836836 "status_details" : {}
837- }
837+ },
838+ "customer" : null
838839 },
839840 "return_url" : " https://example.com/return" ,
840841 "setup_future_usage" : " off_session" ,
Original file line number Diff line number Diff line change 1000310003 "cashapp": {
1000410004 "$ref": "#/components/schemas/payment_method_cashapp"
1000510005 },
10006+ "customer": {
10007+ "anyOf": [
10008+ {
10009+ "maxLength": 5000,
10010+ "type": "string"
10011+ },
10012+ {
10013+ "$ref": "#/components/schemas/customer"
10014+ }
10015+ ],
10016+ "description": "The ID of the Customer to which this PaymentMethod is saved. This will not be set when the PaymentMethod has not been saved to a Customer.",
10017+ "nullable": true,
10018+ "x-expansionResources": {
10019+ "oneOf": [
10020+ {
10021+ "$ref": "#/components/schemas/customer"
10022+ }
10023+ ]
10024+ }
10025+ },
1000610026 "customer_balance": {
1000710027 "$ref": "#/components/schemas/payment_method_customer_balance"
1000810028 },
1013810158 },
1013910159 "required": [
1014010160 "billing_details",
10161+ "customer",
1014110162 "type"
1014210163 ],
1014310164 "title": "ConfirmationTokensResourcePaymentMethodPreview",
1015710178 "card",
1015810179 "card_present",
1015910180 "cashapp",
10181+ "customer",
1016010182 "customer_balance",
1016110183 "eps",
1016210184 "fpx",
Original file line number Diff line number Diff line change 70767076 "cashapp": {
70777077 "$ref": "#/components/schemas/payment_method_cashapp"
70787078 },
7079+ "customer": {
7080+ "anyOf": [
7081+ {
7082+ "maxLength": 5000,
7083+ "type": "string"
7084+ },
7085+ {
7086+ "$ref": "#/components/schemas/customer"
7087+ }
7088+ ],
7089+ "description": "The ID of the Customer to which this PaymentMethod is saved. This will not be set when the PaymentMethod has not been saved to a Customer.",
7090+ "nullable": true,
7091+ "x-expansionResources": {
7092+ "oneOf": [
7093+ {
7094+ "$ref": "#/components/schemas/customer"
7095+ }
7096+ ]
7097+ }
7098+ },
70797099 "customer_balance": {
70807100 "$ref": "#/components/schemas/payment_method_customer_balance"
70817101 },
72227242 "card",
72237243 "card_present",
72247244 "cashapp",
7245+ "customer",
72257246 "customer_balance",
72267247 "eps",
72277248 "fpx",
You can’t perform that action at this time.
0 commit comments