wire4_client 1.0.0 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.md +88 -21
- data/docs/Account.md +11 -11
- data/docs/AccountDetail.md +13 -0
- data/docs/AccountReassigned.md +21 -0
- data/docs/AccountRequest.md +3 -3
- data/docs/AccountResponse.md +13 -11
- data/docs/AccountSpid.md +11 -11
- data/docs/AddressCompany.md +17 -0
- data/docs/AmountRequest.md +5 -3
- data/docs/AuthorizationTransactionGroup.md +9 -0
- data/docs/AuthorizedBeneficiariesResponse.md +10 -0
- data/docs/AuthorizedUsers.md +13 -0
- data/docs/AutorizacinDeDepsitosApi.md +113 -0
- data/docs/Balance.md +3 -3
- data/docs/BalanceListResponse.md +1 -1
- data/docs/BeneficiariesQueryRegisterStatus.md +13 -0
- data/docs/BeneficiariesResponse.md +1 -1
- data/docs/BillingTransaction.md +1 -1
- data/docs/CepResponse.md +20 -20
- data/docs/CepSearchBanxico.md +8 -8
- data/docs/CertificateRequest.md +11 -0
- data/docs/CodiCodeQrResponseDTO.md +17 -0
- data/docs/CodiCodeRequestDTO.md +14 -0
- data/docs/CodiOperationResponseDTO.md +14 -0
- data/docs/CodiOperationsFiltersRequestDTO.md +15 -0
- data/docs/CompanyRegistered.md +13 -0
- data/docs/CompanyRequested.md +11 -0
- data/docs/Compay.md +11 -0
- data/docs/ConfigurationsLimits.md +9 -0
- data/docs/ContactRequest.md +5 -5
- data/docs/ContractDetailRequest.md +11 -0
- data/docs/ContractDetailResponse.md +9 -0
- data/docs/ContractsDetailsApi.md +222 -0
- data/docs/CuentasDeBeneficiariosSPEIApi.md +156 -37
- data/docs/CuentasDeBeneficiariosSPIDApi.md +24 -12
- data/docs/Deposit.md +22 -20
- data/docs/DepositAuthorizationRequest.md +10 -0
- data/docs/Depositant.md +5 -5
- data/docs/DepositantesApi.md +6 -6
- data/docs/DepositantsRegister.md +4 -4
- data/docs/DepositantsResponse.md +1 -1
- data/docs/DepositsAuthorizationResponse.md +10 -0
- data/docs/DetailedErrorResponse.md +10 -0
- data/docs/EmpresasCoDiApi.md +107 -0
- data/docs/GetDepositants.md +1 -1
- data/docs/InstitucionesApi.md +5 -3
- data/docs/Institution.md +4 -4
- data/docs/InstitutionsList.md +1 -1
- data/docs/Item.md +10 -0
- data/docs/LmitesDeMontosApi.md +112 -0
- data/docs/MessageAccountBeneficiary.md +3 -3
- data/docs/MessageCEP.md +21 -21
- data/docs/MessageCodiAction.md +19 -0
- data/docs/MessageConfigurationsLimits.md +8 -0
- data/docs/MessageDepositAuthorizationRequest.md +28 -0
- data/docs/MessageDepositReceived.md +22 -20
- data/docs/MessageInstitution.md +4 -4
- data/docs/MessagePayment.md +20 -18
- data/docs/MessagePaymentStatePending.md +23 -0
- data/docs/MessageRequestChanged.md +9 -0
- data/docs/MessageSalesPoint.md +10 -0
- data/docs/MessageSubscription.md +6 -6
- data/docs/MessageUserAuthorized.md +14 -0
- data/docs/MessageWebHook.md +9 -9
- data/docs/OperacionesCoDiApi.md +68 -0
- data/docs/Operations.md +17 -0
- data/docs/PagerResponseDto.md +13 -0
- data/docs/Payment.md +19 -17
- data/docs/PaymentCODI.md +13 -0
- data/docs/PaymentRequestCodiResponseDTO.md +18 -0
- data/docs/PeticionesDePagoPorCoDiApi.md +116 -0
- data/docs/PreEnrollmentData.md +2 -2
- data/docs/PreEnrollmentResponse.md +2 -2
- data/docs/PreMonexAuthorization.md +11 -0
- data/docs/PuntosDeVentaCoDiApi.md +113 -0
- data/docs/Relationship.md +2 -2
- data/docs/RelationshipsResponse.md +1 -1
- data/docs/SaldoApi.md +3 -3
- data/docs/SalesPoint.md +10 -0
- data/docs/SalesPointFound.md +14 -0
- data/docs/SalesPointRequest.md +11 -0
- data/docs/SalesPointRespose.md +11 -0
- data/docs/ServiceBanking.md +9 -0
- data/docs/SpidBeneficiariesResponse.md +1 -1
- data/docs/SpidBeneficiaryResponse.md +11 -9
- data/docs/SpidClassificationDTO.md +2 -2
- data/docs/SubscriptionChangeStatusRequest.md +8 -0
- data/docs/SuscripcionesApi.md +125 -18
- data/docs/TokenRequiredResponse.md +2 -2
- data/docs/TransactionErrorCode.md +10 -0
- data/docs/TransactionOutgoing.md +2 -1
- data/docs/TransactionOutgoingSpid.md +10 -10
- data/docs/TransactionsOutgoingRegister.md +3 -3
- data/docs/TransferenciasSPEIApi.md +88 -24
- data/docs/TransferenciasSPIDApi.md +12 -12
- data/docs/UpdateConfigurationsRequestDTO.md +8 -0
- data/docs/UrlsRedirect.md +9 -0
- data/docs/UseServiceBanking.md +9 -0
- data/docs/UserCompany.md +16 -0
- data/docs/WebHookDepositAuthorizationRequest.md +9 -0
- data/docs/WebHookDepositAuthorizationResponse.md +13 -0
- data/docs/Webhook.md +13 -0
- data/docs/WebhookRequest.md +3 -3
- data/docs/WebhookResponse.md +5 -5
- data/docs/WebhooksApi.md +10 -10
- data/lib/wire4_client.rb +55 -1
- data/lib/wire4_client/api/autorizacin_de_depsitos_api.rb +173 -0
- data/lib/wire4_client/api/contracts_details_api.rb +301 -0
- data/lib/wire4_client/api/cuentas_de_beneficiarios_spei_api.rb +225 -41
- data/lib/wire4_client/api/cuentas_de_beneficiarios_spid_api.rb +29 -12
- data/lib/wire4_client/api/depositantes_api.rb +8 -8
- data/lib/wire4_client/api/empresas_co_di_api.rb +137 -0
- data/lib/wire4_client/api/instituciones_api.rb +4 -2
- data/lib/wire4_client/api/lmites_de_montos_api.rb +160 -0
- data/lib/wire4_client/api/operaciones_co_di_api.rb +92 -0
- data/lib/wire4_client/api/peticiones_de_pago_por_co_di_api.rb +178 -0
- data/lib/wire4_client/api/puntos_de_venta_co_di_api.rb +151 -0
- data/lib/wire4_client/api/saldo_api.rb +4 -4
- data/lib/wire4_client/api/suscripciones_api.rb +151 -18
- data/lib/wire4_client/api/transferencias_spei_api.rb +136 -24
- data/lib/wire4_client/api/transferencias_spid_api.rb +12 -12
- data/lib/wire4_client/api/webhooks_api.rb +15 -15
- data/lib/wire4_client/models/account.rb +11 -11
- data/lib/wire4_client/models/{timestamp.rb → account_detail.rb} +49 -74
- data/lib/wire4_client/models/account_reassigned.rb +375 -0
- data/lib/wire4_client/models/account_request.rb +3 -3
- data/lib/wire4_client/models/account_response.rb +36 -16
- data/lib/wire4_client/models/account_spid.rb +59 -11
- data/lib/wire4_client/models/address_company.rb +275 -0
- data/lib/wire4_client/models/amount_request.rb +94 -8
- data/lib/wire4_client/models/authorization_transaction_group.rb +207 -0
- data/lib/wire4_client/models/authorized_beneficiaries_response.rb +206 -0
- data/lib/wire4_client/models/authorized_users.rb +235 -0
- data/lib/wire4_client/models/balance.rb +4 -4
- data/lib/wire4_client/models/balance_list_response.rb +1 -1
- data/lib/wire4_client/models/beneficiaries_query_register_status.rb +270 -0
- data/lib/wire4_client/models/beneficiaries_response.rb +1 -1
- data/lib/wire4_client/models/billing_transaction.rb +1 -1
- data/lib/wire4_client/models/cep_response.rb +20 -20
- data/lib/wire4_client/models/cep_search_banxico.rb +8 -8
- data/lib/wire4_client/models/certificate_request.rb +248 -0
- data/lib/wire4_client/models/codi_code_qr_response_dto.rb +320 -0
- data/lib/wire4_client/models/codi_code_request_dto.rb +402 -0
- data/lib/wire4_client/models/codi_operation_response_dto.rb +245 -0
- data/lib/wire4_client/models/codi_operations_filters_request_dto.rb +336 -0
- data/lib/wire4_client/models/company_registered.rb +235 -0
- data/lib/wire4_client/models/company_requested.rb +215 -0
- data/lib/wire4_client/models/compay.rb +215 -0
- data/lib/wire4_client/models/configurations_limits.rb +197 -0
- data/lib/wire4_client/models/contact_request.rb +6 -6
- data/lib/wire4_client/models/contract_detail_request.rb +247 -0
- data/lib/wire4_client/models/contract_detail_response.rb +194 -0
- data/lib/wire4_client/models/deposit.rb +41 -21
- data/lib/wire4_client/models/deposit_authorization_request.rb +205 -0
- data/lib/wire4_client/models/depositant.rb +5 -5
- data/lib/wire4_client/models/depositants_register.rb +4 -4
- data/lib/wire4_client/models/depositants_response.rb +1 -1
- data/lib/wire4_client/models/deposits_authorization_response.rb +205 -0
- data/lib/wire4_client/models/detailed_error_response.rb +203 -0
- data/lib/wire4_client/models/get_depositants.rb +2 -2
- data/lib/wire4_client/models/institution.rb +5 -5
- data/lib/wire4_client/models/institutions_list.rb +1 -1
- data/lib/wire4_client/models/item.rb +205 -0
- data/lib/wire4_client/models/message_account_beneficiary.rb +4 -4
- data/lib/wire4_client/models/message_cep.rb +22 -22
- data/lib/wire4_client/models/message_codi_action.rb +295 -0
- data/lib/wire4_client/models/message_configurations_limits.rb +187 -0
- data/lib/wire4_client/models/message_deposit_authorization_request.rb +385 -0
- data/lib/wire4_client/models/message_deposit_received.rb +42 -22
- data/lib/wire4_client/models/message_institution.rb +5 -5
- data/lib/wire4_client/models/message_payment.rb +40 -19
- data/lib/wire4_client/models/message_payment_state_pending.rb +335 -0
- data/lib/wire4_client/models/message_request_changed.rb +229 -0
- data/lib/wire4_client/models/message_sales_point.rb +205 -0
- data/lib/wire4_client/models/message_subscription.rb +7 -7
- data/lib/wire4_client/models/message_user_authorized.rb +245 -0
- data/lib/wire4_client/models/message_web_hook.rb +10 -10
- data/lib/wire4_client/models/operations.rb +321 -0
- data/lib/wire4_client/models/pager_response_dto.rb +236 -0
- data/lib/wire4_client/models/payment.rb +38 -18
- data/lib/wire4_client/models/payment_codi.rb +269 -0
- data/lib/wire4_client/models/payment_request_codi_response_dto.rb +287 -0
- data/lib/wire4_client/models/pre_enrollment_data.rb +20 -2
- data/lib/wire4_client/models/pre_enrollment_response.rb +2 -2
- data/lib/wire4_client/models/pre_monex_authorization.rb +291 -0
- data/lib/wire4_client/models/relationship.rb +2 -2
- data/lib/wire4_client/models/relationships_response.rb +1 -1
- data/lib/wire4_client/models/sales_point.rb +205 -0
- data/lib/wire4_client/models/sales_point_found.rb +279 -0
- data/lib/wire4_client/models/sales_point_request.rb +254 -0
- data/lib/wire4_client/models/sales_point_respose.rb +215 -0
- data/lib/wire4_client/models/service_banking.rb +193 -0
- data/lib/wire4_client/models/spid_beneficiaries_response.rb +1 -1
- data/lib/wire4_client/models/spid_beneficiary_response.rb +33 -13
- data/lib/wire4_client/models/spid_classification_dto.rb +2 -2
- data/lib/wire4_client/models/subscription_change_status_request.rb +222 -0
- data/lib/wire4_client/models/token_required_response.rb +3 -3
- data/lib/wire4_client/models/transaction_error_code.rb +201 -0
- data/lib/wire4_client/models/transaction_outgoing.rb +12 -2
- data/lib/wire4_client/models/transaction_outgoing_spid.rb +11 -11
- data/lib/wire4_client/models/transactions_outgoing_register.rb +4 -4
- data/lib/wire4_client/models/update_configurations_request_dto.rb +192 -0
- data/lib/wire4_client/models/urls_redirect.rb +261 -0
- data/lib/wire4_client/models/use_service_banking.rb +251 -0
- data/lib/wire4_client/models/user_company.rb +269 -0
- data/lib/wire4_client/models/web_hook_deposit_authorization_request.rb +195 -0
- data/lib/wire4_client/models/web_hook_deposit_authorization_response.rb +237 -0
- data/lib/wire4_client/models/webhook.rb +271 -0
- data/lib/wire4_client/models/webhook_request.rb +3 -3
- data/lib/wire4_client/models/webhook_response.rb +5 -5
- data/lib/wire4_client/version.rb +1 -1
- data/spec/api/autorizacin_de_depsitos_api_spec.rb +62 -0
- data/spec/api/contracts_details_api_spec.rb +90 -0
- data/spec/api/cuentas_de_beneficiarios_spei_api_spec.rb +52 -19
- data/spec/api/cuentas_de_beneficiarios_spid_api_spec.rb +12 -6
- data/spec/api/depositantes_api_spec.rb +4 -4
- data/spec/api/empresas_co_di_api_spec.rb +60 -0
- data/spec/api/instituciones_api_spec.rb +2 -1
- data/spec/api/lmites_de_montos_api_spec.rb +62 -0
- data/spec/api/operaciones_co_di_api_spec.rb +52 -0
- data/spec/api/peticiones_de_pago_por_co_di_api_spec.rb +63 -0
- data/spec/api/puntos_de_venta_co_di_api_spec.rb +62 -0
- data/spec/api/saldo_api_spec.rb +2 -2
- data/spec/api/suscripciones_api_spec.rb +37 -9
- data/spec/api/transferencias_spei_api_spec.rb +29 -12
- data/spec/api/transferencias_spid_api_spec.rb +6 -6
- data/spec/api/webhooks_api_spec.rb +4 -4
- data/spec/models/account_detail_spec.rb +71 -0
- data/spec/models/account_reassigned_spec.rb +119 -0
- data/spec/models/account_response_spec.rb +12 -0
- data/spec/models/{timestamp_spec.rb → address_company_spec.rb} +16 -16
- data/spec/models/amount_request_spec.rb +12 -0
- data/spec/models/authorization_transaction_group_spec.rb +47 -0
- data/spec/models/authorized_beneficiaries_response_spec.rb +53 -0
- data/spec/models/authorized_users_spec.rb +71 -0
- data/spec/models/beneficiaries_query_register_status_spec.rb +75 -0
- data/spec/models/certificate_request_spec.rb +59 -0
- data/spec/models/codi_code_qr_response_dto_spec.rb +103 -0
- data/spec/models/codi_code_request_dto_spec.rb +81 -0
- data/spec/models/codi_operation_response_dto_spec.rb +77 -0
- data/spec/models/codi_operations_filters_request_dto_spec.rb +87 -0
- data/spec/models/company_registered_spec.rb +71 -0
- data/spec/models/company_requested_spec.rb +59 -0
- data/spec/models/compay_spec.rb +59 -0
- data/spec/models/configurations_limits_spec.rb +47 -0
- data/spec/models/contract_detail_request_spec.rb +59 -0
- data/spec/models/contract_detail_response_spec.rb +47 -0
- data/spec/models/deposit_authorization_request_spec.rb +53 -0
- data/spec/models/deposit_spec.rb +12 -0
- data/spec/models/deposits_authorization_response_spec.rb +53 -0
- data/spec/models/detailed_error_response_spec.rb +53 -0
- data/spec/models/item_spec.rb +53 -0
- data/spec/models/message_codi_action_spec.rb +107 -0
- data/spec/models/message_configurations_limits_spec.rb +41 -0
- data/spec/models/message_deposit_authorization_request_spec.rb +161 -0
- data/spec/models/message_deposit_received_spec.rb +12 -0
- data/spec/models/message_payment_spec.rb +12 -0
- data/spec/models/message_payment_state_pending_spec.rb +131 -0
- data/spec/models/message_request_changed_spec.rb +51 -0
- data/spec/models/message_sales_point_spec.rb +53 -0
- data/spec/models/message_user_authorized_spec.rb +77 -0
- data/spec/models/operations_spec.rb +103 -0
- data/spec/models/pager_response_dto_spec.rb +71 -0
- data/spec/models/payment_codi_spec.rb +75 -0
- data/spec/models/payment_request_codi_response_dto_spec.rb +101 -0
- data/spec/models/payment_spec.rb +12 -0
- data/spec/models/pre_monex_authorization_spec.rb +59 -0
- data/spec/models/sales_point_found_spec.rb +81 -0
- data/spec/models/sales_point_request_spec.rb +59 -0
- data/spec/models/sales_point_respose_spec.rb +59 -0
- data/spec/models/sales_point_spec.rb +53 -0
- data/spec/models/service_banking_spec.rb +47 -0
- data/spec/models/spid_beneficiary_response_spec.rb +12 -0
- data/spec/models/subscription_change_status_request_spec.rb +45 -0
- data/spec/models/transaction_error_code_spec.rb +53 -0
- data/spec/models/transaction_outgoing_spec.rb +6 -0
- data/spec/models/update_configurations_request_dto_spec.rb +41 -0
- data/spec/models/urls_redirect_spec.rb +47 -0
- data/spec/models/use_service_banking_spec.rb +55 -0
- data/spec/models/user_company_spec.rb +89 -0
- data/spec/models/web_hook_deposit_authorization_request_spec.rb +47 -0
- data/spec/models/web_hook_deposit_authorization_response_spec.rb +71 -0
- data/spec/models/webhook_spec.rb +75 -0
- metadata +222 -7
- data/Gemfile.lock +0 -69
- data/docs/Timestamp.md +0 -17
data/docs/Webhook.md
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
# Wire4Client::Webhook
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**events** | **Array<String>** | Tipo de evento manejado por el webhook. Para más referencia sobre los tipos de eventos soportados, revise la siguiente liga: <a href=\"#section/Eventos\">https://developers.wire4.mx/#section/Eventos.</a> | [optional]
|
7
|
+
**name** | **String** | Es el nombre del webhook. | [optional]
|
8
|
+
**secret** | **String** | Es la llave con la que se debe de identificar que el webhook fue enviado por Wire4. Para mayor información revisar la guía de notificaciones en la sección de <a href=\"https://wire4.mx/#/guides/notificaciones\">\"Comprobación de firmas de Webhook\".</a> | [optional]
|
9
|
+
**status** | **String** | Estado (estatus) en el que se encuentra el webhook. | [optional]
|
10
|
+
**url** | **String** | Es la dirección URL a la que Wire4 enviará las notificaciones cuando un evento ocurra. | [optional]
|
11
|
+
**wh_id** | **String** | Es el identificador del webhook. | [optional]
|
12
|
+
|
13
|
+
|
data/docs/WebhookRequest.md
CHANGED
@@ -3,8 +3,8 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**events** | **Array<String>** |
|
7
|
-
**name** | **String** |
|
8
|
-
**url** | **String** | URL
|
6
|
+
**events** | **Array<String>** | Son los eventos para que Wire4 te envíe información. Para más información sobre los tipos de eventos soportados, revise la siguiente liga: <a href=\"#section/Eventos\">https://developers.wire4.mx/#section/Eventos</a>. |
|
7
|
+
**name** | **String** | Es el nombre del webhook. |
|
8
|
+
**url** | **String** | Es la dirección URL para que Wire4 envíe las notificaciones cuando un evento ocurra. |
|
9
9
|
|
10
10
|
|
data/docs/WebhookResponse.md
CHANGED
@@ -4,10 +4,10 @@
|
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
6
|
**events** | **Array<String>** | Tipos de eventos de los cuales Wire4 te enviará información. | [optional]
|
7
|
-
**name** | **String** |
|
8
|
-
**secret** | **String** | Llave con la cual se debe de identificar que el webhook fue enviado por Wire4, para mayor información revisar la guía de notificaciones (https://wire4.mx/#/guides/notificaciones),
|
9
|
-
**status** | **String** |
|
10
|
-
**url** | **String** | URL a la
|
11
|
-
**wh_uuid** | **String** |
|
7
|
+
**name** | **String** | Es el nombre del webhook. | [optional]
|
8
|
+
**secret** | **String** | Llave con la cual se debe de identificar que el webhook fue enviado por Wire4, para mayor información revisar la guía de notificaciones (https://wire4.mx/#/guides/notificaciones), en la sección de <a href=\"https://wire4.mx/#/guides/notificaciones\">\"Comprobación de firmas de Webhook\".</a> | [optional]
|
9
|
+
**status** | **String** | Es el estado (estatus) en el que se encuentra el webhook. | [optional]
|
10
|
+
**url** | **String** | Es la dirección URL a la que Wire4 enviará las notificaciones cuando un evento ocurra. | [optional]
|
11
|
+
**wh_uuid** | **String** | Es el identificador del webhook. Ejemplo: wh_54a832866f784b439bc625c0f4e04e12. | [optional]
|
12
12
|
|
13
13
|
|
data/docs/WebhooksApi.md
CHANGED
@@ -4,13 +4,13 @@ All URIs are relative to *https://sandbox-api.wire4.mx/wire4/1.0.0*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**get_webhook**](WebhooksApi.md#get_webhook) | **GET** /webhooks/{
|
8
|
-
[**get_webhooks**](WebhooksApi.md#get_webhooks) | **GET** /webhooks | Consulta de Webhooks
|
7
|
+
[**get_webhook**](WebhooksApi.md#get_webhook) | **GET** /webhooks/{webhook_id} | Consulta de Webhook
|
8
|
+
[**get_webhooks**](WebhooksApi.md#get_webhooks) | **GET** /webhooks | Consulta la lista de Webhooks
|
9
9
|
[**register_webhook**](WebhooksApi.md#register_webhook) | **POST** /webhooks | Alta de Webhook
|
10
10
|
|
11
11
|
|
12
12
|
# **get_webhook**
|
13
|
-
> WebhookResponse get_webhook(authorization,
|
13
|
+
> WebhookResponse get_webhook(authorization, webhook_id)
|
14
14
|
|
15
15
|
Consulta de Webhook
|
16
16
|
|
@@ -25,12 +25,12 @@ api_instance = Wire4Client::WebhooksApi.new
|
|
25
25
|
|
26
26
|
authorization = 'authorization_example' # String | Header para token
|
27
27
|
|
28
|
-
|
28
|
+
webhook_id = 'webhook_id_example' # String | Es el identificador del webhook. Ejemplo: wh_54a932866f784b439bc625c0f4e04e12
|
29
29
|
|
30
30
|
|
31
31
|
begin
|
32
32
|
#Consulta de Webhook
|
33
|
-
result = api_instance.get_webhook(authorization,
|
33
|
+
result = api_instance.get_webhook(authorization, webhook_id)
|
34
34
|
p result
|
35
35
|
rescue Wire4Client::ApiError => e
|
36
36
|
puts "Exception when calling WebhooksApi->get_webhook: #{e}"
|
@@ -42,7 +42,7 @@ end
|
|
42
42
|
Name | Type | Description | Notes
|
43
43
|
------------- | ------------- | ------------- | -------------
|
44
44
|
**authorization** | **String**| Header para token |
|
45
|
-
**
|
45
|
+
**webhook_id** | **String**| Es el identificador del webhook. Ejemplo: wh_54a932866f784b439bc625c0f4e04e12 |
|
46
46
|
|
47
47
|
### Return type
|
48
48
|
|
@@ -62,9 +62,9 @@ No authorization required
|
|
62
62
|
# **get_webhooks**
|
63
63
|
> WebhooksList get_webhooks(authorization)
|
64
64
|
|
65
|
-
Consulta de Webhooks
|
65
|
+
Consulta la lista de Webhooks
|
66
66
|
|
67
|
-
Obtiene los webhooks registrados en la plataforma que tengan estatus
|
67
|
+
Obtiene una lista de los webhooks registrados en la plataforma que tengan el estado (estatus) Activo (ACTIVE) e Inactivo (INACTIVE).
|
68
68
|
|
69
69
|
### Example
|
70
70
|
```ruby
|
@@ -77,7 +77,7 @@ authorization = 'authorization_example' # String | Header para token
|
|
77
77
|
|
78
78
|
|
79
79
|
begin
|
80
|
-
#Consulta de Webhooks
|
80
|
+
#Consulta la lista de Webhooks
|
81
81
|
result = api_instance.get_webhooks(authorization)
|
82
82
|
p result
|
83
83
|
rescue Wire4Client::ApiError => e
|
@@ -111,7 +111,7 @@ No authorization required
|
|
111
111
|
|
112
112
|
Alta de Webhook
|
113
113
|
|
114
|
-
Registra un webhook en la plataforma para su uso como notificador de eventos
|
114
|
+
Registra un webhook en la plataforma para su uso como notificador de eventos, cuándo estos ocurran.
|
115
115
|
|
116
116
|
### Example
|
117
117
|
```ruby
|
data/lib/wire4_client.rb
CHANGED
@@ -18,62 +18,116 @@ require 'wire4_client/configuration'
|
|
18
18
|
|
19
19
|
# Models
|
20
20
|
require 'wire4_client/models/account'
|
21
|
+
require 'wire4_client/models/account_detail'
|
22
|
+
require 'wire4_client/models/account_reassigned'
|
21
23
|
require 'wire4_client/models/account_request'
|
22
24
|
require 'wire4_client/models/account_response'
|
23
25
|
require 'wire4_client/models/account_spid'
|
26
|
+
require 'wire4_client/models/address_company'
|
24
27
|
require 'wire4_client/models/amount_request'
|
28
|
+
require 'wire4_client/models/authorization_transaction_group'
|
29
|
+
require 'wire4_client/models/authorized_beneficiaries_response'
|
30
|
+
require 'wire4_client/models/authorized_users'
|
25
31
|
require 'wire4_client/models/balance'
|
26
32
|
require 'wire4_client/models/balance_list_response'
|
33
|
+
require 'wire4_client/models/beneficiaries_query_register_status'
|
27
34
|
require 'wire4_client/models/beneficiaries_response'
|
28
35
|
require 'wire4_client/models/beneficiary_institution'
|
29
36
|
require 'wire4_client/models/billing'
|
30
37
|
require 'wire4_client/models/billing_transaction'
|
31
38
|
require 'wire4_client/models/cep_response'
|
32
39
|
require 'wire4_client/models/cep_search_banxico'
|
40
|
+
require 'wire4_client/models/certificate_request'
|
41
|
+
require 'wire4_client/models/codi_code_qr_response_dto'
|
42
|
+
require 'wire4_client/models/codi_code_request_dto'
|
43
|
+
require 'wire4_client/models/codi_operation_response_dto'
|
44
|
+
require 'wire4_client/models/codi_operations_filters_request_dto'
|
45
|
+
require 'wire4_client/models/company_registered'
|
46
|
+
require 'wire4_client/models/company_requested'
|
47
|
+
require 'wire4_client/models/compay'
|
48
|
+
require 'wire4_client/models/configurations_limits'
|
33
49
|
require 'wire4_client/models/contact_request'
|
50
|
+
require 'wire4_client/models/contract_detail_request'
|
51
|
+
require 'wire4_client/models/contract_detail_response'
|
34
52
|
require 'wire4_client/models/deposit'
|
53
|
+
require 'wire4_client/models/deposit_authorization_request'
|
35
54
|
require 'wire4_client/models/depositant'
|
36
55
|
require 'wire4_client/models/depositants_register'
|
37
56
|
require 'wire4_client/models/depositants_response'
|
57
|
+
require 'wire4_client/models/deposits_authorization_response'
|
58
|
+
require 'wire4_client/models/detailed_error_response'
|
38
59
|
require 'wire4_client/models/error_response'
|
39
60
|
require 'wire4_client/models/get_depositants'
|
40
61
|
require 'wire4_client/models/institution'
|
41
62
|
require 'wire4_client/models/institutions_list'
|
63
|
+
require 'wire4_client/models/item'
|
42
64
|
require 'wire4_client/models/message_account_beneficiary'
|
43
65
|
require 'wire4_client/models/message_cep'
|
66
|
+
require 'wire4_client/models/message_codi_action'
|
67
|
+
require 'wire4_client/models/message_configurations_limits'
|
68
|
+
require 'wire4_client/models/message_deposit_authorization_request'
|
44
69
|
require 'wire4_client/models/message_deposit_received'
|
45
70
|
require 'wire4_client/models/message_institution'
|
46
71
|
require 'wire4_client/models/message_payment'
|
72
|
+
require 'wire4_client/models/message_payment_state_pending'
|
73
|
+
require 'wire4_client/models/message_request_changed'
|
74
|
+
require 'wire4_client/models/message_sales_point'
|
47
75
|
require 'wire4_client/models/message_subscription'
|
76
|
+
require 'wire4_client/models/message_user_authorized'
|
48
77
|
require 'wire4_client/models/message_web_hook'
|
78
|
+
require 'wire4_client/models/operations'
|
79
|
+
require 'wire4_client/models/pager_response_dto'
|
49
80
|
require 'wire4_client/models/payment'
|
81
|
+
require 'wire4_client/models/payment_codi'
|
82
|
+
require 'wire4_client/models/payment_request_codi_response_dto'
|
50
83
|
require 'wire4_client/models/payments_request_id'
|
51
84
|
require 'wire4_client/models/person'
|
52
85
|
require 'wire4_client/models/pre_enrollment_data'
|
53
86
|
require 'wire4_client/models/pre_enrollment_response'
|
87
|
+
require 'wire4_client/models/pre_monex_authorization'
|
54
88
|
require 'wire4_client/models/relationship'
|
55
89
|
require 'wire4_client/models/relationships_response'
|
90
|
+
require 'wire4_client/models/sales_point'
|
91
|
+
require 'wire4_client/models/sales_point_found'
|
92
|
+
require 'wire4_client/models/sales_point_request'
|
93
|
+
require 'wire4_client/models/sales_point_respose'
|
94
|
+
require 'wire4_client/models/service_banking'
|
56
95
|
require 'wire4_client/models/spid_beneficiaries_response'
|
57
96
|
require 'wire4_client/models/spid_beneficiary_response'
|
58
97
|
require 'wire4_client/models/spid_classification_dto'
|
59
98
|
require 'wire4_client/models/spid_classifications_response_dto'
|
60
|
-
require 'wire4_client/models/
|
99
|
+
require 'wire4_client/models/subscription_change_status_request'
|
61
100
|
require 'wire4_client/models/token_required_response'
|
101
|
+
require 'wire4_client/models/transaction_error_code'
|
62
102
|
require 'wire4_client/models/transaction_outgoing'
|
63
103
|
require 'wire4_client/models/transaction_outgoing_spid'
|
64
104
|
require 'wire4_client/models/transactions_outgoing_register'
|
105
|
+
require 'wire4_client/models/update_configurations_request_dto'
|
106
|
+
require 'wire4_client/models/urls_redirect'
|
107
|
+
require 'wire4_client/models/use_service_banking'
|
108
|
+
require 'wire4_client/models/user_company'
|
109
|
+
require 'wire4_client/models/web_hook_deposit_authorization_request'
|
110
|
+
require 'wire4_client/models/web_hook_deposit_authorization_response'
|
111
|
+
require 'wire4_client/models/webhook'
|
65
112
|
require 'wire4_client/models/webhook_request'
|
66
113
|
require 'wire4_client/models/webhook_response'
|
67
114
|
require 'wire4_client/models/webhooks_list'
|
68
115
|
|
69
116
|
# APIs
|
117
|
+
require 'wire4_client/api/autorizacin_de_depsitos_api'
|
70
118
|
require 'wire4_client/api/comprobante_electrnico_de_pago_cep_api'
|
71
119
|
require 'wire4_client/api/contacto_api'
|
120
|
+
require 'wire4_client/api/contracts_details_api'
|
72
121
|
require 'wire4_client/api/cuentas_de_beneficiarios_spei_api'
|
73
122
|
require 'wire4_client/api/cuentas_de_beneficiarios_spid_api'
|
74
123
|
require 'wire4_client/api/depositantes_api'
|
124
|
+
require 'wire4_client/api/empresas_co_di_api'
|
75
125
|
require 'wire4_client/api/facturas_api'
|
76
126
|
require 'wire4_client/api/instituciones_api'
|
127
|
+
require 'wire4_client/api/lmites_de_montos_api'
|
128
|
+
require 'wire4_client/api/operaciones_co_di_api'
|
129
|
+
require 'wire4_client/api/peticiones_de_pago_por_co_di_api'
|
130
|
+
require 'wire4_client/api/puntos_de_venta_co_di_api'
|
77
131
|
require 'wire4_client/api/saldo_api'
|
78
132
|
require 'wire4_client/api/suscripciones_api'
|
79
133
|
require 'wire4_client/api/transferencias_spei_api'
|
@@ -0,0 +1,173 @@
|
|
1
|
+
=begin
|
2
|
+
#Wire4RestAPI
|
3
|
+
|
4
|
+
#Referencia de la API de Wire4
|
5
|
+
|
6
|
+
OpenAPI spec version: 1.0.0
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.4.10
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'uri'
|
14
|
+
|
15
|
+
module Wire4Client
|
16
|
+
class AutorizacinDeDepsitosApi
|
17
|
+
attr_accessor :api_client
|
18
|
+
|
19
|
+
def initialize(api_client = ApiClient.default)
|
20
|
+
@api_client = api_client
|
21
|
+
end
|
22
|
+
# Consulta autorización de depósitos
|
23
|
+
# Obtiene la información de la autorización de depósitos del contrato relacionado a la suscripción.
|
24
|
+
# @param authorization Header para token
|
25
|
+
# @param subscription Es el identificador de la suscripción a esta API.
|
26
|
+
# @param [Hash] opts the optional parameters
|
27
|
+
# @return [DepositsAuthorizationResponse]
|
28
|
+
def get_deposit_auth_configurations(authorization, subscription, opts = {})
|
29
|
+
data, _status_code, _headers = get_deposit_auth_configurations_with_http_info(authorization, subscription, opts)
|
30
|
+
data
|
31
|
+
end
|
32
|
+
|
33
|
+
# Consulta autorización de depósitos
|
34
|
+
# Obtiene la información de la autorización de depósitos del contrato relacionado a la suscripción.
|
35
|
+
# @param authorization Header para token
|
36
|
+
# @param subscription Es el identificador de la suscripción a esta API.
|
37
|
+
# @param [Hash] opts the optional parameters
|
38
|
+
# @return [Array<(DepositsAuthorizationResponse, Fixnum, Hash)>] DepositsAuthorizationResponse data, response status code and response headers
|
39
|
+
def get_deposit_auth_configurations_with_http_info(authorization, subscription, opts = {})
|
40
|
+
if @api_client.config.debugging
|
41
|
+
@api_client.config.logger.debug 'Calling API: AutorizacinDeDepsitosApi.get_deposit_auth_configurations ...'
|
42
|
+
end
|
43
|
+
# verify the required parameter 'authorization' is set
|
44
|
+
if @api_client.config.client_side_validation && authorization.nil?
|
45
|
+
fail ArgumentError, "Missing the required parameter 'authorization' when calling AutorizacinDeDepsitosApi.get_deposit_auth_configurations"
|
46
|
+
end
|
47
|
+
# verify the required parameter 'subscription' is set
|
48
|
+
if @api_client.config.client_side_validation && subscription.nil?
|
49
|
+
fail ArgumentError, "Missing the required parameter 'subscription' when calling AutorizacinDeDepsitosApi.get_deposit_auth_configurations"
|
50
|
+
end
|
51
|
+
if @api_client.config.client_side_validation && subscription.to_s.length > 36
|
52
|
+
fail ArgumentError, 'invalid value for "subscription" when calling AutorizacinDeDepsitosApi.get_deposit_auth_configurations, the character length must be smaller than or equal to 36.'
|
53
|
+
end
|
54
|
+
|
55
|
+
if @api_client.config.client_side_validation && subscription.to_s.length < 36
|
56
|
+
fail ArgumentError, 'invalid value for "subscription" when calling AutorizacinDeDepsitosApi.get_deposit_auth_configurations, the character length must be great than or equal to 36.'
|
57
|
+
end
|
58
|
+
|
59
|
+
if @api_client.config.client_side_validation && subscription !~ Regexp.new(/[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[34][A-Fa-f0-9]{3}-[89ab][A-Fa-f0-9]{3}-[A-Fa-f0-9]{12}$/)
|
60
|
+
fail ArgumentError, "invalid value for 'subscription' when calling AutorizacinDeDepsitosApi.get_deposit_auth_configurations, must conform to the pattern /[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[34][A-Fa-f0-9]{3}-[89ab][A-Fa-f0-9]{3}-[A-Fa-f0-9]{12}$/."
|
61
|
+
end
|
62
|
+
|
63
|
+
# resource path
|
64
|
+
local_var_path = '/subscriptions/{subscription}/configurations/deposit-authorization'.sub('{' + 'subscription' + '}', subscription.to_s)
|
65
|
+
|
66
|
+
# query parameters
|
67
|
+
query_params = {}
|
68
|
+
|
69
|
+
# header parameters
|
70
|
+
header_params = {}
|
71
|
+
# HTTP header 'Accept' (if needed)
|
72
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
73
|
+
header_params[:'Authorization'] = authorization
|
74
|
+
|
75
|
+
# form parameters
|
76
|
+
form_params = {}
|
77
|
+
|
78
|
+
# http body (model)
|
79
|
+
post_body = nil
|
80
|
+
auth_names = []
|
81
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
82
|
+
:header_params => header_params,
|
83
|
+
:query_params => query_params,
|
84
|
+
:form_params => form_params,
|
85
|
+
:body => post_body,
|
86
|
+
:auth_names => auth_names,
|
87
|
+
:return_type => 'DepositsAuthorizationResponse')
|
88
|
+
if @api_client.config.debugging
|
89
|
+
@api_client.config.logger.debug "API called: AutorizacinDeDepsitosApi#get_deposit_auth_configurations\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
90
|
+
end
|
91
|
+
return data, status_code, headers
|
92
|
+
end
|
93
|
+
# Habilita / Deshabilita la autorización de depósitos
|
94
|
+
# Habilita o deshabilita la autorización de depósitos. Devuelve la información final de la autorización de depósitos del contrato relacionado a la suscripción al terminar.
|
95
|
+
# @param authorization Header para token
|
96
|
+
# @param register Información para habilitar / deshabilitar la autorización de depósito
|
97
|
+
# @param subscription Es el identificador de la suscripción a esta API.
|
98
|
+
# @param [Hash] opts the optional parameters
|
99
|
+
# @return [DepositsAuthorizationResponse]
|
100
|
+
def put_deposit_auth_configurations(authorization, register, subscription, opts = {})
|
101
|
+
data, _status_code, _headers = put_deposit_auth_configurations_with_http_info(authorization, register, subscription, opts)
|
102
|
+
data
|
103
|
+
end
|
104
|
+
|
105
|
+
# Habilita / Deshabilita la autorización de depósitos
|
106
|
+
# Habilita o deshabilita la autorización de depósitos. Devuelve la información final de la autorización de depósitos del contrato relacionado a la suscripción al terminar.
|
107
|
+
# @param authorization Header para token
|
108
|
+
# @param register Información para habilitar / deshabilitar la autorización de depósito
|
109
|
+
# @param subscription Es el identificador de la suscripción a esta API.
|
110
|
+
# @param [Hash] opts the optional parameters
|
111
|
+
# @return [Array<(DepositsAuthorizationResponse, Fixnum, Hash)>] DepositsAuthorizationResponse data, response status code and response headers
|
112
|
+
def put_deposit_auth_configurations_with_http_info(authorization, register, subscription, opts = {})
|
113
|
+
if @api_client.config.debugging
|
114
|
+
@api_client.config.logger.debug 'Calling API: AutorizacinDeDepsitosApi.put_deposit_auth_configurations ...'
|
115
|
+
end
|
116
|
+
# verify the required parameter 'authorization' is set
|
117
|
+
if @api_client.config.client_side_validation && authorization.nil?
|
118
|
+
fail ArgumentError, "Missing the required parameter 'authorization' when calling AutorizacinDeDepsitosApi.put_deposit_auth_configurations"
|
119
|
+
end
|
120
|
+
# verify the required parameter 'register' is set
|
121
|
+
if @api_client.config.client_side_validation && register.nil?
|
122
|
+
fail ArgumentError, "Missing the required parameter 'register' when calling AutorizacinDeDepsitosApi.put_deposit_auth_configurations"
|
123
|
+
end
|
124
|
+
# verify the required parameter 'subscription' is set
|
125
|
+
if @api_client.config.client_side_validation && subscription.nil?
|
126
|
+
fail ArgumentError, "Missing the required parameter 'subscription' when calling AutorizacinDeDepsitosApi.put_deposit_auth_configurations"
|
127
|
+
end
|
128
|
+
if @api_client.config.client_side_validation && subscription.to_s.length > 36
|
129
|
+
fail ArgumentError, 'invalid value for "subscription" when calling AutorizacinDeDepsitosApi.put_deposit_auth_configurations, the character length must be smaller than or equal to 36.'
|
130
|
+
end
|
131
|
+
|
132
|
+
if @api_client.config.client_side_validation && subscription.to_s.length < 36
|
133
|
+
fail ArgumentError, 'invalid value for "subscription" when calling AutorizacinDeDepsitosApi.put_deposit_auth_configurations, the character length must be great than or equal to 36.'
|
134
|
+
end
|
135
|
+
|
136
|
+
if @api_client.config.client_side_validation && subscription !~ Regexp.new(/[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[34][A-Fa-f0-9]{3}-[89ab][A-Fa-f0-9]{3}-[A-Fa-f0-9]{12}$/)
|
137
|
+
fail ArgumentError, "invalid value for 'subscription' when calling AutorizacinDeDepsitosApi.put_deposit_auth_configurations, must conform to the pattern /[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[34][A-Fa-f0-9]{3}-[89ab][A-Fa-f0-9]{3}-[A-Fa-f0-9]{12}$/."
|
138
|
+
end
|
139
|
+
|
140
|
+
# resource path
|
141
|
+
local_var_path = '/subscriptions/{subscription}/configurations/deposit-authorization'.sub('{' + 'subscription' + '}', subscription.to_s)
|
142
|
+
|
143
|
+
# query parameters
|
144
|
+
query_params = {}
|
145
|
+
|
146
|
+
# header parameters
|
147
|
+
header_params = {}
|
148
|
+
# HTTP header 'Accept' (if needed)
|
149
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
150
|
+
# HTTP header 'Content-Type'
|
151
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
152
|
+
header_params[:'Authorization'] = authorization
|
153
|
+
|
154
|
+
# form parameters
|
155
|
+
form_params = {}
|
156
|
+
|
157
|
+
# http body (model)
|
158
|
+
post_body = @api_client.object_to_http_body(register)
|
159
|
+
auth_names = []
|
160
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
161
|
+
:header_params => header_params,
|
162
|
+
:query_params => query_params,
|
163
|
+
:form_params => form_params,
|
164
|
+
:body => post_body,
|
165
|
+
:auth_names => auth_names,
|
166
|
+
:return_type => 'DepositsAuthorizationResponse')
|
167
|
+
if @api_client.config.debugging
|
168
|
+
@api_client.config.logger.debug "API called: AutorizacinDeDepsitosApi#put_deposit_auth_configurations\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
169
|
+
end
|
170
|
+
return data, status_code, headers
|
171
|
+
end
|
172
|
+
end
|
173
|
+
end
|
@@ -0,0 +1,301 @@
|
|
1
|
+
=begin
|
2
|
+
#Wire4RestAPI
|
3
|
+
|
4
|
+
#Referencia de la API de Wire4
|
5
|
+
|
6
|
+
OpenAPI spec version: 1.0.0
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.4.10
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'uri'
|
14
|
+
|
15
|
+
module Wire4Client
|
16
|
+
class ContractsDetailsApi
|
17
|
+
attr_accessor :api_client
|
18
|
+
|
19
|
+
def initialize(api_client = ApiClient.default)
|
20
|
+
@api_client = api_client
|
21
|
+
end
|
22
|
+
# Devuelve la URL para autorización del usuario Monex
|
23
|
+
# Se obtiene la URL para la autorización del usuario Monex.
|
24
|
+
# @param authorization Header para token
|
25
|
+
# @param pre_monex_authorization Información para la autorización
|
26
|
+
# @param [Hash] opts the optional parameters
|
27
|
+
# @return [TokenRequiredResponse]
|
28
|
+
def create_authorization(authorization, pre_monex_authorization, opts = {})
|
29
|
+
data, _status_code, _headers = create_authorization_with_http_info(authorization, pre_monex_authorization, opts)
|
30
|
+
data
|
31
|
+
end
|
32
|
+
|
33
|
+
# Devuelve la URL para autorización del usuario Monex
|
34
|
+
# Se obtiene la URL para la autorización del usuario Monex.
|
35
|
+
# @param authorization Header para token
|
36
|
+
# @param pre_monex_authorization Información para la autorización
|
37
|
+
# @param [Hash] opts the optional parameters
|
38
|
+
# @return [Array<(TokenRequiredResponse, Fixnum, Hash)>] TokenRequiredResponse data, response status code and response headers
|
39
|
+
def create_authorization_with_http_info(authorization, pre_monex_authorization, opts = {})
|
40
|
+
if @api_client.config.debugging
|
41
|
+
@api_client.config.logger.debug 'Calling API: ContractsDetailsApi.create_authorization ...'
|
42
|
+
end
|
43
|
+
# verify the required parameter 'authorization' is set
|
44
|
+
if @api_client.config.client_side_validation && authorization.nil?
|
45
|
+
fail ArgumentError, "Missing the required parameter 'authorization' when calling ContractsDetailsApi.create_authorization"
|
46
|
+
end
|
47
|
+
# verify the required parameter 'pre_monex_authorization' is set
|
48
|
+
if @api_client.config.client_side_validation && pre_monex_authorization.nil?
|
49
|
+
fail ArgumentError, "Missing the required parameter 'pre_monex_authorization' when calling ContractsDetailsApi.create_authorization"
|
50
|
+
end
|
51
|
+
# resource path
|
52
|
+
local_var_path = '/onboarding/accounts/authorize'
|
53
|
+
|
54
|
+
# query parameters
|
55
|
+
query_params = {}
|
56
|
+
|
57
|
+
# header parameters
|
58
|
+
header_params = {}
|
59
|
+
# HTTP header 'Accept' (if needed)
|
60
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
61
|
+
# HTTP header 'Content-Type'
|
62
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
63
|
+
header_params[:'Authorization'] = authorization
|
64
|
+
|
65
|
+
# form parameters
|
66
|
+
form_params = {}
|
67
|
+
|
68
|
+
# http body (model)
|
69
|
+
post_body = @api_client.object_to_http_body(pre_monex_authorization)
|
70
|
+
auth_names = []
|
71
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
72
|
+
:header_params => header_params,
|
73
|
+
:query_params => query_params,
|
74
|
+
:form_params => form_params,
|
75
|
+
:body => post_body,
|
76
|
+
:auth_names => auth_names,
|
77
|
+
:return_type => 'TokenRequiredResponse')
|
78
|
+
if @api_client.config.debugging
|
79
|
+
@api_client.config.logger.debug "API called: ContractsDetailsApi#create_authorization\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
80
|
+
end
|
81
|
+
return data, status_code, headers
|
82
|
+
end
|
83
|
+
# Obtiene los usuarios autorizados
|
84
|
+
# Obtienen los detalles de los usuarios autorizados de Monex.
|
85
|
+
# @param authorization Header para token
|
86
|
+
# @param x_access_key La llave de acceso de la aplicación
|
87
|
+
# @param request_id El identificador de la petición a esta API
|
88
|
+
# @param [Hash] opts the optional parameters
|
89
|
+
# @return [Array<AuthorizedUsers>]
|
90
|
+
def obtain_authorized_users(authorization, x_access_key, request_id, opts = {})
|
91
|
+
data, _status_code, _headers = obtain_authorized_users_with_http_info(authorization, x_access_key, request_id, opts)
|
92
|
+
data
|
93
|
+
end
|
94
|
+
|
95
|
+
# Obtiene los usuarios autorizados
|
96
|
+
# Obtienen los detalles de los usuarios autorizados de Monex.
|
97
|
+
# @param authorization Header para token
|
98
|
+
# @param x_access_key La llave de acceso de la aplicación
|
99
|
+
# @param request_id El identificador de la petición a esta API
|
100
|
+
# @param [Hash] opts the optional parameters
|
101
|
+
# @return [Array<(Array<AuthorizedUsers>, Fixnum, Hash)>] Array<AuthorizedUsers> data, response status code and response headers
|
102
|
+
def obtain_authorized_users_with_http_info(authorization, x_access_key, request_id, opts = {})
|
103
|
+
if @api_client.config.debugging
|
104
|
+
@api_client.config.logger.debug 'Calling API: ContractsDetailsApi.obtain_authorized_users ...'
|
105
|
+
end
|
106
|
+
# verify the required parameter 'authorization' is set
|
107
|
+
if @api_client.config.client_side_validation && authorization.nil?
|
108
|
+
fail ArgumentError, "Missing the required parameter 'authorization' when calling ContractsDetailsApi.obtain_authorized_users"
|
109
|
+
end
|
110
|
+
# verify the required parameter 'x_access_key' is set
|
111
|
+
if @api_client.config.client_side_validation && x_access_key.nil?
|
112
|
+
fail ArgumentError, "Missing the required parameter 'x_access_key' when calling ContractsDetailsApi.obtain_authorized_users"
|
113
|
+
end
|
114
|
+
# verify the required parameter 'request_id' is set
|
115
|
+
if @api_client.config.client_side_validation && request_id.nil?
|
116
|
+
fail ArgumentError, "Missing the required parameter 'request_id' when calling ContractsDetailsApi.obtain_authorized_users"
|
117
|
+
end
|
118
|
+
if @api_client.config.client_side_validation && request_id.to_s.length > 36
|
119
|
+
fail ArgumentError, 'invalid value for "request_id" when calling ContractsDetailsApi.obtain_authorized_users, the character length must be smaller than or equal to 36.'
|
120
|
+
end
|
121
|
+
|
122
|
+
if @api_client.config.client_side_validation && request_id.to_s.length < 36
|
123
|
+
fail ArgumentError, 'invalid value for "request_id" when calling ContractsDetailsApi.obtain_authorized_users, the character length must be great than or equal to 36.'
|
124
|
+
end
|
125
|
+
|
126
|
+
if @api_client.config.client_side_validation && request_id !~ Regexp.new(/[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[34][A-Fa-f0-9]{3}-[89ab][A-Fa-f0-9]{3}-[A-Fa-f0-9]{12}$/)
|
127
|
+
fail ArgumentError, "invalid value for 'request_id' when calling ContractsDetailsApi.obtain_authorized_users, must conform to the pattern /[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[34][A-Fa-f0-9]{3}-[89ab][A-Fa-f0-9]{3}-[A-Fa-f0-9]{12}$/."
|
128
|
+
end
|
129
|
+
|
130
|
+
# resource path
|
131
|
+
local_var_path = '/onboarding/accounts/{requestId}/authorized-users'.sub('{' + 'requestId' + '}', request_id.to_s)
|
132
|
+
|
133
|
+
# query parameters
|
134
|
+
query_params = {}
|
135
|
+
|
136
|
+
# header parameters
|
137
|
+
header_params = {}
|
138
|
+
# HTTP header 'Accept' (if needed)
|
139
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
140
|
+
header_params[:'Authorization'] = authorization
|
141
|
+
header_params[:'X-ACCESS-KEY'] = x_access_key
|
142
|
+
|
143
|
+
# form parameters
|
144
|
+
form_params = {}
|
145
|
+
|
146
|
+
# http body (model)
|
147
|
+
post_body = nil
|
148
|
+
auth_names = []
|
149
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
150
|
+
:header_params => header_params,
|
151
|
+
:query_params => query_params,
|
152
|
+
:form_params => form_params,
|
153
|
+
:body => post_body,
|
154
|
+
:auth_names => auth_names,
|
155
|
+
:return_type => 'Array<AuthorizedUsers>')
|
156
|
+
if @api_client.config.debugging
|
157
|
+
@api_client.config.logger.debug "API called: ContractsDetailsApi#obtain_authorized_users\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
158
|
+
end
|
159
|
+
return data, status_code, headers
|
160
|
+
end
|
161
|
+
# Obtiene los usuarios autorizados por contrato
|
162
|
+
# Obtienen los detalles de los usuarios autorizados por contrato Monex.
|
163
|
+
# @param authorization Header para token
|
164
|
+
# @param x_access_key La llave de acceso de la aplicación
|
165
|
+
# @param [Hash] opts the optional parameters
|
166
|
+
# @option opts [String] :contract El contrato Monex
|
167
|
+
# @return [Array<AuthorizedUsers>]
|
168
|
+
def obtain_authorized_users_by_contract(authorization, x_access_key, opts = {})
|
169
|
+
data, _status_code, _headers = obtain_authorized_users_by_contract_with_http_info(authorization, x_access_key, opts)
|
170
|
+
data
|
171
|
+
end
|
172
|
+
|
173
|
+
# Obtiene los usuarios autorizados por contrato
|
174
|
+
# Obtienen los detalles de los usuarios autorizados por contrato Monex.
|
175
|
+
# @param authorization Header para token
|
176
|
+
# @param x_access_key La llave de acceso de la aplicación
|
177
|
+
# @param [Hash] opts the optional parameters
|
178
|
+
# @option opts [String] :contract El contrato Monex
|
179
|
+
# @return [Array<(Array<AuthorizedUsers>, Fixnum, Hash)>] Array<AuthorizedUsers> data, response status code and response headers
|
180
|
+
def obtain_authorized_users_by_contract_with_http_info(authorization, x_access_key, opts = {})
|
181
|
+
if @api_client.config.debugging
|
182
|
+
@api_client.config.logger.debug 'Calling API: ContractsDetailsApi.obtain_authorized_users_by_contract ...'
|
183
|
+
end
|
184
|
+
# verify the required parameter 'authorization' is set
|
185
|
+
if @api_client.config.client_side_validation && authorization.nil?
|
186
|
+
fail ArgumentError, "Missing the required parameter 'authorization' when calling ContractsDetailsApi.obtain_authorized_users_by_contract"
|
187
|
+
end
|
188
|
+
# verify the required parameter 'x_access_key' is set
|
189
|
+
if @api_client.config.client_side_validation && x_access_key.nil?
|
190
|
+
fail ArgumentError, "Missing the required parameter 'x_access_key' when calling ContractsDetailsApi.obtain_authorized_users_by_contract"
|
191
|
+
end
|
192
|
+
if @api_client.config.client_side_validation && !opts[:'contract'].nil? && opts[:'contract'].to_s.length > 11
|
193
|
+
fail ArgumentError, 'invalid value for "opts[:"contract"]" when calling ContractsDetailsApi.obtain_authorized_users_by_contract, the character length must be smaller than or equal to 11.'
|
194
|
+
end
|
195
|
+
|
196
|
+
if @api_client.config.client_side_validation && !opts[:'contract'].nil? && opts[:'contract'].to_s.length < 1
|
197
|
+
fail ArgumentError, 'invalid value for "opts[:"contract"]" when calling ContractsDetailsApi.obtain_authorized_users_by_contract, the character length must be great than or equal to 1.'
|
198
|
+
end
|
199
|
+
|
200
|
+
# resource path
|
201
|
+
local_var_path = '/onboarding/accounts/authorized-users'
|
202
|
+
|
203
|
+
# query parameters
|
204
|
+
query_params = {}
|
205
|
+
query_params[:'contract'] = opts[:'contract'] if !opts[:'contract'].nil?
|
206
|
+
|
207
|
+
# header parameters
|
208
|
+
header_params = {}
|
209
|
+
# HTTP header 'Accept' (if needed)
|
210
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
211
|
+
header_params[:'Authorization'] = authorization
|
212
|
+
header_params[:'X-ACCESS-KEY'] = x_access_key
|
213
|
+
|
214
|
+
# form parameters
|
215
|
+
form_params = {}
|
216
|
+
|
217
|
+
# http body (model)
|
218
|
+
post_body = nil
|
219
|
+
auth_names = []
|
220
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
221
|
+
:header_params => header_params,
|
222
|
+
:query_params => query_params,
|
223
|
+
:form_params => form_params,
|
224
|
+
:body => post_body,
|
225
|
+
:auth_names => auth_names,
|
226
|
+
:return_type => 'Array<AuthorizedUsers>')
|
227
|
+
if @api_client.config.debugging
|
228
|
+
@api_client.config.logger.debug "API called: ContractsDetailsApi#obtain_authorized_users_by_contract\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
229
|
+
end
|
230
|
+
return data, status_code, headers
|
231
|
+
end
|
232
|
+
# Obtiene los detalles de la empresa del contrato
|
233
|
+
# Detalles de la compañía relacionada con el contrato de Monex.
|
234
|
+
# @param authorization Header para token
|
235
|
+
# @param x_access_key La llave de acceso de la aplicación
|
236
|
+
# @param contract_detail_request Información para obtener los detalles de la companía
|
237
|
+
# @param [Hash] opts the optional parameters
|
238
|
+
# @return [ContractDetailResponse]
|
239
|
+
def obtain_contract_details(authorization, x_access_key, contract_detail_request, opts = {})
|
240
|
+
data, _status_code, _headers = obtain_contract_details_with_http_info(authorization, x_access_key, contract_detail_request, opts)
|
241
|
+
data
|
242
|
+
end
|
243
|
+
|
244
|
+
# Obtiene los detalles de la empresa del contrato
|
245
|
+
# Detalles de la compañía relacionada con el contrato de Monex.
|
246
|
+
# @param authorization Header para token
|
247
|
+
# @param x_access_key La llave de acceso de la aplicación
|
248
|
+
# @param contract_detail_request Información para obtener los detalles de la companía
|
249
|
+
# @param [Hash] opts the optional parameters
|
250
|
+
# @return [Array<(ContractDetailResponse, Fixnum, Hash)>] ContractDetailResponse data, response status code and response headers
|
251
|
+
def obtain_contract_details_with_http_info(authorization, x_access_key, contract_detail_request, opts = {})
|
252
|
+
if @api_client.config.debugging
|
253
|
+
@api_client.config.logger.debug 'Calling API: ContractsDetailsApi.obtain_contract_details ...'
|
254
|
+
end
|
255
|
+
# verify the required parameter 'authorization' is set
|
256
|
+
if @api_client.config.client_side_validation && authorization.nil?
|
257
|
+
fail ArgumentError, "Missing the required parameter 'authorization' when calling ContractsDetailsApi.obtain_contract_details"
|
258
|
+
end
|
259
|
+
# verify the required parameter 'x_access_key' is set
|
260
|
+
if @api_client.config.client_side_validation && x_access_key.nil?
|
261
|
+
fail ArgumentError, "Missing the required parameter 'x_access_key' when calling ContractsDetailsApi.obtain_contract_details"
|
262
|
+
end
|
263
|
+
# verify the required parameter 'contract_detail_request' is set
|
264
|
+
if @api_client.config.client_side_validation && contract_detail_request.nil?
|
265
|
+
fail ArgumentError, "Missing the required parameter 'contract_detail_request' when calling ContractsDetailsApi.obtain_contract_details"
|
266
|
+
end
|
267
|
+
# resource path
|
268
|
+
local_var_path = '/onboarding/accounts/details'
|
269
|
+
|
270
|
+
# query parameters
|
271
|
+
query_params = {}
|
272
|
+
|
273
|
+
# header parameters
|
274
|
+
header_params = {}
|
275
|
+
# HTTP header 'Accept' (if needed)
|
276
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
277
|
+
# HTTP header 'Content-Type'
|
278
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
279
|
+
header_params[:'Authorization'] = authorization
|
280
|
+
header_params[:'X-ACCESS-KEY'] = x_access_key
|
281
|
+
|
282
|
+
# form parameters
|
283
|
+
form_params = {}
|
284
|
+
|
285
|
+
# http body (model)
|
286
|
+
post_body = @api_client.object_to_http_body(contract_detail_request)
|
287
|
+
auth_names = []
|
288
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
289
|
+
:header_params => header_params,
|
290
|
+
:query_params => query_params,
|
291
|
+
:form_params => form_params,
|
292
|
+
:body => post_body,
|
293
|
+
:auth_names => auth_names,
|
294
|
+
:return_type => 'ContractDetailResponse')
|
295
|
+
if @api_client.config.debugging
|
296
|
+
@api_client.config.logger.debug "API called: ContractsDetailsApi#obtain_contract_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
297
|
+
end
|
298
|
+
return data, status_code, headers
|
299
|
+
end
|
300
|
+
end
|
301
|
+
end
|