README.md in velopayments-2.26.124.beta1 vs README.md in velopayments-2.29.128.beta1
- old
+ new
@@ -77,12 +77,12 @@
If you make other Velo API calls which require authorization but the Authorization header is missing or invalid then you will get a **401** HTTP status response.
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: 2.26.124
-- Package version: 2.26.124
+- API version: 2.29.128
+- Package version: 2.29.128
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
## Installation
### Build a gem
@@ -94,20 +94,20 @@
```
Then either install the gem locally:
```shell
-gem install ./velopayments-2.26.124.gem
+gem install ./velopayments-2.29.128.gem
```
-(for development, run `gem install --dev ./velopayments-2.26.124.gem` to install the development dependencies)
+(for development, run `gem install --dev ./velopayments-2.29.128.gem` to install the development dependencies)
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
Finally add this to the Gemfile:
- gem 'velopayments', '~> 2.26.124'
+ gem 'velopayments', '~> 2.29.128'
### Install from Git
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
@@ -224,13 +224,15 @@
*VeloPayments::PayorsApi* | [**payor_email_opt_out**](docs/PayorsApi.md#payor_email_opt_out) | **POST** /v1/payors/{payorId}/reminderEmailsUpdate | Reminder Email Opt-Out
*VeloPayments::PayorsApi* | [**payor_get_branding**](docs/PayorsApi.md#payor_get_branding) | **GET** /v1/payors/{payorId}/branding | Get Branding
*VeloPayments::PayorsApi* | [**payor_links**](docs/PayorsApi.md#payor_links) | **GET** /v1/payorLinks | List Payor Links
*VeloPayments::PayorsPrivateApi* | [**create_payor_links**](docs/PayorsPrivateApi.md#create_payor_links) | **POST** /v1/payorLinks | Create a Payor Link
*VeloPayments::PayoutServiceApi* | [**create_quote_for_payout_v3**](docs/PayoutServiceApi.md#create_quote_for_payout_v3) | **POST** /v3/payouts/{payoutId}/quote | Create a quote for the payout
+*VeloPayments::PayoutServiceApi* | [**deschedule_payout**](docs/PayoutServiceApi.md#deschedule_payout) | **DELETE** /v3/payouts/{payoutId}/schedule | Deschedule a payout
*VeloPayments::PayoutServiceApi* | [**get_payments_for_payout_v3**](docs/PayoutServiceApi.md#get_payments_for_payout_v3) | **GET** /v3/payouts/{payoutId}/payments | Retrieve payments for a payout
*VeloPayments::PayoutServiceApi* | [**get_payout_summary_v3**](docs/PayoutServiceApi.md#get_payout_summary_v3) | **GET** /v3/payouts/{payoutId} | Get Payout Summary
*VeloPayments::PayoutServiceApi* | [**instruct_payout_v3**](docs/PayoutServiceApi.md#instruct_payout_v3) | **POST** /v3/payouts/{payoutId} | Instruct Payout
+*VeloPayments::PayoutServiceApi* | [**schedule_for_payout**](docs/PayoutServiceApi.md#schedule_for_payout) | **POST** /v3/payouts/{payoutId}/schedule | Schedule a payout
*VeloPayments::PayoutServiceApi* | [**submit_payout_v3**](docs/PayoutServiceApi.md#submit_payout_v3) | **POST** /v3/payouts | Submit Payout
*VeloPayments::PayoutServiceApi* | [**withdraw_payment**](docs/PayoutServiceApi.md#withdraw_payment) | **POST** /v1/payments/{paymentId}/withdraw | Withdraw a Payment
*VeloPayments::PayoutServiceApi* | [**withdraw_payout_v3**](docs/PayoutServiceApi.md#withdraw_payout_v3) | **DELETE** /v3/payouts/{payoutId} | Withdraw Payout
*VeloPayments::TokensApi* | [**resend_token**](docs/TokensApi.md#resend_token) | **POST** /v2/users/{userId}/tokens | Resend a token
*VeloPayments::UsersApi* | [**delete_user_by_id_v2**](docs/UsersApi.md#delete_user_by_id_v2) | **DELETE** /v2/users/{userId} | Delete a User
@@ -251,10 +253,11 @@
*VeloPayments::UsersApi* | [**user_details_update_for_self**](docs/UsersApi.md#user_details_update_for_self) | **POST** /v2/users/self/userDetailsUpdate | Update User Details for self
*VeloPayments::UsersApi* | [**validate_password_self**](docs/UsersApi.md#validate_password_self) | **POST** /v2/users/self/password/validate | Validate the proposed password
*VeloPayments::WebhooksApi* | [**create_webhook_v1**](docs/WebhooksApi.md#create_webhook_v1) | **POST** /v1/webhooks | Create Webhook
*VeloPayments::WebhooksApi* | [**get_webhook_v1**](docs/WebhooksApi.md#get_webhook_v1) | **GET** /v1/webhooks/{webhookId} | Get details about the given webhook.
*VeloPayments::WebhooksApi* | [**list_webhooks_v1**](docs/WebhooksApi.md#list_webhooks_v1) | **GET** /v1/webhooks | List the details about the webhooks for the given payor.
+*VeloPayments::WebhooksApi* | [**ping_webhook_v1**](docs/WebhooksApi.md#ping_webhook_v1) | **POST** /v1/webhooks/{webhookId}/ping |
*VeloPayments::WebhooksApi* | [**update_webhook_v1**](docs/WebhooksApi.md#update_webhook_v1) | **POST** /v1/webhooks/{webhookId} | Update Webhook
## Documentation for Models
@@ -275,10 +278,12 @@
- [VeloPayments::CreateIndividualName](docs/CreateIndividualName.md)
- [VeloPayments::CreatePayee](docs/CreatePayee.md)
- [VeloPayments::CreatePayee2](docs/CreatePayee2.md)
- [VeloPayments::CreatePayeeAddress](docs/CreatePayeeAddress.md)
- [VeloPayments::CreatePayeeAddress2](docs/CreatePayeeAddress2.md)
+ - [VeloPayments::CreatePayeesCSVRequest](docs/CreatePayeesCSVRequest.md)
+ - [VeloPayments::CreatePayeesCSVRequest2](docs/CreatePayeesCSVRequest2.md)
- [VeloPayments::CreatePayeesCSVResponse](docs/CreatePayeesCSVResponse.md)
- [VeloPayments::CreatePayeesCSVResponse2](docs/CreatePayeesCSVResponse2.md)
- [VeloPayments::CreatePayeesCSVResponseRejectedCsvRows](docs/CreatePayeesCSVResponseRejectedCsvRows.md)
- [VeloPayments::CreatePayeesRequest](docs/CreatePayeesRequest.md)
- [VeloPayments::CreatePayeesRequest2](docs/CreatePayeesRequest2.md)
@@ -335,10 +340,11 @@
- [VeloPayments::InlineResponse401](docs/InlineResponse401.md)
- [VeloPayments::InlineResponse403](docs/InlineResponse403.md)
- [VeloPayments::InlineResponse404](docs/InlineResponse404.md)
- [VeloPayments::InlineResponse409](docs/InlineResponse409.md)
- [VeloPayments::InlineResponse412](docs/InlineResponse412.md)
+ - [VeloPayments::InstructPayoutRequest](docs/InstructPayoutRequest.md)
- [VeloPayments::InvitationStatus](docs/InvitationStatus.md)
- [VeloPayments::InvitationStatus2](docs/InvitationStatus2.md)
- [VeloPayments::InvitePayeeRequest](docs/InvitePayeeRequest.md)
- [VeloPayments::InvitePayeeRequest2](docs/InvitePayeeRequest2.md)
- [VeloPayments::InviteUserRequest](docs/InviteUserRequest.md)
@@ -404,10 +410,11 @@
- [VeloPayments::PayeeInvitationStatusResponse](docs/PayeeInvitationStatusResponse.md)
- [VeloPayments::PayeeInvitationStatusResponse2](docs/PayeeInvitationStatusResponse2.md)
- [VeloPayments::PayeePayorRef](docs/PayeePayorRef.md)
- [VeloPayments::PayeePayorRefV3](docs/PayeePayorRefV3.md)
- [VeloPayments::PayeeType](docs/PayeeType.md)
+ - [VeloPayments::PayeeType2](docs/PayeeType2.md)
- [VeloPayments::PayeeUserSelfUpdateRequest](docs/PayeeUserSelfUpdateRequest.md)
- [VeloPayments::PaymentAuditCurrency](docs/PaymentAuditCurrency.md)
- [VeloPayments::PaymentAuditCurrencyV3](docs/PaymentAuditCurrencyV3.md)
- [VeloPayments::PaymentChannelCountry](docs/PaymentChannelCountry.md)
- [VeloPayments::PaymentChannelRule](docs/PaymentChannelRule.md)
@@ -440,26 +447,30 @@
- [VeloPayments::PayorCreateApplicationRequest](docs/PayorCreateApplicationRequest.md)
- [VeloPayments::PayorEmailOptOutRequest](docs/PayorEmailOptOutRequest.md)
- [VeloPayments::PayorLinksResponse](docs/PayorLinksResponse.md)
- [VeloPayments::PayorLinksResponseLinks](docs/PayorLinksResponseLinks.md)
- [VeloPayments::PayorLinksResponsePayors](docs/PayorLinksResponsePayors.md)
+ - [VeloPayments::PayorLogoRequest](docs/PayorLogoRequest.md)
- [VeloPayments::PayorV1](docs/PayorV1.md)
- [VeloPayments::PayorV2](docs/PayorV2.md)
- [VeloPayments::PayoutCompanyV3](docs/PayoutCompanyV3.md)
- [VeloPayments::PayoutIndividualV3](docs/PayoutIndividualV3.md)
- [VeloPayments::PayoutNameV3](docs/PayoutNameV3.md)
- [VeloPayments::PayoutPayeeV3](docs/PayoutPayeeV3.md)
- [VeloPayments::PayoutPayor](docs/PayoutPayor.md)
- [VeloPayments::PayoutPayorIds](docs/PayoutPayorIds.md)
- [VeloPayments::PayoutPrincipal](docs/PayoutPrincipal.md)
+ - [VeloPayments::PayoutSchedule](docs/PayoutSchedule.md)
+ - [VeloPayments::PayoutSchedule2](docs/PayoutSchedule2.md)
- [VeloPayments::PayoutStatus](docs/PayoutStatus.md)
- [VeloPayments::PayoutStatusV3](docs/PayoutStatusV3.md)
- [VeloPayments::PayoutSummaryAudit](docs/PayoutSummaryAudit.md)
- [VeloPayments::PayoutSummaryAuditV3](docs/PayoutSummaryAuditV3.md)
- [VeloPayments::PayoutSummaryResponseV3](docs/PayoutSummaryResponseV3.md)
- [VeloPayments::PayoutType](docs/PayoutType.md)
- [VeloPayments::Ping](docs/Ping.md)
+ - [VeloPayments::PingResponse](docs/PingResponse.md)
- [VeloPayments::QueryBatchResponse](docs/QueryBatchResponse.md)
- [VeloPayments::QueryBatchResponse2](docs/QueryBatchResponse2.md)
- [VeloPayments::QuoteFxSummaryV3](docs/QuoteFxSummaryV3.md)
- [VeloPayments::QuoteResponseV3](docs/QuoteResponseV3.md)
- [VeloPayments::RegionV2](docs/RegionV2.md)
@@ -467,9 +478,12 @@
- [VeloPayments::RejectedPaymentV3](docs/RejectedPaymentV3.md)
- [VeloPayments::ResendTokenRequest](docs/ResendTokenRequest.md)
- [VeloPayments::ResetPasswordRequest](docs/ResetPasswordRequest.md)
- [VeloPayments::Role](docs/Role.md)
- [VeloPayments::RoleUpdateRequest](docs/RoleUpdateRequest.md)
+ - [VeloPayments::SchedulePayoutRequest](docs/SchedulePayoutRequest.md)
+ - [VeloPayments::ScheduleStatus](docs/ScheduleStatus.md)
+ - [VeloPayments::ScheduleStatus2](docs/ScheduleStatus2.md)
- [VeloPayments::SelfMFATypeUnregisterRequest](docs/SelfMFATypeUnregisterRequest.md)
- [VeloPayments::SelfUpdatePasswordRequest](docs/SelfUpdatePasswordRequest.md)
- [VeloPayments::SetNotificationsRequest](docs/SetNotificationsRequest.md)
- [VeloPayments::SourceAccountResponse](docs/SourceAccountResponse.md)
- [VeloPayments::SourceAccountResponseV2](docs/SourceAccountResponseV2.md)