docs/SubmitPayoutApi.md in velopayments-2.11.73 vs docs/SubmitPayoutApi.md in velopayments-2.14.90.pre.1
- old
+ new
@@ -26,11 +26,11 @@
# Configure OAuth2 access token for authorization: OAuth2
config.access_token = 'YOUR ACCESS TOKEN'
end
api_instance = VeloPayments::SubmitPayoutApi.new
-create_payout_request = VeloPayments::CreatePayoutRequest.new # CreatePayoutRequest | Post ammount to transfer via ACH using stored funding account details.
+create_payout_request = VeloPayments::CreatePayoutRequest.new # CreatePayoutRequest | Post amount to transfer using stored funding account details.
begin
#Submit Payout
api_instance.submit_payout(create_payout_request)
rescue VeloPayments::ApiError => e
@@ -41,10 +41,10 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **create_payout_request** | [**CreatePayoutRequest**](CreatePayoutRequest.md)| Post ammount to transfer via ACH using stored funding account details. |
+ **create_payout_request** | [**CreatePayoutRequest**](CreatePayoutRequest.md)| Post amount to transfer using stored funding account details. |
### Return type
nil (empty response body)