README.md in velopayments-2.23.78.beta1 vs README.md in velopayments-2.26.124.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.23.78 -- Package version: 2.23.78 +- API version: 2.26.124 +- Package version: 2.26.124 - 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.23.78.gem +gem install ./velopayments-2.26.124.gem ``` -(for development, run `gem install --dev ./velopayments-2.23.78.gem` to install the development dependencies) +(for development, run `gem install --dev ./velopayments-2.26.124.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.23.78' + gem 'velopayments', '~> 2.26.124' ### 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: @@ -173,61 +173,51 @@ *VeloPayments::FundingManagerApi* | [**list_funding_audit_deltas**](docs/FundingManagerApi.md#list_funding_audit_deltas) | **GET** /v1/deltas/fundings | Get Funding Audit Delta *VeloPayments::FundingManagerApi* | [**set_notifications_request**](docs/FundingManagerApi.md#set_notifications_request) | **POST** /v1/sourceAccounts/{sourceAccountId}/notifications | Set notifications *VeloPayments::FundingManagerApi* | [**transfer_funds**](docs/FundingManagerApi.md#transfer_funds) | **POST** /v2/sourceAccounts/{sourceAccountId}/transfers | Transfer Funds between source accounts *VeloPayments::FundingManagerApi* | [**transfer_funds_v3**](docs/FundingManagerApi.md#transfer_funds_v3) | **POST** /v3/sourceAccounts/{sourceAccountId}/transfers | Transfer Funds between source accounts *VeloPayments::FundingManagerPrivateApi* | [**create_funding_account_v2**](docs/FundingManagerPrivateApi.md#create_funding_account_v2) | **POST** /v2/fundingAccounts | Create Funding Account +*VeloPayments::FundingManagerPrivateApi* | [**delete_source_account_v3**](docs/FundingManagerPrivateApi.md#delete_source_account_v3) | **DELETE** /v3/sourceAccounts/{sourceAccountId} | Delete a source account by ID *VeloPayments::LoginApi* | [**logout**](docs/LoginApi.md#logout) | **POST** /v1/logout | Logout *VeloPayments::LoginApi* | [**reset_password**](docs/LoginApi.md#reset_password) | **POST** /v1/password/reset | Reset password *VeloPayments::LoginApi* | [**validate_access_token**](docs/LoginApi.md#validate_access_token) | **POST** /v1/validate | validate *VeloPayments::LoginApi* | [**velo_auth**](docs/LoginApi.md#velo_auth) | **POST** /v1/authenticate | Authentication endpoint -*VeloPayments::PayeeInvitationApi* | [**get_payees_invitation_status_v1**](docs/PayeeInvitationApi.md#get_payees_invitation_status_v1) | **GET** /v1/payees/payors/{payorId}/invitationStatus | Get Payee Invitation Status -*VeloPayments::PayeeInvitationApi* | [**get_payees_invitation_status_v2**](docs/PayeeInvitationApi.md#get_payees_invitation_status_v2) | **GET** /v2/payees/payors/{payorId}/invitationStatus | Get Payee Invitation Status *VeloPayments::PayeeInvitationApi* | [**get_payees_invitation_status_v3**](docs/PayeeInvitationApi.md#get_payees_invitation_status_v3) | **GET** /v3/payees/payors/{payorId}/invitationStatus | Get Payee Invitation Status *VeloPayments::PayeeInvitationApi* | [**get_payees_invitation_status_v4**](docs/PayeeInvitationApi.md#get_payees_invitation_status_v4) | **GET** /v4/payees/payors/{payorId}/invitationStatus | Get Payee Invitation Status -*VeloPayments::PayeeInvitationApi* | [**query_batch_status_v2**](docs/PayeeInvitationApi.md#query_batch_status_v2) | **GET** /v2/payees/batch/{batchId} | Query Batch Status *VeloPayments::PayeeInvitationApi* | [**query_batch_status_v3**](docs/PayeeInvitationApi.md#query_batch_status_v3) | **GET** /v3/payees/batch/{batchId} | Query Batch Status *VeloPayments::PayeeInvitationApi* | [**query_batch_status_v4**](docs/PayeeInvitationApi.md#query_batch_status_v4) | **GET** /v4/payees/batch/{batchId} | Query Batch Status -*VeloPayments::PayeeInvitationApi* | [**resend_payee_invite_v1**](docs/PayeeInvitationApi.md#resend_payee_invite_v1) | **POST** /v1/payees/{payeeId}/invite | Resend Payee Invite *VeloPayments::PayeeInvitationApi* | [**resend_payee_invite_v3**](docs/PayeeInvitationApi.md#resend_payee_invite_v3) | **POST** /v3/payees/{payeeId}/invite | Resend Payee Invite *VeloPayments::PayeeInvitationApi* | [**resend_payee_invite_v4**](docs/PayeeInvitationApi.md#resend_payee_invite_v4) | **POST** /v4/payees/{payeeId}/invite | Resend Payee Invite -*VeloPayments::PayeeInvitationApi* | [**v2_create_payee**](docs/PayeeInvitationApi.md#v2_create_payee) | **POST** /v2/payees | Initiate Payee Creation *VeloPayments::PayeeInvitationApi* | [**v3_create_payee**](docs/PayeeInvitationApi.md#v3_create_payee) | **POST** /v3/payees | Initiate Payee Creation *VeloPayments::PayeeInvitationApi* | [**v4_create_payee**](docs/PayeeInvitationApi.md#v4_create_payee) | **POST** /v4/payees | Initiate Payee Creation -*VeloPayments::PayeesApi* | [**delete_payee_by_id_v1**](docs/PayeesApi.md#delete_payee_by_id_v1) | **DELETE** /v1/payees/{payeeId} | Delete Payee by Id *VeloPayments::PayeesApi* | [**delete_payee_by_id_v3**](docs/PayeesApi.md#delete_payee_by_id_v3) | **DELETE** /v3/payees/{payeeId} | Delete Payee by Id *VeloPayments::PayeesApi* | [**delete_payee_by_id_v4**](docs/PayeesApi.md#delete_payee_by_id_v4) | **DELETE** /v4/payees/{payeeId} | Delete Payee by Id -*VeloPayments::PayeesApi* | [**get_payee_by_id_v1**](docs/PayeesApi.md#get_payee_by_id_v1) | **GET** /v1/payees/{payeeId} | Get Payee by Id -*VeloPayments::PayeesApi* | [**get_payee_by_id_v2**](docs/PayeesApi.md#get_payee_by_id_v2) | **GET** /v2/payees/{payeeId} | Get Payee by Id *VeloPayments::PayeesApi* | [**get_payee_by_id_v3**](docs/PayeesApi.md#get_payee_by_id_v3) | **GET** /v3/payees/{payeeId} | Get Payee by Id *VeloPayments::PayeesApi* | [**get_payee_by_id_v4**](docs/PayeesApi.md#get_payee_by_id_v4) | **GET** /v4/payees/{payeeId} | Get Payee by Id -*VeloPayments::PayeesApi* | [**list_payee_changes**](docs/PayeesApi.md#list_payee_changes) | **GET** /v1/deltas/payees | List Payee Changes *VeloPayments::PayeesApi* | [**list_payee_changes_v3**](docs/PayeesApi.md#list_payee_changes_v3) | **GET** /v3/payees/deltas | List Payee Changes *VeloPayments::PayeesApi* | [**list_payee_changes_v4**](docs/PayeesApi.md#list_payee_changes_v4) | **GET** /v4/payees/deltas | List Payee Changes -*VeloPayments::PayeesApi* | [**list_payees_v1**](docs/PayeesApi.md#list_payees_v1) | **GET** /v1/payees | List Payees V1 *VeloPayments::PayeesApi* | [**list_payees_v3**](docs/PayeesApi.md#list_payees_v3) | **GET** /v3/payees | List Payees *VeloPayments::PayeesApi* | [**list_payees_v4**](docs/PayeesApi.md#list_payees_v4) | **GET** /v4/payees | List Payees *VeloPayments::PayeesApi* | [**payee_details_update_v3**](docs/PayeesApi.md#payee_details_update_v3) | **POST** /v3/payees/{payeeId}/payeeDetailsUpdate | Update Payee Details *VeloPayments::PayeesApi* | [**payee_details_update_v4**](docs/PayeesApi.md#payee_details_update_v4) | **POST** /v4/payees/{payeeId}/payeeDetailsUpdate | Update Payee Details -*VeloPayments::PayeesApi* | [**v1_payees_payee_id_remote_id_update_post**](docs/PayeesApi.md#v1_payees_payee_id_remote_id_update_post) | **POST** /v1/payees/{payeeId}/remoteIdUpdate | Update Payee Remote Id *VeloPayments::PayeesApi* | [**v3_payees_payee_id_remote_id_update_post**](docs/PayeesApi.md#v3_payees_payee_id_remote_id_update_post) | **POST** /v3/payees/{payeeId}/remoteIdUpdate | Update Payee Remote Id *VeloPayments::PayeesApi* | [**v4_payees_payee_id_remote_id_update_post**](docs/PayeesApi.md#v4_payees_payee_id_remote_id_update_post) | **POST** /v4/payees/{payeeId}/remoteIdUpdate | Update Payee Remote Id -*VeloPayments::PaymentAuditServiceApi* | [**export_transactions_csvv3**](docs/PaymentAuditServiceApi.md#export_transactions_csvv3) | **GET** /v3/paymentaudit/transactions | Export Transactions *VeloPayments::PaymentAuditServiceApi* | [**export_transactions_csvv4**](docs/PaymentAuditServiceApi.md#export_transactions_csvv4) | **GET** /v4/paymentaudit/transactions | Export Transactions -*VeloPayments::PaymentAuditServiceApi* | [**get_fundings_v1**](docs/PaymentAuditServiceApi.md#get_fundings_v1) | **GET** /v1/paymentaudit/fundings | Get Fundings for Payor *VeloPayments::PaymentAuditServiceApi* | [**get_fundings_v4**](docs/PaymentAuditServiceApi.md#get_fundings_v4) | **GET** /v4/paymentaudit/fundings | Get Fundings for Payor -*VeloPayments::PaymentAuditServiceApi* | [**get_payment_details**](docs/PaymentAuditServiceApi.md#get_payment_details) | **GET** /v3/paymentaudit/payments/{paymentId} | Get Payment *VeloPayments::PaymentAuditServiceApi* | [**get_payment_details_v4**](docs/PaymentAuditServiceApi.md#get_payment_details_v4) | **GET** /v4/paymentaudit/payments/{paymentId} | Get Payment -*VeloPayments::PaymentAuditServiceApi* | [**get_payments_for_payout**](docs/PaymentAuditServiceApi.md#get_payments_for_payout) | **GET** /v3/paymentaudit/payouts/{payoutId} | Get Payments for Payout *VeloPayments::PaymentAuditServiceApi* | [**get_payments_for_payout_v4**](docs/PaymentAuditServiceApi.md#get_payments_for_payout_v4) | **GET** /v4/paymentaudit/payouts/{payoutId} | Get Payments for Payout -*VeloPayments::PaymentAuditServiceApi* | [**get_payout_stats_v1**](docs/PaymentAuditServiceApi.md#get_payout_stats_v1) | **GET** /v1/paymentaudit/payoutStatistics | Get Payout Statistics *VeloPayments::PaymentAuditServiceApi* | [**get_payout_stats_v4**](docs/PaymentAuditServiceApi.md#get_payout_stats_v4) | **GET** /v4/paymentaudit/payoutStatistics | Get Payout Statistics -*VeloPayments::PaymentAuditServiceApi* | [**get_payouts_for_payor_v3**](docs/PaymentAuditServiceApi.md#get_payouts_for_payor_v3) | **GET** /v3/paymentaudit/payouts | Get Payouts for Payor *VeloPayments::PaymentAuditServiceApi* | [**get_payouts_for_payor_v4**](docs/PaymentAuditServiceApi.md#get_payouts_for_payor_v4) | **GET** /v4/paymentaudit/payouts | Get Payouts for Payor -*VeloPayments::PaymentAuditServiceApi* | [**list_payment_changes**](docs/PaymentAuditServiceApi.md#list_payment_changes) | **GET** /v1/deltas/payments | List Payment Changes *VeloPayments::PaymentAuditServiceApi* | [**list_payment_changes_v4**](docs/PaymentAuditServiceApi.md#list_payment_changes_v4) | **GET** /v4/payments/deltas | List Payment Changes -*VeloPayments::PaymentAuditServiceApi* | [**list_payments_audit**](docs/PaymentAuditServiceApi.md#list_payments_audit) | **GET** /v3/paymentaudit/payments | Get List of Payments *VeloPayments::PaymentAuditServiceApi* | [**list_payments_audit_v4**](docs/PaymentAuditServiceApi.md#list_payments_audit_v4) | **GET** /v4/paymentaudit/payments | Get List of Payments +*VeloPayments::PaymentAuditServiceDeprecatedApi* | [**export_transactions_csvv3**](docs/PaymentAuditServiceDeprecatedApi.md#export_transactions_csvv3) | **GET** /v3/paymentaudit/transactions | V3 Export Transactions +*VeloPayments::PaymentAuditServiceDeprecatedApi* | [**get_fundings_v1**](docs/PaymentAuditServiceDeprecatedApi.md#get_fundings_v1) | **GET** /v1/paymentaudit/fundings | V1 Get Fundings for Payor +*VeloPayments::PaymentAuditServiceDeprecatedApi* | [**get_payment_details_v3**](docs/PaymentAuditServiceDeprecatedApi.md#get_payment_details_v3) | **GET** /v3/paymentaudit/payments/{paymentId} | V3 Get Payment +*VeloPayments::PaymentAuditServiceDeprecatedApi* | [**get_payments_for_payout_pav3**](docs/PaymentAuditServiceDeprecatedApi.md#get_payments_for_payout_pav3) | **GET** /v3/paymentaudit/payouts/{payoutId} | V3 Get Payments for Payout +*VeloPayments::PaymentAuditServiceDeprecatedApi* | [**get_payout_stats_v1**](docs/PaymentAuditServiceDeprecatedApi.md#get_payout_stats_v1) | **GET** /v1/paymentaudit/payoutStatistics | V1 Get Payout Statistics +*VeloPayments::PaymentAuditServiceDeprecatedApi* | [**get_payouts_for_payor_v3**](docs/PaymentAuditServiceDeprecatedApi.md#get_payouts_for_payor_v3) | **GET** /v3/paymentaudit/payouts | V3 Get Payouts for Payor +*VeloPayments::PaymentAuditServiceDeprecatedApi* | [**list_payment_changes**](docs/PaymentAuditServiceDeprecatedApi.md#list_payment_changes) | **GET** /v1/deltas/payments | V1 List Payment Changes +*VeloPayments::PaymentAuditServiceDeprecatedApi* | [**list_payments_audit_v3**](docs/PaymentAuditServiceDeprecatedApi.md#list_payments_audit_v3) | **GET** /v3/paymentaudit/payments | V3 Get List of Payments *VeloPayments::PayorsApi* | [**get_payor_by_id**](docs/PayorsApi.md#get_payor_by_id) | **GET** /v1/payors/{payorId} | Get Payor *VeloPayments::PayorsApi* | [**get_payor_by_id_v2**](docs/PayorsApi.md#get_payor_by_id_v2) | **GET** /v2/payors/{payorId} | Get Payor *VeloPayments::PayorsApi* | [**payor_add_payor_logo**](docs/PayorsApi.md#payor_add_payor_logo) | **POST** /v1/payors/{payorId}/branding/logos | Add Logo *VeloPayments::PayorsApi* | [**payor_create_api_key_request**](docs/PayorsApi.md#payor_create_api_key_request) | **POST** /v1/payors/{payorId}/applications/{applicationId}/keys | Create API Key *VeloPayments::PayorsApi* | [**payor_create_application_request**](docs/PayorsApi.md#payor_create_application_request) | **POST** /v1/payors/{payorId}/applications | Create Application @@ -261,11 +251,10 @@ *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 @@ -273,38 +262,42 @@ - [VeloPayments::AccessTokenResponse](docs/AccessTokenResponse.md) - [VeloPayments::AccessTokenValidationRequest](docs/AccessTokenValidationRequest.md) - [VeloPayments::AuthResponse](docs/AuthResponse.md) - [VeloPayments::AutoTopUpConfig](docs/AutoTopUpConfig.md) - [VeloPayments::AutoTopUpConfig2](docs/AutoTopUpConfig2.md) + - [VeloPayments::Category](docs/Category.md) - [VeloPayments::Challenge](docs/Challenge.md) - [VeloPayments::Challenge2](docs/Challenge2.md) - [VeloPayments::Company](docs/Company.md) - [VeloPayments::Company2](docs/Company2.md) - - [VeloPayments::CompanyResponse](docs/CompanyResponse.md) - - [VeloPayments::CompanyV1](docs/CompanyV1.md) - [VeloPayments::CreateFundingAccountRequestV2](docs/CreateFundingAccountRequestV2.md) - [VeloPayments::CreateIndividual](docs/CreateIndividual.md) - [VeloPayments::CreateIndividual2](docs/CreateIndividual2.md) - - [VeloPayments::CreateIndividual2Name](docs/CreateIndividual2Name.md) + - [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) - [VeloPayments::CreatePaymentChannel](docs/CreatePaymentChannel.md) - [VeloPayments::CreatePaymentChannel2](docs/CreatePaymentChannel2.md) - [VeloPayments::CreatePayorLinkRequest](docs/CreatePayorLinkRequest.md) - [VeloPayments::CreatePayoutRequestV3](docs/CreatePayoutRequestV3.md) - [VeloPayments::CreateWebhookRequest](docs/CreateWebhookRequest.md) + - [VeloPayments::DebitEvent](docs/DebitEvent.md) + - [VeloPayments::DebitEventAllOf](docs/DebitEventAllOf.md) + - [VeloPayments::DebitStatusChanged](docs/DebitStatusChanged.md) + - [VeloPayments::DebitStatusChangedAllOf](docs/DebitStatusChangedAllOf.md) - [VeloPayments::Error](docs/Error.md) + - [VeloPayments::ErrorData](docs/ErrorData.md) - [VeloPayments::ErrorResponse](docs/ErrorResponse.md) + - [VeloPayments::FailedPayee](docs/FailedPayee.md) + - [VeloPayments::FailedPayee2](docs/FailedPayee2.md) - [VeloPayments::FailedSubmission](docs/FailedSubmission.md) - [VeloPayments::FailedSubmission2](docs/FailedSubmission2.md) - [VeloPayments::FundingAccountResponse](docs/FundingAccountResponse.md) - [VeloPayments::FundingAccountResponse2](docs/FundingAccountResponse2.md) - [VeloPayments::FundingAccountType](docs/FundingAccountType.md) @@ -313,53 +306,45 @@ - [VeloPayments::FundingEventType](docs/FundingEventType.md) - [VeloPayments::FundingPayorStatusAuditResponse](docs/FundingPayorStatusAuditResponse.md) - [VeloPayments::FundingRequestV1](docs/FundingRequestV1.md) - [VeloPayments::FundingRequestV2](docs/FundingRequestV2.md) - [VeloPayments::FundingRequestV3](docs/FundingRequestV3.md) + - [VeloPayments::FxSummary](docs/FxSummary.md) - [VeloPayments::FxSummaryV3](docs/FxSummaryV3.md) - - [VeloPayments::FxSummaryV4](docs/FxSummaryV4.md) - [VeloPayments::GetFundingsResponse](docs/GetFundingsResponse.md) - [VeloPayments::GetFundingsResponseLinks](docs/GetFundingsResponseLinks.md) - [VeloPayments::GetPayeeListResponse](docs/GetPayeeListResponse.md) + - [VeloPayments::GetPayeeListResponse2](docs/GetPayeeListResponse2.md) - [VeloPayments::GetPayeeListResponseCompany](docs/GetPayeeListResponseCompany.md) + - [VeloPayments::GetPayeeListResponseCompany2](docs/GetPayeeListResponseCompany2.md) - [VeloPayments::GetPayeeListResponseIndividual](docs/GetPayeeListResponseIndividual.md) + - [VeloPayments::GetPayeeListResponseIndividual2](docs/GetPayeeListResponseIndividual2.md) - [VeloPayments::GetPaymentsForPayoutResponseV3](docs/GetPaymentsForPayoutResponseV3.md) - [VeloPayments::GetPaymentsForPayoutResponseV3Page](docs/GetPaymentsForPayoutResponseV3Page.md) - [VeloPayments::GetPaymentsForPayoutResponseV3Summary](docs/GetPaymentsForPayoutResponseV3Summary.md) - [VeloPayments::GetPaymentsForPayoutResponseV4](docs/GetPaymentsForPayoutResponseV4.md) - [VeloPayments::GetPaymentsForPayoutResponseV4Summary](docs/GetPaymentsForPayoutResponseV4Summary.md) - [VeloPayments::GetPayoutStatistics](docs/GetPayoutStatistics.md) + - [VeloPayments::GetPayoutsResponse](docs/GetPayoutsResponse.md) - [VeloPayments::GetPayoutsResponseV3](docs/GetPayoutsResponseV3.md) - [VeloPayments::GetPayoutsResponseV3Links](docs/GetPayoutsResponseV3Links.md) - [VeloPayments::GetPayoutsResponseV3Page](docs/GetPayoutsResponseV3Page.md) - - [VeloPayments::GetPayoutsResponseV4](docs/GetPayoutsResponseV4.md) - [VeloPayments::Individual](docs/Individual.md) - [VeloPayments::Individual2](docs/Individual2.md) - - [VeloPayments::IndividualResponse](docs/IndividualResponse.md) - - [VeloPayments::IndividualV1](docs/IndividualV1.md) - - [VeloPayments::IndividualV1Name](docs/IndividualV1Name.md) + - [VeloPayments::IndividualName](docs/IndividualName.md) - [VeloPayments::InlineResponse400](docs/InlineResponse400.md) - - [VeloPayments::InlineResponse400Errors](docs/InlineResponse400Errors.md) - [VeloPayments::InlineResponse401](docs/InlineResponse401.md) - - [VeloPayments::InlineResponse401Errors](docs/InlineResponse401Errors.md) - [VeloPayments::InlineResponse403](docs/InlineResponse403.md) - - [VeloPayments::InlineResponse403Errors](docs/InlineResponse403Errors.md) - [VeloPayments::InlineResponse404](docs/InlineResponse404.md) - - [VeloPayments::InlineResponse404Errors](docs/InlineResponse404Errors.md) - [VeloPayments::InlineResponse409](docs/InlineResponse409.md) - - [VeloPayments::InlineResponse409Errors](docs/InlineResponse409Errors.md) - [VeloPayments::InlineResponse412](docs/InlineResponse412.md) - - [VeloPayments::InlineResponse412Errors](docs/InlineResponse412Errors.md) - [VeloPayments::InvitationStatus](docs/InvitationStatus.md) - [VeloPayments::InvitationStatus2](docs/InvitationStatus2.md) - - [VeloPayments::InvitationStatusResponse](docs/InvitationStatusResponse.md) - [VeloPayments::InvitePayeeRequest](docs/InvitePayeeRequest.md) - [VeloPayments::InvitePayeeRequest2](docs/InvitePayeeRequest2.md) - [VeloPayments::InviteUserRequest](docs/InviteUserRequest.md) - [VeloPayments::KycState](docs/KycState.md) - - [VeloPayments::Language](docs/Language.md) - - [VeloPayments::Language2](docs/Language2.md) - [VeloPayments::LinkForResponse](docs/LinkForResponse.md) - [VeloPayments::ListFundingAccountsResponse](docs/ListFundingAccountsResponse.md) - [VeloPayments::ListFundingAccountsResponse2](docs/ListFundingAccountsResponse2.md) - [VeloPayments::ListPaymentsResponseV3](docs/ListPaymentsResponseV3.md) - [VeloPayments::ListPaymentsResponseV3Page](docs/ListPaymentsResponseV3Page.md) @@ -369,39 +354,40 @@ - [VeloPayments::ListSourceAccountResponsePage](docs/ListSourceAccountResponsePage.md) - [VeloPayments::ListSourceAccountResponseV2](docs/ListSourceAccountResponseV2.md) - [VeloPayments::ListSourceAccountResponseV2Links](docs/ListSourceAccountResponseV2Links.md) - [VeloPayments::ListSourceAccountResponseV3](docs/ListSourceAccountResponseV3.md) - [VeloPayments::ListSourceAccountResponseV3Links](docs/ListSourceAccountResponseV3Links.md) - - [VeloPayments::LocationType](docs/LocationType.md) + - [VeloPayments::LocalisationDetails](docs/LocalisationDetails.md) - [VeloPayments::MFADetails](docs/MFADetails.md) - [VeloPayments::MFAType](docs/MFAType.md) - - [VeloPayments::MarketingOptIn](docs/MarketingOptIn.md) - [VeloPayments::Name](docs/Name.md) + - [VeloPayments::Name2](docs/Name2.md) + - [VeloPayments::Notification](docs/Notification.md) - [VeloPayments::Notifications](docs/Notifications.md) - [VeloPayments::Notifications2](docs/Notifications2.md) - [VeloPayments::OfacStatus](docs/OfacStatus.md) - - [VeloPayments::OfacStatus2](docs/OfacStatus2.md) - [VeloPayments::OnboardedStatus](docs/OnboardedStatus.md) - [VeloPayments::OnboardedStatus2](docs/OnboardedStatus2.md) + - [VeloPayments::OnboardingStatusChanged](docs/OnboardingStatusChanged.md) - [VeloPayments::PageForResponse](docs/PageForResponse.md) - [VeloPayments::PageResourceFundingPayorStatusAuditResponseFundingPayorStatusAuditResponse](docs/PageResourceFundingPayorStatusAuditResponseFundingPayorStatusAuditResponse.md) - [VeloPayments::PagedPayeeInvitationStatusResponse](docs/PagedPayeeInvitationStatusResponse.md) - [VeloPayments::PagedPayeeInvitationStatusResponse2](docs/PagedPayeeInvitationStatusResponse2.md) - [VeloPayments::PagedPayeeInvitationStatusResponsePage](docs/PagedPayeeInvitationStatusResponsePage.md) - [VeloPayments::PagedPayeeResponse](docs/PagedPayeeResponse.md) - [VeloPayments::PagedPayeeResponse2](docs/PagedPayeeResponse2.md) - - [VeloPayments::PagedPayeeResponse2Summary](docs/PagedPayeeResponse2Summary.md) - [VeloPayments::PagedPayeeResponseLinks](docs/PagedPayeeResponseLinks.md) - [VeloPayments::PagedPayeeResponsePage](docs/PagedPayeeResponsePage.md) - [VeloPayments::PagedPayeeResponseSummary](docs/PagedPayeeResponseSummary.md) - [VeloPayments::PagedPaymentsResponseV3](docs/PagedPaymentsResponseV3.md) - [VeloPayments::PagedUserResponse](docs/PagedUserResponse.md) - [VeloPayments::PagedUserResponseLinks](docs/PagedUserResponseLinks.md) - [VeloPayments::PagedUserResponsePage](docs/PagedUserResponsePage.md) - [VeloPayments::PasswordRequest](docs/PasswordRequest.md) - - [VeloPayments::Payee](docs/Payee.md) - - [VeloPayments::Payee2](docs/Payee2.md) + - [VeloPayments::PayableIssue](docs/PayableIssue.md) + - [VeloPayments::PayableIssue2](docs/PayableIssue2.md) + - [VeloPayments::PayableStatusChanged](docs/PayableStatusChanged.md) - [VeloPayments::PayeeAddress](docs/PayeeAddress.md) - [VeloPayments::PayeeAddress2](docs/PayeeAddress2.md) - [VeloPayments::PayeeDelta](docs/PayeeDelta.md) - [VeloPayments::PayeeDelta2](docs/PayeeDelta2.md) - [VeloPayments::PayeeDeltaResponse](docs/PayeeDeltaResponse.md) @@ -409,69 +395,71 @@ - [VeloPayments::PayeeDeltaResponse2Links](docs/PayeeDeltaResponse2Links.md) - [VeloPayments::PayeeDeltaResponseLinks](docs/PayeeDeltaResponseLinks.md) - [VeloPayments::PayeeDeltaResponsePage](docs/PayeeDeltaResponsePage.md) - [VeloPayments::PayeeDetailResponse](docs/PayeeDetailResponse.md) - [VeloPayments::PayeeDetailResponse2](docs/PayeeDetailResponse2.md) - - [VeloPayments::PayeeInvitationStatus](docs/PayeeInvitationStatus.md) + - [VeloPayments::PayeeDetailsChanged](docs/PayeeDetailsChanged.md) + - [VeloPayments::PayeeEvent](docs/PayeeEvent.md) + - [VeloPayments::PayeeEventAllOf](docs/PayeeEventAllOf.md) + - [VeloPayments::PayeeEventAllOfReasons](docs/PayeeEventAllOfReasons.md) - [VeloPayments::PayeeInvitationStatusResponse](docs/PayeeInvitationStatusResponse.md) - [VeloPayments::PayeeInvitationStatusResponse2](docs/PayeeInvitationStatusResponse2.md) - - [VeloPayments::PayeePaymentChannel](docs/PayeePaymentChannel.md) - - [VeloPayments::PayeePaymentChannel2](docs/PayeePaymentChannel2.md) - [VeloPayments::PayeePayorRef](docs/PayeePayorRef.md) - - [VeloPayments::PayeePayorRef2](docs/PayeePayorRef2.md) - - [VeloPayments::PayeePayorRefV2](docs/PayeePayorRefV2.md) - [VeloPayments::PayeePayorRefV3](docs/PayeePayorRefV3.md) - - [VeloPayments::PayeeResponse](docs/PayeeResponse.md) - - [VeloPayments::PayeeResponseV2](docs/PayeeResponseV2.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::PaymentAuditCurrencyV4](docs/PaymentAuditCurrencyV4.md) - [VeloPayments::PaymentChannelCountry](docs/PaymentChannelCountry.md) - [VeloPayments::PaymentChannelRule](docs/PaymentChannelRule.md) - [VeloPayments::PaymentChannelRulesResponse](docs/PaymentChannelRulesResponse.md) - [VeloPayments::PaymentDelta](docs/PaymentDelta.md) - [VeloPayments::PaymentDeltaResponse](docs/PaymentDeltaResponse.md) - - [VeloPayments::PaymentDeltaResponseV4](docs/PaymentDeltaResponseV4.md) - - [VeloPayments::PaymentDeltaV4](docs/PaymentDeltaV4.md) + - [VeloPayments::PaymentDeltaResponseV1](docs/PaymentDeltaResponseV1.md) + - [VeloPayments::PaymentDeltaV1](docs/PaymentDeltaV1.md) + - [VeloPayments::PaymentEvent](docs/PaymentEvent.md) + - [VeloPayments::PaymentEventAllOf](docs/PaymentEventAllOf.md) + - [VeloPayments::PaymentEventResponse](docs/PaymentEventResponse.md) - [VeloPayments::PaymentEventResponseV3](docs/PaymentEventResponseV3.md) - - [VeloPayments::PaymentEventResponseV4](docs/PaymentEventResponseV4.md) - [VeloPayments::PaymentInstructionV3](docs/PaymentInstructionV3.md) - [VeloPayments::PaymentRails](docs/PaymentRails.md) + - [VeloPayments::PaymentRejectedOrReturned](docs/PaymentRejectedOrReturned.md) + - [VeloPayments::PaymentRejectedOrReturnedAllOf](docs/PaymentRejectedOrReturnedAllOf.md) - [VeloPayments::PaymentResponseV3](docs/PaymentResponseV3.md) - [VeloPayments::PaymentResponseV4](docs/PaymentResponseV4.md) - [VeloPayments::PaymentResponseV4Payout](docs/PaymentResponseV4Payout.md) + - [VeloPayments::PaymentStatusChanged](docs/PaymentStatusChanged.md) + - [VeloPayments::PaymentStatusChangedAllOf](docs/PaymentStatusChangedAllOf.md) - [VeloPayments::PaymentV3](docs/PaymentV3.md) - [VeloPayments::PayorAddress](docs/PayorAddress.md) - [VeloPayments::PayorAddressV2](docs/PayorAddressV2.md) + - [VeloPayments::PayorAmlTransaction](docs/PayorAmlTransaction.md) - [VeloPayments::PayorAmlTransactionV3](docs/PayorAmlTransactionV3.md) - - [VeloPayments::PayorAmlTransactionV4](docs/PayorAmlTransactionV4.md) - [VeloPayments::PayorBrandingResponse](docs/PayorBrandingResponse.md) - [VeloPayments::PayorCreateApiKeyRequest](docs/PayorCreateApiKeyRequest.md) - [VeloPayments::PayorCreateApiKeyResponse](docs/PayorCreateApiKeyResponse.md) - [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::PayoutPayorV4](docs/PayoutPayorV4.md) - - [VeloPayments::PayoutPrincipalV4](docs/PayoutPrincipalV4.md) + - [VeloPayments::PayoutPayor](docs/PayoutPayor.md) + - [VeloPayments::PayoutPayorIds](docs/PayoutPayorIds.md) + - [VeloPayments::PayoutPrincipal](docs/PayoutPrincipal.md) + - [VeloPayments::PayoutStatus](docs/PayoutStatus.md) - [VeloPayments::PayoutStatusV3](docs/PayoutStatusV3.md) - - [VeloPayments::PayoutStatusV4](docs/PayoutStatusV4.md) + - [VeloPayments::PayoutSummaryAudit](docs/PayoutSummaryAudit.md) - [VeloPayments::PayoutSummaryAuditV3](docs/PayoutSummaryAuditV3.md) - - [VeloPayments::PayoutSummaryAuditV4](docs/PayoutSummaryAuditV4.md) - [VeloPayments::PayoutSummaryResponseV3](docs/PayoutSummaryResponseV3.md) - - [VeloPayments::PayoutTypeV4](docs/PayoutTypeV4.md) - - [VeloPayments::PingResponse](docs/PingResponse.md) + - [VeloPayments::PayoutType](docs/PayoutType.md) + - [VeloPayments::Ping](docs/Ping.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) @@ -485,14 +473,15 @@ - [VeloPayments::SelfUpdatePasswordRequest](docs/SelfUpdatePasswordRequest.md) - [VeloPayments::SetNotificationsRequest](docs/SetNotificationsRequest.md) - [VeloPayments::SourceAccountResponse](docs/SourceAccountResponse.md) - [VeloPayments::SourceAccountResponseV2](docs/SourceAccountResponseV2.md) - [VeloPayments::SourceAccountResponseV3](docs/SourceAccountResponseV3.md) + - [VeloPayments::SourceAccountSummary](docs/SourceAccountSummary.md) - [VeloPayments::SourceAccountSummaryV3](docs/SourceAccountSummaryV3.md) - - [VeloPayments::SourceAccountSummaryV4](docs/SourceAccountSummaryV4.md) - [VeloPayments::SourceAccountType](docs/SourceAccountType.md) - [VeloPayments::SourceAccountV3](docs/SourceAccountV3.md) + - [VeloPayments::SourceEvent](docs/SourceEvent.md) - [VeloPayments::SupportedCountriesResponse](docs/SupportedCountriesResponse.md) - [VeloPayments::SupportedCountriesResponseV2](docs/SupportedCountriesResponseV2.md) - [VeloPayments::SupportedCountry](docs/SupportedCountry.md) - [VeloPayments::SupportedCountryV2](docs/SupportedCountryV2.md) - [VeloPayments::SupportedCurrencyResponseV2](docs/SupportedCurrencyResponseV2.md) @@ -504,9 +493,10 @@ - [VeloPayments::TransmissionTypes2](docs/TransmissionTypes2.md) - [VeloPayments::UnregisterMFARequest](docs/UnregisterMFARequest.md) - [VeloPayments::UpdatePayeeDetailsRequest](docs/UpdatePayeeDetailsRequest.md) - [VeloPayments::UpdatePayeeDetailsRequest2](docs/UpdatePayeeDetailsRequest2.md) - [VeloPayments::UpdateRemoteIdRequest](docs/UpdateRemoteIdRequest.md) + - [VeloPayments::UpdateRemoteIdRequest2](docs/UpdateRemoteIdRequest2.md) - [VeloPayments::UpdateWebhookRequest](docs/UpdateWebhookRequest.md) - [VeloPayments::UserDetailsUpdateRequest](docs/UserDetailsUpdateRequest.md) - [VeloPayments::UserInfo](docs/UserInfo.md) - [VeloPayments::UserResponse](docs/UserResponse.md) - [VeloPayments::UserStatus](docs/UserStatus.md)