@@ -7869,6 +7869,8 @@ paths:
78697869 Accept: application/vnd.dwolla.v1.hal+json
78707870 Content-Type: application/vnd.dwolla.v1.hal+json
78717871 Authorization: Bearer {Your access token}
7872+ parameters:
7873+ - $ref: '#/components/parameters/Accept'
78727874 requestBody:
78737875 required: false
78747876 description: Optional JSON body. Typically empty; presence of body is not required.
@@ -9353,7 +9355,8 @@ paths:
93539355 summary: Create an unverified customer
93549356 description: Creates a new unverified customer with basic information. Unverified customers have limited transaction capabilities.
93559357 operationId: createUnverifiedCustomer
9356- parameters: []
9358+ parameters:
9359+ - $ref: '#/components/parameters/Accept'
93579360 requestBody:
93589361 required: true
93599362 description: Parameters for unverified customer to be created
@@ -9389,7 +9392,8 @@ paths:
93899392 summary: Create a receive-only user
93909393 description: Creates a new receive-only user who can only receive funds, not send them.
93919394 operationId: createReceiveOnlyCustomer
9392- parameters: []
9395+ parameters:
9396+ - $ref: '#/components/parameters/Accept'
93939397 requestBody:
93949398 required: true
93959399 description: Parameters for receive-only user to be created
@@ -9425,7 +9429,8 @@ paths:
94259429 summary: Create a verified personal customer
94269430 description: Creates a new verified personal customer with full transaction capabilities.
94279431 operationId: createVerifiedPersonalCustomer
9428- parameters: []
9432+ parameters:
9433+ - $ref: '#/components/parameters/Accept'
94299434 requestBody:
94309435 required: true
94319436 description: Parameters for verified personal customer to be created
@@ -9461,7 +9466,8 @@ paths:
94619466 summary: Create a verified sole proprietorship customer
94629467 description: Creates a new verified sole proprietorship business customer.
94639468 operationId: createVerifiedSolePropCustomer
9464- parameters: []
9469+ parameters:
9470+ - $ref: '#/components/parameters/Accept'
94659471 requestBody:
94669472 required: true
94679473 description: Parameters for verified sole proprietorship customer to be created
@@ -9497,7 +9503,8 @@ paths:
94979503 summary: Create a verified business customer
94989504 description: Creates a new verified business customer with a US controller.
94999505 operationId: createVerifiedBusinessCustomer
9500- parameters: []
9506+ parameters:
9507+ - $ref: '#/components/parameters/Accept'
95019508 requestBody:
95029509 required: true
95039510 description: Parameters for verified business customer to be created
@@ -9533,7 +9540,8 @@ paths:
95339540 summary: Create a verified business customer with international controller
95349541 description: Creates a new verified business customer with an international (non-US) controller.
95359542 operationId: createVerifiedBusinessInternationalCustomer
9536- parameters: []
9543+ parameters:
9544+ - $ref: '#/components/parameters/Accept'
95379545 requestBody:
95389546 required: true
95399547 description: Parameters for verified business customer with international controller to be created
0 commit comments