docs/SubmitPayoutApi.md in velopayments-2.18.113 vs docs/SubmitPayoutApi.md in velopayments-2.19.40.beta1

- old
+ new

@@ -12,11 +12,11 @@ > submit_payout(create_payout_request) Submit Payout -Create a new payout and return a location header with a link to get the payout. Basic validation of the payout is performed before returning but more comprehensive validation is done asynchronously, the results of which can be obtained by issuing a HTTP GET to the URL returned in the location header. **NOTE:** amount values in payments must be in 'minor units' format. E.g. cents for USD, pence for GBP etc. with no decimal places. +<p>Create a new payout and return a location header with a link to get the payout.</p> <p>Basic validation of the payout is performed before returning but more comprehensive validation is done asynchronously.</p> <p>The results can be obtained by issuing a HTTP GET to the URL returned in the location header.</p> <p>**NOTE:** amount values in payments must be in 'minor units' format. E.g. cents for USD, pence for GBP etc.</p> with no decimal places. ### Example ```ruby # load the gem @@ -54,7 +54,7 @@ [OAuth2](../README.md#OAuth2) ### HTTP request headers - **Content-Type**: application/json, multipart/form-data -- **Accept**: Not defined +- **Accept**: application/json