wire4_client 0.0.1.pre.SNAPSHOT → 0.0.9.pre.TEST
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +84 -44
- data/docs/Account.md +3 -3
- data/docs/AccountDetail.md +13 -0
- data/docs/AccountReassigned.md +22 -0
- data/docs/AccountResponse.md +6 -3
- data/docs/AccountSpid.md +2 -2
- data/docs/AddressCompany.md +17 -0
- data/docs/AmountRequest.md +2 -0
- 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/BeneficiariesQueryRegisterStatus.md +13 -0
- data/docs/BillingTransaction.md +1 -1
- 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/ComprobanteElectrnicoDePagoCEPApi.md +6 -8
- data/docs/ConfigurationsLimits.md +9 -0
- data/docs/ContactoApi.md +6 -8
- data/docs/ContractDetailRequest.md +11 -0
- data/docs/ContractDetailResponse.md +9 -0
- data/docs/ContractsDetailsApi.md +222 -0
- data/docs/CuentasDeBeneficiariosSPEIApi.md +163 -54
- data/docs/CuentasDeBeneficiariosSPIDApi.md +73 -8
- data/docs/Deposit.md +1 -0
- data/docs/DepositAuthorizationRequest.md +10 -0
- data/docs/DepositantesApi.md +12 -16
- data/docs/DepositsAuthorizationResponse.md +10 -0
- data/docs/DetailedErrorResponse.md +10 -0
- data/docs/EmpresasCoDiApi.md +107 -0
- data/docs/FacturasApi.md +12 -16
- data/docs/InstitucionesApi.md +10 -9
- data/docs/Item.md +10 -0
- data/docs/LmitesDeMontosApi.md +112 -0
- data/docs/MessageAccountBeneficiary.md +2 -2
- data/docs/MessageCEP.md +9 -9
- data/docs/MessageCodiAction.md +19 -0
- data/docs/MessageConfigurationsLimits.md +8 -0
- data/docs/MessageDepositAuthorizationRequest.md +27 -0
- data/docs/MessageDepositReceived.md +1 -0
- data/docs/MessagePayment.md +3 -1
- data/docs/MessagePaymentStatePending.md +23 -0
- data/docs/MessageRequestChanged.md +9 -0
- data/docs/MessageSalesPoint.md +10 -0
- data/docs/MessageSubscription.md +6 -5
- data/docs/MessageUserAuthorized.md +14 -0
- data/docs/MessageWebHook.md +2 -2
- data/docs/OperacionesCoDiApi.md +68 -0
- data/docs/Operations.md +17 -0
- data/docs/PagerResponseDto.md +13 -0
- data/docs/Payment.md +4 -2
- data/docs/PaymentCODI.md +13 -0
- data/docs/PaymentRequestCodiResponseDTO.md +18 -0
- data/docs/PaymentsRequestId.md +13 -0
- data/docs/PeticionesDePagoPorCoDiApi.md +116 -0
- data/docs/PreMonexAuthorization.md +11 -0
- data/docs/PuntosDeVentaCoDiApi.md +113 -0
- data/docs/SaldoApi.md +6 -8
- 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/SpidBeneficiariesResponse.md +8 -0
- data/docs/SpidBeneficiaryResponse.md +20 -0
- data/docs/SuscripcionesApi.md +32 -38
- data/docs/TransactionErrorCode.md +10 -0
- data/docs/TransactionOutgoing.md +2 -1
- data/docs/TransferenciasSPEIApi.md +136 -32
- data/docs/TransferenciasSPIDApi.md +12 -16
- data/docs/UpdateConfigurationsRequestDTO.md +8 -0
- data/docs/UrlsRedirect.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/WebhooksApi.md +22 -25
- data/lib/wire4_client.rb +56 -2
- data/lib/wire4_client/api/autorizacin_de_depsitos_api.rb +173 -0
- data/lib/wire4_client/api/comprobante_electrnico_de_pago_cep_api.rb +12 -5
- data/lib/wire4_client/api/contacto_api.rb +12 -5
- data/lib/wire4_client/api/contracts_details_api.rb +301 -0
- data/lib/wire4_client/api/cuentas_de_beneficiarios_spei_api.rb +262 -33
- data/lib/wire4_client/api/cuentas_de_beneficiarios_spid_api.rb +104 -5
- data/lib/wire4_client/api/depositantes_api.rb +23 -9
- data/lib/wire4_client/api/empresas_co_di_api.rb +137 -0
- data/lib/wire4_client/api/facturas_api.rb +23 -9
- data/lib/wire4_client/api/instituciones_api.rb +12 -5
- 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 +12 -5
- data/lib/wire4_client/api/suscripciones_api.rb +48 -27
- data/lib/wire4_client/api/transferencias_spei_api.rb +204 -17
- data/lib/wire4_client/api/transferencias_spid_api.rb +23 -9
- data/lib/wire4_client/api/webhooks_api.rb +34 -13
- data/lib/wire4_client/api_client.rb +1 -2
- data/lib/wire4_client/api_error.rb +1 -1
- data/lib/wire4_client/configuration.rb +1 -22
- data/lib/wire4_client/models/account.rb +4 -4
- data/lib/wire4_client/models/account_detail.rb +239 -0
- data/lib/wire4_client/models/account_reassigned.rb +385 -0
- data/lib/wire4_client/models/account_request.rb +1 -1
- data/lib/wire4_client/models/account_response.rb +38 -8
- data/lib/wire4_client/models/account_spid.rb +3 -3
- data/lib/wire4_client/models/address_company.rb +275 -0
- data/lib/wire4_client/models/amount_request.rb +91 -5
- 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 +1 -1
- 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/beneficiary_institution.rb +1 -1
- data/lib/wire4_client/models/billing.rb +1 -1
- data/lib/wire4_client/models/billing_transaction.rb +2 -2
- data/lib/wire4_client/models/cep_response.rb +1 -1
- data/lib/wire4_client/models/cep_search_banxico.rb +1 -1
- 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/{timestamp.rb → codi_operation_response_dto.rb} +53 -72
- 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 +1 -1
- 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 +12 -2
- data/lib/wire4_client/models/deposit_authorization_request.rb +205 -0
- data/lib/wire4_client/models/depositant.rb +1 -1
- data/lib/wire4_client/models/depositants_register.rb +1 -1
- 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/error_response.rb +1 -1
- data/lib/wire4_client/models/get_depositants.rb +1 -1
- data/lib/wire4_client/models/institution.rb +1 -1
- 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 +3 -3
- data/lib/wire4_client/models/message_cep.rb +11 -11
- 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 +375 -0
- data/lib/wire4_client/models/message_deposit_received.rb +13 -3
- data/lib/wire4_client/models/message_institution.rb +1 -1
- data/lib/wire4_client/models/message_payment.rb +24 -3
- 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 +18 -8
- data/lib/wire4_client/models/message_user_authorized.rb +245 -0
- data/lib/wire4_client/models/message_web_hook.rb +3 -3
- 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 +24 -4
- 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/payments_request_id.rb +236 -0
- data/lib/wire4_client/models/person.rb +1 -1
- data/lib/wire4_client/models/pre_enrollment_data.rb +1 -1
- data/lib/wire4_client/models/pre_enrollment_response.rb +1 -1
- data/lib/wire4_client/models/pre_monex_authorization.rb +291 -0
- data/lib/wire4_client/models/relationship.rb +1 -1
- 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/spid_beneficiaries_response.rb +186 -0
- data/lib/wire4_client/models/spid_beneficiary_response.rb +365 -0
- data/lib/wire4_client/models/spid_classification_dto.rb +1 -1
- data/lib/wire4_client/models/spid_classifications_response_dto.rb +1 -1
- data/lib/wire4_client/models/token_required_response.rb +1 -1
- data/lib/wire4_client/models/transaction_error_code.rb +201 -0
- data/lib/wire4_client/models/transaction_outgoing.rb +13 -3
- data/lib/wire4_client/models/transaction_outgoing_spid.rb +1 -1
- data/lib/wire4_client/models/transactions_outgoing_register.rb +1 -1
- data/lib/wire4_client/models/update_configurations_request_dto.rb +192 -0
- data/lib/wire4_client/models/urls_redirect.rb +205 -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 +1 -1
- data/lib/wire4_client/models/webhook_response.rb +1 -1
- data/lib/wire4_client/models/webhooks_list.rb +1 -1
- data/lib/wire4_client/version.rb +2 -2
- data/spec/api/autorizacin_de_depsitos_api_spec.rb +62 -0
- data/spec/api/comprobante_electrnico_de_pago_cep_api_spec.rb +2 -1
- data/spec/api/contacto_api_spec.rb +2 -1
- data/spec/api/contracts_details_api_spec.rb +90 -0
- data/spec/api/cuentas_de_beneficiarios_spei_api_spec.rb +44 -4
- data/spec/api/cuentas_de_beneficiarios_spid_api_spec.rb +22 -1
- data/spec/api/depositantes_api_spec.rb +3 -1
- data/spec/api/empresas_co_di_api_spec.rb +60 -0
- data/spec/api/facturas_api_spec.rb +3 -1
- 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 -1
- data/spec/api/suscripciones_api_spec.rb +11 -8
- data/spec/api/transferencias_spei_api_spec.rb +34 -1
- data/spec/api/transferencias_spid_api_spec.rb +3 -1
- data/spec/api/webhooks_api_spec.rb +4 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/account_detail_spec.rb +71 -0
- data/spec/models/account_reassigned_spec.rb +125 -0
- data/spec/models/account_request_spec.rb +1 -1
- data/spec/models/account_response_spec.rb +19 -1
- data/spec/models/account_spec.rb +1 -1
- data/spec/models/account_spid_spec.rb +1 -1
- data/spec/models/{timestamp_spec.rb → address_company_spec.rb} +17 -17
- data/spec/models/amount_request_spec.rb +13 -1
- 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/balance_list_response_spec.rb +1 -1
- data/spec/models/balance_spec.rb +1 -1
- data/spec/models/beneficiaries_query_register_status_spec.rb +75 -0
- data/spec/models/beneficiaries_response_spec.rb +1 -1
- data/spec/models/beneficiary_institution_spec.rb +1 -1
- data/spec/models/billing_spec.rb +1 -1
- data/spec/models/billing_transaction_spec.rb +1 -1
- data/spec/models/cep_response_spec.rb +1 -1
- data/spec/models/cep_search_banxico_spec.rb +1 -1
- 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/contact_request_spec.rb +1 -1
- 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 +7 -1
- data/spec/models/depositant_spec.rb +1 -1
- data/spec/models/depositants_register_spec.rb +1 -1
- data/spec/models/depositants_response_spec.rb +1 -1
- data/spec/models/deposits_authorization_response_spec.rb +53 -0
- data/spec/models/detailed_error_response_spec.rb +53 -0
- data/spec/models/error_response_spec.rb +1 -1
- data/spec/models/get_depositants_spec.rb +1 -1
- data/spec/models/institution_spec.rb +1 -1
- data/spec/models/institutions_list_spec.rb +1 -1
- data/spec/models/item_spec.rb +53 -0
- data/spec/models/message_account_beneficiary_spec.rb +1 -1
- data/spec/models/message_cep_spec.rb +1 -1
- 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 +155 -0
- data/spec/models/message_deposit_received_spec.rb +7 -1
- data/spec/models/message_institution_spec.rb +1 -1
- data/spec/models/message_payment_spec.rb +13 -1
- 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_subscription_spec.rb +7 -1
- data/spec/models/message_user_authorized_spec.rb +77 -0
- data/spec/models/message_web_hook_spec.rb +1 -1
- 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 +13 -1
- data/spec/models/payments_request_id_spec.rb +71 -0
- data/spec/models/person_spec.rb +1 -1
- data/spec/models/pre_enrollment_data_spec.rb +1 -1
- data/spec/models/pre_enrollment_response_spec.rb +1 -1
- data/spec/models/pre_monex_authorization_spec.rb +59 -0
- data/spec/models/relationship_spec.rb +1 -1
- data/spec/models/relationships_response_spec.rb +1 -1
- 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/spid_beneficiaries_response_spec.rb +41 -0
- data/spec/models/spid_beneficiary_response_spec.rb +113 -0
- data/spec/models/spid_classification_dto_spec.rb +1 -1
- data/spec/models/spid_classifications_response_dto_spec.rb +1 -1
- data/spec/models/token_required_response_spec.rb +1 -1
- data/spec/models/transaction_error_code_spec.rb +53 -0
- data/spec/models/transaction_outgoing_spec.rb +7 -1
- data/spec/models/transaction_outgoing_spid_spec.rb +1 -1
- data/spec/models/transactions_outgoing_register_spec.rb +1 -1
- data/spec/models/update_configurations_request_dto_spec.rb +41 -0
- data/spec/models/urls_redirect_spec.rb +47 -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_request_spec.rb +1 -1
- data/spec/models/webhook_response_spec.rb +1 -1
- data/spec/models/webhook_spec.rb +75 -0
- data/spec/models/webhooks_list_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/wire4_client-1.0.9.gem +0 -0
- data/wire4_client.gemspec +2 -2
- metadata +267 -51
- data/Gemfile.lock +0 -69
- data/docs/Timestamp.md +0 -17
@@ -4,14 +4,69 @@ 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
|
+
[**create_authorization_transactions_group**](TransferenciasSPEIApi.md#create_authorization_transactions_group) | **POST** /subscriptions/{subscription}/transactions/group | Agrupa un conjunto de transacciones bajo un mismo request_id para autorizar
|
7
8
|
[**drop_transactions_pending_using_delete**](TransferenciasSPEIApi.md#drop_transactions_pending_using_delete) | **DELETE** /subscriptions/{subscription}/transactions/outcoming/spei/request/{requestId} | Eliminación de transferencias SPEI® pendientes
|
8
9
|
[**incoming_spei_transactions_report_using_get**](TransferenciasSPEIApi.md#incoming_spei_transactions_report_using_get) | **GET** /subscriptions/{subscription}/transactions/incoming/spei | Consulta de transferencias recibidas
|
10
|
+
[**out_comming_spei_request_id_transactions_report_using_get**](TransferenciasSPEIApi.md#out_comming_spei_request_id_transactions_report_using_get) | **GET** /subscriptions/{subscription}/transactions/outcoming/spei/{requestId} | Consulta de transferencias de salida por identificador de petición
|
9
11
|
[**outgoing_spei_transactions_report_using_get**](TransferenciasSPEIApi.md#outgoing_spei_transactions_report_using_get) | **GET** /subscriptions/{subscription}/transactions/outcoming/spei | Consulta de transferencias realizadas
|
10
12
|
[**register_outgoing_spei_transaction_using_post**](TransferenciasSPEIApi.md#register_outgoing_spei_transaction_using_post) | **POST** /subscriptions/{subscription}/transactions/outcoming/spei | Registro de transferencias
|
11
13
|
|
12
14
|
|
15
|
+
# **create_authorization_transactions_group**
|
16
|
+
> TokenRequiredResponse create_authorization_transactions_group(authorization, authorization_transactions_group_request_dto, subscription)
|
17
|
+
|
18
|
+
Agrupa un conjunto de transacciones bajo un mismo request_id para autorizar
|
19
|
+
|
20
|
+
Agrupa transacciones SPEI/SPID en un transaction_id, generando la URL para su autorización. Las transacciones deben estar en estatus PENDING y pertenecer a un mmismo contrato
|
21
|
+
|
22
|
+
### Example
|
23
|
+
```ruby
|
24
|
+
# load the gem
|
25
|
+
require 'wire4_client'
|
26
|
+
|
27
|
+
api_instance = Wire4Client::TransferenciasSPEIApi.new
|
28
|
+
|
29
|
+
authorization = 'authorization_example' # String | Header para token
|
30
|
+
|
31
|
+
authorization_transactions_group_request_dto = Wire4Client::AuthorizationTransactionGroup.new # AuthorizationTransactionGroup | authorizationTransactionsGroupRequestDTO
|
32
|
+
|
33
|
+
subscription = 'subscription_example' # String | Identificador de la suscripcion
|
34
|
+
|
35
|
+
|
36
|
+
begin
|
37
|
+
#Agrupa un conjunto de transacciones bajo un mismo request_id para autorizar
|
38
|
+
result = api_instance.create_authorization_transactions_group(authorization, authorization_transactions_group_request_dto, subscription)
|
39
|
+
p result
|
40
|
+
rescue Wire4Client::ApiError => e
|
41
|
+
puts "Exception when calling TransferenciasSPEIApi->create_authorization_transactions_group: #{e}"
|
42
|
+
end
|
43
|
+
```
|
44
|
+
|
45
|
+
### Parameters
|
46
|
+
|
47
|
+
Name | Type | Description | Notes
|
48
|
+
------------- | ------------- | ------------- | -------------
|
49
|
+
**authorization** | **String**| Header para token |
|
50
|
+
**authorization_transactions_group_request_dto** | [**AuthorizationTransactionGroup**](AuthorizationTransactionGroup.md)| authorizationTransactionsGroupRequestDTO |
|
51
|
+
**subscription** | **String**| Identificador de la suscripcion |
|
52
|
+
|
53
|
+
### Return type
|
54
|
+
|
55
|
+
[**TokenRequiredResponse**](TokenRequiredResponse.md)
|
56
|
+
|
57
|
+
### Authorization
|
58
|
+
|
59
|
+
No authorization required
|
60
|
+
|
61
|
+
### HTTP request headers
|
62
|
+
|
63
|
+
- **Content-Type**: application/json
|
64
|
+
- **Accept**: */*
|
65
|
+
|
66
|
+
|
67
|
+
|
13
68
|
# **drop_transactions_pending_using_delete**
|
14
|
-
> drop_transactions_pending_using_delete(request_id, subscription)
|
69
|
+
> drop_transactions_pending_using_delete(authorization, request_id, subscription, opts)
|
15
70
|
|
16
71
|
Eliminación de transferencias SPEI® pendientes
|
17
72
|
|
@@ -21,22 +76,22 @@ Elimina un conjunto de transferencias a realizar en la cuenta del cliente Monex
|
|
21
76
|
```ruby
|
22
77
|
# load the gem
|
23
78
|
require 'wire4_client'
|
24
|
-
# setup authorization
|
25
|
-
Wire4Client.configure do |config|
|
26
|
-
# Configure OAuth2 access token for authorization: wire4_aut_app_user_spei
|
27
|
-
config.access_token = 'YOUR ACCESS TOKEN'
|
28
|
-
end
|
29
79
|
|
30
80
|
api_instance = Wire4Client::TransferenciasSPEIApi.new
|
31
81
|
|
82
|
+
authorization = 'authorization_example' # String | Header para token
|
83
|
+
|
32
84
|
request_id = 'request_id_example' # String | Identificador de las transferencias a eliminar
|
33
85
|
|
34
86
|
subscription = 'subscription_example' # String | El identificador de la suscripción a esta API
|
35
87
|
|
88
|
+
opts = {
|
89
|
+
order_id: 'order_id_example' # String | Listado de identificadores dentro del request_id para eliminar
|
90
|
+
}
|
36
91
|
|
37
92
|
begin
|
38
93
|
#Eliminación de transferencias SPEI® pendientes
|
39
|
-
api_instance.drop_transactions_pending_using_delete(request_id, subscription)
|
94
|
+
api_instance.drop_transactions_pending_using_delete(authorization, request_id, subscription, opts)
|
40
95
|
rescue Wire4Client::ApiError => e
|
41
96
|
puts "Exception when calling TransferenciasSPEIApi->drop_transactions_pending_using_delete: #{e}"
|
42
97
|
end
|
@@ -46,8 +101,10 @@ end
|
|
46
101
|
|
47
102
|
Name | Type | Description | Notes
|
48
103
|
------------- | ------------- | ------------- | -------------
|
104
|
+
**authorization** | **String**| Header para token |
|
49
105
|
**request_id** | **String**| Identificador de las transferencias a eliminar |
|
50
106
|
**subscription** | **String**| El identificador de la suscripción a esta API |
|
107
|
+
**order_id** | **String**| Listado de identificadores dentro del request_id para eliminar | [optional]
|
51
108
|
|
52
109
|
### Return type
|
53
110
|
|
@@ -55,7 +112,7 @@ nil (empty response body)
|
|
55
112
|
|
56
113
|
### Authorization
|
57
114
|
|
58
|
-
|
115
|
+
No authorization required
|
59
116
|
|
60
117
|
### HTTP request headers
|
61
118
|
|
@@ -65,7 +122,7 @@ nil (empty response body)
|
|
65
122
|
|
66
123
|
|
67
124
|
# **incoming_spei_transactions_report_using_get**
|
68
|
-
> Array<Deposit> incoming_spei_transactions_report_using_get(subscription)
|
125
|
+
> Array<Deposit> incoming_spei_transactions_report_using_get(authorization, subscription)
|
69
126
|
|
70
127
|
Consulta de transferencias recibidas
|
71
128
|
|
@@ -75,20 +132,17 @@ Realiza una consulta de las transferencias recibidas (depósitos) en la cuenta d
|
|
75
132
|
```ruby
|
76
133
|
# load the gem
|
77
134
|
require 'wire4_client'
|
78
|
-
# setup authorization
|
79
|
-
Wire4Client.configure do |config|
|
80
|
-
# Configure OAuth2 access token for authorization: wire4_aut_app_user_spei
|
81
|
-
config.access_token = 'YOUR ACCESS TOKEN'
|
82
|
-
end
|
83
135
|
|
84
136
|
api_instance = Wire4Client::TransferenciasSPEIApi.new
|
85
137
|
|
138
|
+
authorization = 'authorization_example' # String | Header para token
|
139
|
+
|
86
140
|
subscription = 'subscription_example' # String | El identificador de la suscripción a esta API
|
87
141
|
|
88
142
|
|
89
143
|
begin
|
90
144
|
#Consulta de transferencias recibidas
|
91
|
-
result = api_instance.incoming_spei_transactions_report_using_get(subscription)
|
145
|
+
result = api_instance.incoming_spei_transactions_report_using_get(authorization, subscription)
|
92
146
|
p result
|
93
147
|
rescue Wire4Client::ApiError => e
|
94
148
|
puts "Exception when calling TransferenciasSPEIApi->incoming_spei_transactions_report_using_get: #{e}"
|
@@ -99,6 +153,7 @@ end
|
|
99
153
|
|
100
154
|
Name | Type | Description | Notes
|
101
155
|
------------- | ------------- | ------------- | -------------
|
156
|
+
**authorization** | **String**| Header para token |
|
102
157
|
**subscription** | **String**| El identificador de la suscripción a esta API |
|
103
158
|
|
104
159
|
### Return type
|
@@ -107,7 +162,60 @@ Name | Type | Description | Notes
|
|
107
162
|
|
108
163
|
### Authorization
|
109
164
|
|
110
|
-
|
165
|
+
No authorization required
|
166
|
+
|
167
|
+
### HTTP request headers
|
168
|
+
|
169
|
+
- **Content-Type**: Not defined
|
170
|
+
- **Accept**: application/json
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
# **out_comming_spei_request_id_transactions_report_using_get**
|
175
|
+
> PaymentsRequestId out_comming_spei_request_id_transactions_report_using_get(authorization, request_id, subscription)
|
176
|
+
|
177
|
+
Consulta de transferencias de salida por identificador de petición
|
178
|
+
|
179
|
+
Consulta las transferencias de salida registradas en una petición, las transferencias que regresa este recuso son únicamente las transferencias de salida agrupadas al identificador de la petición que se generó al hacer el registro de las transacciones el cual se debe especificar como parte del path de este endpoint.
|
180
|
+
|
181
|
+
### Example
|
182
|
+
```ruby
|
183
|
+
# load the gem
|
184
|
+
require 'wire4_client'
|
185
|
+
|
186
|
+
api_instance = Wire4Client::TransferenciasSPEIApi.new
|
187
|
+
|
188
|
+
authorization = 'authorization_example' # String | Header para token
|
189
|
+
|
190
|
+
request_id = 'request_id_example' # String | Identificador de la petición a buscar
|
191
|
+
|
192
|
+
subscription = 'subscription_example' # String | El identificador de la suscripción a esta API
|
193
|
+
|
194
|
+
|
195
|
+
begin
|
196
|
+
#Consulta de transferencias de salida por identificador de petición
|
197
|
+
result = api_instance.out_comming_spei_request_id_transactions_report_using_get(authorization, request_id, subscription)
|
198
|
+
p result
|
199
|
+
rescue Wire4Client::ApiError => e
|
200
|
+
puts "Exception when calling TransferenciasSPEIApi->out_comming_spei_request_id_transactions_report_using_get: #{e}"
|
201
|
+
end
|
202
|
+
```
|
203
|
+
|
204
|
+
### Parameters
|
205
|
+
|
206
|
+
Name | Type | Description | Notes
|
207
|
+
------------- | ------------- | ------------- | -------------
|
208
|
+
**authorization** | **String**| Header para token |
|
209
|
+
**request_id** | **String**| Identificador de la petición a buscar |
|
210
|
+
**subscription** | **String**| El identificador de la suscripción a esta API |
|
211
|
+
|
212
|
+
### Return type
|
213
|
+
|
214
|
+
[**PaymentsRequestId**](PaymentsRequestId.md)
|
215
|
+
|
216
|
+
### Authorization
|
217
|
+
|
218
|
+
No authorization required
|
111
219
|
|
112
220
|
### HTTP request headers
|
113
221
|
|
@@ -117,7 +225,7 @@ Name | Type | Description | Notes
|
|
117
225
|
|
118
226
|
|
119
227
|
# **outgoing_spei_transactions_report_using_get**
|
120
|
-
> Array<Payment> outgoing_spei_transactions_report_using_get(subscription, opts)
|
228
|
+
> Array<Payment> outgoing_spei_transactions_report_using_get(authorization, subscription, opts)
|
121
229
|
|
122
230
|
Consulta de transferencias realizadas
|
123
231
|
|
@@ -127,14 +235,11 @@ Consulta las transferencias realizadas en la cuenta del cliente Monex relacionad
|
|
127
235
|
```ruby
|
128
236
|
# load the gem
|
129
237
|
require 'wire4_client'
|
130
|
-
# setup authorization
|
131
|
-
Wire4Client.configure do |config|
|
132
|
-
# Configure OAuth2 access token for authorization: wire4_aut_app_user_spei
|
133
|
-
config.access_token = 'YOUR ACCESS TOKEN'
|
134
|
-
end
|
135
238
|
|
136
239
|
api_instance = Wire4Client::TransferenciasSPEIApi.new
|
137
240
|
|
241
|
+
authorization = 'authorization_example' # String | Header para token
|
242
|
+
|
138
243
|
subscription = 'subscription_example' # String | El identificador de la suscripción a esta API
|
139
244
|
|
140
245
|
opts = {
|
@@ -143,7 +248,7 @@ opts = {
|
|
143
248
|
|
144
249
|
begin
|
145
250
|
#Consulta de transferencias realizadas
|
146
|
-
result = api_instance.outgoing_spei_transactions_report_using_get(subscription, opts)
|
251
|
+
result = api_instance.outgoing_spei_transactions_report_using_get(authorization, subscription, opts)
|
147
252
|
p result
|
148
253
|
rescue Wire4Client::ApiError => e
|
149
254
|
puts "Exception when calling TransferenciasSPEIApi->outgoing_spei_transactions_report_using_get: #{e}"
|
@@ -154,6 +259,7 @@ end
|
|
154
259
|
|
155
260
|
Name | Type | Description | Notes
|
156
261
|
------------- | ------------- | ------------- | -------------
|
262
|
+
**authorization** | **String**| Header para token |
|
157
263
|
**subscription** | **String**| El identificador de la suscripción a esta API |
|
158
264
|
**order_id** | **String**| Identificador de la orden a buscar | [optional]
|
159
265
|
|
@@ -163,7 +269,7 @@ Name | Type | Description | Notes
|
|
163
269
|
|
164
270
|
### Authorization
|
165
271
|
|
166
|
-
|
272
|
+
No authorization required
|
167
273
|
|
168
274
|
### HTTP request headers
|
169
275
|
|
@@ -173,7 +279,7 @@ Name | Type | Description | Notes
|
|
173
279
|
|
174
280
|
|
175
281
|
# **register_outgoing_spei_transaction_using_post**
|
176
|
-
> TokenRequiredResponse register_outgoing_spei_transaction_using_post(subscription, transactions)
|
282
|
+
> TokenRequiredResponse register_outgoing_spei_transaction_using_post(authorization, subscription, transactions)
|
177
283
|
|
178
284
|
Registro de transferencias
|
179
285
|
|
@@ -183,14 +289,11 @@ Registra un conjunto de transferencias a realizar en la cuenta del cliente Monex
|
|
183
289
|
```ruby
|
184
290
|
# load the gem
|
185
291
|
require 'wire4_client'
|
186
|
-
# setup authorization
|
187
|
-
Wire4Client.configure do |config|
|
188
|
-
# Configure OAuth2 access token for authorization: wire4_aut_app_user_spei
|
189
|
-
config.access_token = 'YOUR ACCESS TOKEN'
|
190
|
-
end
|
191
292
|
|
192
293
|
api_instance = Wire4Client::TransferenciasSPEIApi.new
|
193
294
|
|
295
|
+
authorization = 'authorization_example' # String | Header para token
|
296
|
+
|
194
297
|
subscription = 'subscription_example' # String | El identificador de la suscripción a esta API
|
195
298
|
|
196
299
|
transactions = Wire4Client::TransactionsOutgoingRegister.new # TransactionsOutgoingRegister | Información de las transferencias SPEI de salida
|
@@ -198,7 +301,7 @@ transactions = Wire4Client::TransactionsOutgoingRegister.new # TransactionsOutgo
|
|
198
301
|
|
199
302
|
begin
|
200
303
|
#Registro de transferencias
|
201
|
-
result = api_instance.register_outgoing_spei_transaction_using_post(subscription, transactions)
|
304
|
+
result = api_instance.register_outgoing_spei_transaction_using_post(authorization, subscription, transactions)
|
202
305
|
p result
|
203
306
|
rescue Wire4Client::ApiError => e
|
204
307
|
puts "Exception when calling TransferenciasSPEIApi->register_outgoing_spei_transaction_using_post: #{e}"
|
@@ -209,6 +312,7 @@ end
|
|
209
312
|
|
210
313
|
Name | Type | Description | Notes
|
211
314
|
------------- | ------------- | ------------- | -------------
|
315
|
+
**authorization** | **String**| Header para token |
|
212
316
|
**subscription** | **String**| El identificador de la suscripción a esta API |
|
213
317
|
**transactions** | [**TransactionsOutgoingRegister**](TransactionsOutgoingRegister.md)| Información de las transferencias SPEI de salida |
|
214
318
|
|
@@ -218,7 +322,7 @@ Name | Type | Description | Notes
|
|
218
322
|
|
219
323
|
### Authorization
|
220
324
|
|
221
|
-
|
325
|
+
No authorization required
|
222
326
|
|
223
327
|
### HTTP request headers
|
224
328
|
|
@@ -9,7 +9,7 @@ Method | HTTP request | Description
|
|
9
9
|
|
10
10
|
|
11
11
|
# **get_spid_classifications_using_get**
|
12
|
-
> SpidClassificationsResponseDTO get_spid_classifications_using_get(subscription)
|
12
|
+
> SpidClassificationsResponseDTO get_spid_classifications_using_get(authorization, subscription)
|
13
13
|
|
14
14
|
Consulta las clasificaciones para operaciones con SPID
|
15
15
|
|
@@ -19,20 +19,17 @@ Obtiene las clasificaciones para operaciones con dólares (SPID) de Monex.<br/>E
|
|
19
19
|
```ruby
|
20
20
|
# load the gem
|
21
21
|
require 'wire4_client'
|
22
|
-
# setup authorization
|
23
|
-
Wire4Client.configure do |config|
|
24
|
-
# Configure OAuth2 access token for authorization: wire4_aut_app_user_spid
|
25
|
-
config.access_token = 'YOUR ACCESS TOKEN'
|
26
|
-
end
|
27
22
|
|
28
23
|
api_instance = Wire4Client::TransferenciasSPIDApi.new
|
29
24
|
|
25
|
+
authorization = 'authorization_example' # String | Header para token
|
26
|
+
|
30
27
|
subscription = 'subscription_example' # String | El identificador de la suscripción a esta API
|
31
28
|
|
32
29
|
|
33
30
|
begin
|
34
31
|
#Consulta las clasificaciones para operaciones con SPID
|
35
|
-
result = api_instance.get_spid_classifications_using_get(subscription)
|
32
|
+
result = api_instance.get_spid_classifications_using_get(authorization, subscription)
|
36
33
|
p result
|
37
34
|
rescue Wire4Client::ApiError => e
|
38
35
|
puts "Exception when calling TransferenciasSPIDApi->get_spid_classifications_using_get: #{e}"
|
@@ -43,6 +40,7 @@ end
|
|
43
40
|
|
44
41
|
Name | Type | Description | Notes
|
45
42
|
------------- | ------------- | ------------- | -------------
|
43
|
+
**authorization** | **String**| Header para token |
|
46
44
|
**subscription** | **String**| El identificador de la suscripción a esta API |
|
47
45
|
|
48
46
|
### Return type
|
@@ -51,7 +49,7 @@ Name | Type | Description | Notes
|
|
51
49
|
|
52
50
|
### Authorization
|
53
51
|
|
54
|
-
|
52
|
+
No authorization required
|
55
53
|
|
56
54
|
### HTTP request headers
|
57
55
|
|
@@ -61,7 +59,7 @@ Name | Type | Description | Notes
|
|
61
59
|
|
62
60
|
|
63
61
|
# **register_outgoing_spid_transaction_using_post**
|
64
|
-
> TokenRequiredResponse register_outgoing_spid_transaction_using_post(subscription, transactions)
|
62
|
+
> TokenRequiredResponse register_outgoing_spid_transaction_using_post(authorization, subscription, transactions)
|
65
63
|
|
66
64
|
Registro de transferencias SPID
|
67
65
|
|
@@ -71,14 +69,11 @@ Registra un conjunto de transferencias a realizar en la cuenta del cliente Monex
|
|
71
69
|
```ruby
|
72
70
|
# load the gem
|
73
71
|
require 'wire4_client'
|
74
|
-
# setup authorization
|
75
|
-
Wire4Client.configure do |config|
|
76
|
-
# Configure OAuth2 access token for authorization: wire4_aut_app_user_spid
|
77
|
-
config.access_token = 'YOUR ACCESS TOKEN'
|
78
|
-
end
|
79
72
|
|
80
73
|
api_instance = Wire4Client::TransferenciasSPIDApi.new
|
81
74
|
|
75
|
+
authorization = 'authorization_example' # String | Header para token
|
76
|
+
|
82
77
|
subscription = 'subscription_example' # String | El identificador de la suscripción a esta API
|
83
78
|
|
84
79
|
transactions = Wire4Client::TransactionOutgoingSpid.new # TransactionOutgoingSpid | Información de las transferencias SPID de salida
|
@@ -86,7 +81,7 @@ transactions = Wire4Client::TransactionOutgoingSpid.new # TransactionOutgoingSpi
|
|
86
81
|
|
87
82
|
begin
|
88
83
|
#Registro de transferencias SPID
|
89
|
-
result = api_instance.register_outgoing_spid_transaction_using_post(subscription, transactions)
|
84
|
+
result = api_instance.register_outgoing_spid_transaction_using_post(authorization, subscription, transactions)
|
90
85
|
p result
|
91
86
|
rescue Wire4Client::ApiError => e
|
92
87
|
puts "Exception when calling TransferenciasSPIDApi->register_outgoing_spid_transaction_using_post: #{e}"
|
@@ -97,6 +92,7 @@ end
|
|
97
92
|
|
98
93
|
Name | Type | Description | Notes
|
99
94
|
------------- | ------------- | ------------- | -------------
|
95
|
+
**authorization** | **String**| Header para token |
|
100
96
|
**subscription** | **String**| El identificador de la suscripción a esta API |
|
101
97
|
**transactions** | [**TransactionOutgoingSpid**](TransactionOutgoingSpid.md)| Información de las transferencias SPID de salida |
|
102
98
|
|
@@ -106,7 +102,7 @@ Name | Type | Description | Notes
|
|
106
102
|
|
107
103
|
### Authorization
|
108
104
|
|
109
|
-
|
105
|
+
No authorization required
|
110
106
|
|
111
107
|
### HTTP request headers
|
112
108
|
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# Wire4Client::UpdateConfigurationsRequestDTO
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**configurations** | [**Array<ConfigurationsLimits>**](ConfigurationsLimits.md) | Listado de configuraciones para actualizar |
|
7
|
+
|
8
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# Wire4Client::UrlsRedirect
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**cancel_return_url** | **String** | Url a la que se redirigira en caso de que el cliente cancele el registro |
|
7
|
+
**return_url** | **String** | Url a la que se redireccionara en caso exitoso |
|
8
|
+
|
9
|
+
|
data/docs/UserCompany.md
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
# Wire4Client::UserCompany
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**emails** | **Array<String>** | Una lista de los correos del usuario | [optional]
|
7
|
+
**legal_representative** | **BOOLEAN** | Indica sí es representate legal | [optional]
|
8
|
+
**masked_name** | **String** | El nombre del usuario enmascarado | [optional]
|
9
|
+
**masked_user_name** | **String** | El nombre del usuario de acceso enmascarado | [optional]
|
10
|
+
**name** | **String** | El nombre del usuario | [optional]
|
11
|
+
**phone_numbers** | **Array<String>** | Una lista de los teléfonos del usuario | [optional]
|
12
|
+
**surname_father** | **String** | El apellido paterno del usuario | [optional]
|
13
|
+
**surname_mother** | **String** | El apellido materno del usuario | [optional]
|
14
|
+
**user_name** | **String** | El nombre del usuario de acceso | [optional]
|
15
|
+
|
16
|
+
|