conekta 6.0.1 → 6.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/Makefile +3 -2
- data/README.md +17 -48
- data/VERSION +1 -1
- data/conekta.gemspec +2 -1
- data/config-ruby.json +1 -1
- data/docs/ApiKeyCreateResponse.md +3 -3
- data/docs/CheckoutRequest.md +2 -0
- data/docs/CreateCustomerFiscalEntitiesResponse.md +1 -1
- data/docs/Customer.md +1 -1
- data/docs/CustomerFiscalEntitiesDataResponse.md +1 -1
- data/docs/CustomerFiscalEntitiesRequest.md +1 -1
- data/docs/CustomerResponse.md +1 -1
- data/docs/CustomerShippingContacts.md +1 -1
- data/docs/CustomerShippingContactsDataResponse.md +1 -1
- data/docs/CustomerShippingContactsResponse.md +1 -1
- data/docs/CustomerUpdateFiscalEntitiesRequest.md +1 -1
- data/docs/CustomerUpdateShippingContacts.md +1 -1
- data/docs/CustomersApi.md +2 -2
- data/docs/CustomersResponse.md +3 -3
- data/docs/EventTypes.md +15 -0
- data/docs/OrderFiscalEntityRequest.md +1 -1
- data/docs/OrderFiscalEntityResponse.md +1 -1
- data/docs/OrderResponseCheckout.md +2 -0
- data/docs/OrderResponseCustomerInfo.md +2 -2
- data/docs/OrderResponseShippingContact.md +7 -7
- data/docs/OrderUpdateFiscalEntityRequest.md +1 -1
- data/docs/OrdersApi.md +15 -1
- data/docs/Payout.md +18 -0
- data/docs/PayoutMethod.md +18 -0
- data/docs/PayoutOrder.md +30 -0
- data/docs/PayoutOrderPayoutsItem.md +32 -0
- data/docs/PayoutOrderResponse.md +44 -0
- data/docs/PayoutOrderResponseCustomerInfo.md +30 -0
- data/docs/PayoutOrdersApi.md +235 -0
- data/docs/PayoutOrdersResponse.md +26 -0
- data/docs/Product.md +1 -1
- data/docs/ProductDataResponse.md +1 -1
- data/docs/ProductOrderResponse.md +1 -1
- data/docs/UpdateCustomer.md +1 -1
- data/docs/UpdateCustomerFiscalEntitiesResponse.md +1 -1
- data/docs/WebhooksApi.md +2 -0
- data/lib/conekta/api/antifraud_api.rb +1 -1
- data/lib/conekta/api/api_keys_api.rb +1 -1
- data/lib/conekta/api/balances_api.rb +1 -1
- data/lib/conekta/api/charges_api.rb +1 -1
- data/lib/conekta/api/companies_api.rb +1 -1
- data/lib/conekta/api/customers_api.rb +1 -1
- data/lib/conekta/api/discounts_api.rb +1 -1
- data/lib/conekta/api/events_api.rb +1 -1
- data/lib/conekta/api/logs_api.rb +1 -1
- data/lib/conekta/api/orders_api.rb +22 -1
- data/lib/conekta/api/payment_link_api.rb +1 -1
- data/lib/conekta/api/payment_methods_api.rb +1 -1
- data/lib/conekta/api/payout_orders_api.rb +251 -0
- data/lib/conekta/api/plans_api.rb +1 -1
- data/lib/conekta/api/products_api.rb +1 -1
- data/lib/conekta/api/shipping_contacts_api.rb +1 -1
- data/lib/conekta/api/shippings_api.rb +1 -1
- data/lib/conekta/api/subscriptions_api.rb +1 -1
- data/lib/conekta/api/taxes_api.rb +1 -1
- data/lib/conekta/api/tokens_api.rb +1 -1
- data/lib/conekta/api/transactions_api.rb +1 -1
- data/lib/conekta/api/transfers_api.rb +1 -1
- data/lib/conekta/api/webhook_keys_api.rb +1 -1
- data/lib/conekta/api/webhooks_api.rb +4 -1
- data/lib/conekta/api_client.rb +4 -4
- data/lib/conekta/api_error.rb +1 -1
- data/lib/conekta/configuration.rb +1 -1
- data/lib/conekta/models/api_key_create_response.rb +15 -16
- data/lib/conekta/models/api_key_request.rb +1 -1
- data/lib/conekta/models/api_key_response.rb +1 -1
- data/lib/conekta/models/api_key_response_on_delete.rb +1 -1
- data/lib/conekta/models/api_key_update_request.rb +1 -1
- data/lib/conekta/models/balance_common_field.rb +1 -1
- data/lib/conekta/models/balance_response.rb +1 -1
- data/lib/conekta/models/blacklist_rule_response.rb +1 -1
- data/lib/conekta/models/charge_order_response.rb +1 -1
- data/lib/conekta/models/charge_order_response_payment_method.rb +1 -1
- data/lib/conekta/models/charge_request.rb +1 -1
- data/lib/conekta/models/charge_request_payment_method.rb +1 -1
- data/lib/conekta/models/charge_response.rb +1 -1
- data/lib/conekta/models/charge_response_channel.rb +1 -1
- data/lib/conekta/models/charge_response_payment_method.rb +1 -1
- data/lib/conekta/models/charge_response_refunds.rb +1 -2
- data/lib/conekta/models/charge_response_refunds_data.rb +1 -1
- data/lib/conekta/models/charge_update_request.rb +1 -1
- data/lib/conekta/models/charges_data_response.rb +1 -1
- data/lib/conekta/models/checkout.rb +1 -1
- data/lib/conekta/models/checkout_order_template.rb +1 -1
- data/lib/conekta/models/checkout_order_template_customer_info.rb +2 -2
- data/lib/conekta/models/checkout_request.rb +12 -2
- data/lib/conekta/models/checkout_response.rb +1 -1
- data/lib/conekta/models/checkouts_response.rb +1 -2
- data/lib/conekta/models/company_fiscal_info_address_response.rb +1 -1
- data/lib/conekta/models/company_fiscal_info_response.rb +1 -1
- data/lib/conekta/models/company_payout_destination_response.rb +1 -1
- data/lib/conekta/models/company_response.rb +1 -1
- data/lib/conekta/models/create_customer_fiscal_entities_response.rb +2 -3
- data/lib/conekta/models/create_customer_payment_methods_request.rb +2 -2
- data/lib/conekta/models/create_customer_payment_methods_response.rb +1 -1
- data/lib/conekta/models/create_risk_rules_data.rb +1 -1
- data/lib/conekta/models/customer.rb +1 -1
- data/lib/conekta/models/customer_address.rb +1 -1
- data/lib/conekta/models/customer_antifraud_info.rb +1 -1
- data/lib/conekta/models/customer_antifraud_info_response.rb +1 -1
- data/lib/conekta/models/customer_fiscal_entities_data_response.rb +2 -3
- data/lib/conekta/models/customer_fiscal_entities_request.rb +2 -2
- data/lib/conekta/models/customer_fiscal_entities_response.rb +1 -2
- data/lib/conekta/models/customer_info.rb +1 -1
- data/lib/conekta/models/customer_info_just_customer_id.rb +1 -1
- data/lib/conekta/models/customer_info_just_customer_id_response.rb +1 -1
- data/lib/conekta/models/customer_payment_method_request.rb +1 -1
- data/lib/conekta/models/customer_payment_methods_data.rb +1 -1
- data/lib/conekta/models/customer_payment_methods_request.rb +2 -2
- data/lib/conekta/models/customer_payment_methods_response.rb +1 -2
- data/lib/conekta/models/customer_response.rb +1 -1
- data/lib/conekta/models/customer_response_shipping_contacts.rb +1 -2
- data/lib/conekta/models/customer_shipping_contacts.rb +1 -1
- data/lib/conekta/models/customer_shipping_contacts_address.rb +1 -1
- data/lib/conekta/models/customer_shipping_contacts_data_response.rb +2 -3
- data/lib/conekta/models/customer_shipping_contacts_response.rb +1 -1
- data/lib/conekta/models/customer_shipping_contacts_response_address.rb +1 -1
- data/lib/conekta/models/customer_update_fiscal_entities_request.rb +2 -2
- data/lib/conekta/models/customer_update_shipping_contacts.rb +1 -1
- data/lib/conekta/models/customers_response.rb +17 -18
- data/lib/conekta/models/delete_api_keys_response.rb +2 -3
- data/lib/conekta/models/deleted_blacklist_rule_response.rb +1 -1
- data/lib/conekta/models/deleted_whitelist_rule_response.rb +1 -1
- data/lib/conekta/models/details.rb +1 -1
- data/lib/conekta/models/details_error.rb +1 -1
- data/lib/conekta/models/discount_lines_data_response.rb +1 -1
- data/lib/conekta/models/discount_lines_response.rb +1 -2
- data/lib/conekta/models/email_checkout_request.rb +1 -1
- data/lib/conekta/models/error.rb +2 -3
- data/lib/conekta/models/event_response.rb +1 -1
- data/lib/conekta/models/event_types.rb +43 -0
- data/lib/conekta/models/events_resend_response.rb +1 -1
- data/lib/conekta/models/fiscal_entity_address.rb +1 -1
- data/lib/conekta/models/get_api_keys_response.rb +1 -2
- data/lib/conekta/models/get_charges_response.rb +1 -2
- data/lib/conekta/models/get_companies_response.rb +1 -2
- data/lib/conekta/models/get_customer_payment_method_data_response.rb +1 -1
- data/lib/conekta/models/get_events_response.rb +1 -2
- data/lib/conekta/models/get_order_discount_lines_response.rb +1 -2
- data/lib/conekta/models/get_orders_response.rb +1 -1
- data/lib/conekta/models/get_payment_method_response.rb +1 -2
- data/lib/conekta/models/get_plans_response.rb +1 -2
- data/lib/conekta/models/get_transactions_response.rb +1 -2
- data/lib/conekta/models/get_transfers_response.rb +1 -2
- data/lib/conekta/models/get_webhook_keys_response.rb +1 -2
- data/lib/conekta/models/get_webhooks_response.rb +1 -2
- data/lib/conekta/models/log_response.rb +1 -1
- data/lib/conekta/models/logs_response.rb +1 -1
- data/lib/conekta/models/logs_response_data.rb +1 -1
- data/lib/conekta/models/order_capture_request.rb +1 -1
- data/lib/conekta/models/order_customer_info_response.rb +1 -1
- data/lib/conekta/models/order_discount_lines_request.rb +1 -1
- data/lib/conekta/models/order_fiscal_entity_address_response.rb +2 -3
- data/lib/conekta/models/order_fiscal_entity_request.rb +1 -1
- data/lib/conekta/models/order_fiscal_entity_response.rb +1 -1
- data/lib/conekta/models/order_next_action_response.rb +1 -1
- data/lib/conekta/models/order_next_action_response_redirect_to_url.rb +1 -1
- data/lib/conekta/models/order_refund_request.rb +1 -1
- data/lib/conekta/models/order_request.rb +1 -1
- data/lib/conekta/models/order_request_customer_info.rb +2 -2
- data/lib/conekta/models/order_response.rb +1 -1
- data/lib/conekta/models/order_response_charges.rb +1 -2
- data/lib/conekta/models/order_response_checkout.rb +13 -2
- data/lib/conekta/models/order_response_customer_info.rb +12 -13
- data/lib/conekta/models/order_response_discount_lines.rb +1 -2
- data/lib/conekta/models/order_response_products.rb +1 -2
- data/lib/conekta/models/order_response_shipping_contact.rb +30 -31
- data/lib/conekta/models/order_tax_request.rb +1 -1
- data/lib/conekta/models/order_update_fiscal_entity_request.rb +1 -1
- data/lib/conekta/models/order_update_request.rb +1 -1
- data/lib/conekta/models/order_update_request_customer_info.rb +2 -2
- data/lib/conekta/models/orders_response.rb +1 -1
- data/lib/conekta/models/page.rb +1 -1
- data/lib/conekta/models/pagination.rb +1 -1
- data/lib/conekta/models/payment_method.rb +1 -1
- data/lib/conekta/models/payment_method_bank_transfer.rb +1 -2
- data/lib/conekta/models/payment_method_card.rb +1 -2
- data/lib/conekta/models/payment_method_card_request.rb +2 -3
- data/lib/conekta/models/payment_method_card_response.rb +1 -2
- data/lib/conekta/models/payment_method_cash.rb +1 -2
- data/lib/conekta/models/payment_method_cash_request.rb +2 -3
- data/lib/conekta/models/payment_method_cash_response.rb +1 -2
- data/lib/conekta/models/payment_method_response.rb +1 -1
- data/lib/conekta/models/payment_method_spei_recurrent.rb +2 -3
- data/lib/conekta/models/payment_method_spei_request.rb +2 -3
- data/lib/conekta/models/payout.rb +222 -0
- data/lib/conekta/models/payout_method.rb +223 -0
- data/lib/conekta/models/payout_order.rb +339 -0
- data/lib/conekta/models/payout_order_payouts_item.rb +320 -0
- data/lib/conekta/models/payout_order_response.rb +466 -0
- data/lib/conekta/models/payout_order_response_customer_info.rb +288 -0
- data/lib/conekta/models/payout_orders_response.rb +280 -0
- data/lib/conekta/models/plan_request.rb +1 -1
- data/lib/conekta/models/plan_response.rb +1 -1
- data/lib/conekta/models/plan_update_request.rb +1 -1
- data/lib/conekta/models/product.rb +2 -2
- data/lib/conekta/models/product_data_response.rb +3 -4
- data/lib/conekta/models/product_order_response.rb +3 -4
- data/lib/conekta/models/risk_rules_data.rb +1 -1
- data/lib/conekta/models/risk_rules_list.rb +2 -3
- data/lib/conekta/models/shipping_order_response.rb +1 -2
- data/lib/conekta/models/shipping_request.rb +1 -1
- data/lib/conekta/models/sms_checkout_request.rb +1 -1
- data/lib/conekta/models/subscription_events_response.rb +1 -2
- data/lib/conekta/models/subscription_request.rb +1 -1
- data/lib/conekta/models/subscription_response.rb +1 -1
- data/lib/conekta/models/subscription_update_request.rb +1 -1
- data/lib/conekta/models/token.rb +1 -1
- data/lib/conekta/models/token_card.rb +1 -1
- data/lib/conekta/models/token_checkout.rb +1 -1
- data/lib/conekta/models/token_response.rb +1 -1
- data/lib/conekta/models/token_response_checkout.rb +1 -1
- data/lib/conekta/models/transaction_response.rb +1 -1
- data/lib/conekta/models/transfer_destination_response.rb +1 -1
- data/lib/conekta/models/transfer_method_response.rb +1 -1
- data/lib/conekta/models/transfer_response.rb +1 -1
- data/lib/conekta/models/transfers_response.rb +1 -1
- data/lib/conekta/models/update_customer.rb +1 -1
- data/lib/conekta/models/update_customer_antifraud_info.rb +1 -1
- data/lib/conekta/models/update_customer_fiscal_entities_response.rb +3 -4
- data/lib/conekta/models/update_customer_payment_methods_response.rb +1 -1
- data/lib/conekta/models/update_order_discount_lines_request.rb +1 -1
- data/lib/conekta/models/update_order_tax_request.rb +1 -1
- data/lib/conekta/models/update_order_tax_response.rb +2 -3
- data/lib/conekta/models/update_payment_methods.rb +1 -1
- data/lib/conekta/models/update_product.rb +1 -1
- data/lib/conekta/models/webhook_key_create_response.rb +1 -1
- data/lib/conekta/models/webhook_key_delete_response.rb +1 -1
- data/lib/conekta/models/webhook_key_request.rb +1 -1
- data/lib/conekta/models/webhook_key_response.rb +1 -1
- data/lib/conekta/models/webhook_key_update_request.rb +1 -1
- data/lib/conekta/models/webhook_log.rb +1 -1
- data/lib/conekta/models/webhook_request.rb +1 -1
- data/lib/conekta/models/webhook_response.rb +1 -1
- data/lib/conekta/models/webhook_update_request.rb +1 -1
- data/lib/conekta/models/whitelistlist_rule_response.rb +1 -1
- data/lib/conekta/version.rb +2 -2
- data/lib/conekta.rb +10 -44
- data/spec/api/customers_api_spec.rb +2 -2
- data/spec/api/payout_orders_api_spec.rb +77 -0
- data/spec/spec_helper.rb +1 -1
- data/templates/ruby/api_client.mustache +1 -0
- metadata +54 -63
- data/docs/ApiKeyCreateResponseAllOf.md +0 -18
- data/docs/ChargeDataPaymentMethodBankTransferResponse.md +0 -48
- data/docs/ChargeDataPaymentMethodCardResponse.md +0 -38
- data/docs/ChargeDataPaymentMethodCashResponse.md +0 -32
- data/docs/ChargeResponseRefundsAllOf.md +0 -18
- data/docs/CheckoutsResponseAllOf.md +0 -18
- data/docs/CreateCustomerFiscalEntitiesResponseAllOf.md +0 -26
- data/docs/CustomerFiscalEntitiesRequestAddress.md +0 -32
- data/docs/CustomerFiscalEntitiesResponseAllOf.md +0 -18
- data/docs/CustomerPaymentMethods.md +0 -18
- data/docs/CustomerResponseShippingContactsAllOf.md +0 -18
- data/docs/CustomerShippingContactsDataResponseAllOf.md +0 -22
- data/docs/CustomersResponseAllOf.md +0 -18
- data/docs/DeleteApiKeysResponseAllOf.md +0 -18
- data/docs/DiscountLinesResponseAllOf.md +0 -22
- data/docs/ErrorAllOf.md +0 -22
- data/docs/GetApiKeysResponseAllOf.md +0 -18
- data/docs/GetChargesResponseAllOf.md +0 -18
- data/docs/GetCompaniesResponseAllOf.md +0 -18
- data/docs/GetEventsResponseAllOf.md +0 -18
- data/docs/GetOrderDiscountLinesResponseAllOf.md +0 -18
- data/docs/GetPaymentMethodResponseAllOf.md +0 -18
- data/docs/GetPlansResponseAllOf.md +0 -18
- data/docs/GetTransactionsResponseAllOf.md +0 -18
- data/docs/GetTransfersResponseAllOf.md +0 -18
- data/docs/GetWebhookKeysResponseAllOf.md +0 -18
- data/docs/GetWebhooksResponseAllOf.md +0 -18
- data/docs/OrderFiscalEntityAddressResponseAllOf.md +0 -18
- data/docs/OrderResponseChargesAllOf.md +0 -18
- data/docs/OrderResponseCustomerInfoAllOf.md +0 -18
- data/docs/OrderResponseDiscountLinesAllOf.md +0 -18
- data/docs/OrderResponseProductsAllOf.md +0 -18
- data/docs/OrderResponseShippingContactAllOf.md +0 -22
- data/docs/PaymentMethodCardRequestAllOf.md +0 -18
- data/docs/PaymentMethodCardResponseAllOf.md +0 -36
- data/docs/PaymentMethodCashRequestAllOf.md +0 -18
- data/docs/PaymentMethodCashResponseAllOf.md +0 -26
- data/docs/PaymentMethodSpeiRecurrentAllOf.md +0 -20
- data/docs/ProductDataResponseAllOf.md +0 -22
- data/docs/ProductOrderResponseAllOf.md +0 -22
- data/docs/RiskRules.md +0 -18
- data/docs/UpdateCustomerFiscalEntitiesResponseAllOf.md +0 -26
- data/docs/UpdateOrderTaxResponseAllOf.md +0 -22
@@ -0,0 +1,77 @@
|
|
1
|
+
=begin
|
2
|
+
#Conekta API
|
3
|
+
|
4
|
+
#Conekta sdk
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 2.1.0
|
7
|
+
Contact: engineering@conekta.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
Generator version: 7.5.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
|
16
|
+
# Unit tests for Conekta::PayoutOrdersApi
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'PayoutOrdersApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@api_instance = Conekta::PayoutOrdersApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of PayoutOrdersApi' do
|
30
|
+
it 'should create an instance of PayoutOrdersApi' do
|
31
|
+
expect(@api_instance).to be_instance_of(Conekta::PayoutOrdersApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for create_payout_order
|
36
|
+
# Create payout order
|
37
|
+
# Create a new payout order.
|
38
|
+
# @param payout_order requested field for payout order
|
39
|
+
# @param [Hash] opts the optional parameters
|
40
|
+
# @option opts [String] :accept_language Use for knowing which language to use
|
41
|
+
# @return [PayoutOrderResponse]
|
42
|
+
describe 'create_payout_order test' do
|
43
|
+
it 'should work' do
|
44
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
45
|
+
end
|
46
|
+
end
|
47
|
+
|
48
|
+
# unit tests for get_payout_order_by_id
|
49
|
+
# Get Payout Order
|
50
|
+
# Gets a payout Order resource that corresponds to a payout order ID.
|
51
|
+
# @param id Identifier of the resource
|
52
|
+
# @param [Hash] opts the optional parameters
|
53
|
+
# @option opts [String] :accept_language Use for knowing which language to use
|
54
|
+
# @return [PayoutOrderResponse]
|
55
|
+
describe 'get_payout_order_by_id test' do
|
56
|
+
it 'should work' do
|
57
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
58
|
+
end
|
59
|
+
end
|
60
|
+
|
61
|
+
# unit tests for get_payout_orders
|
62
|
+
# Get a list of Payout Orders
|
63
|
+
# Get Payout order details in the form of a list
|
64
|
+
# @param [Hash] opts the optional parameters
|
65
|
+
# @option opts [String] :accept_language Use for knowing which language to use
|
66
|
+
# @option opts [Integer] :limit The numbers of items to return, the maximum value is 250
|
67
|
+
# @option opts [String] :search General order search, e.g. by mail, reference etc.
|
68
|
+
# @option opts [String] :_next next page
|
69
|
+
# @option opts [String] :previous previous page
|
70
|
+
# @return [PayoutOrdersResponse]
|
71
|
+
describe 'get_payout_orders test' do
|
72
|
+
it 'should work' do
|
73
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
74
|
+
end
|
75
|
+
end
|
76
|
+
|
77
|
+
end
|
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: conekta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.0.
|
4
|
+
version: 6.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Conekta
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -44,6 +44,20 @@ dependencies:
|
|
44
44
|
- - ">="
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: '0'
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: marcel
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - ">="
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: '0'
|
54
|
+
type: :runtime
|
55
|
+
prerelease: false
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
requirements:
|
58
|
+
- - ">="
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
version: '0'
|
47
61
|
- !ruby/object:Gem::Dependency
|
48
62
|
name: rspec
|
49
63
|
requirement: !ruby/object:Gem::Requirement
|
@@ -86,7 +100,6 @@ files:
|
|
86
100
|
- config-ruby.json
|
87
101
|
- docs/AntifraudApi.md
|
88
102
|
- docs/ApiKeyCreateResponse.md
|
89
|
-
- docs/ApiKeyCreateResponseAllOf.md
|
90
103
|
- docs/ApiKeyRequest.md
|
91
104
|
- docs/ApiKeyResponse.md
|
92
105
|
- docs/ApiKeyResponseOnDelete.md
|
@@ -96,9 +109,6 @@ files:
|
|
96
109
|
- docs/BalanceResponse.md
|
97
110
|
- docs/BalancesApi.md
|
98
111
|
- docs/BlacklistRuleResponse.md
|
99
|
-
- docs/ChargeDataPaymentMethodBankTransferResponse.md
|
100
|
-
- docs/ChargeDataPaymentMethodCardResponse.md
|
101
|
-
- docs/ChargeDataPaymentMethodCashResponse.md
|
102
112
|
- docs/ChargeOrderResponse.md
|
103
113
|
- docs/ChargeOrderResponsePaymentMethod.md
|
104
114
|
- docs/ChargeRequest.md
|
@@ -107,7 +117,6 @@ files:
|
|
107
117
|
- docs/ChargeResponseChannel.md
|
108
118
|
- docs/ChargeResponsePaymentMethod.md
|
109
119
|
- docs/ChargeResponseRefunds.md
|
110
|
-
- docs/ChargeResponseRefundsAllOf.md
|
111
120
|
- docs/ChargeResponseRefundsData.md
|
112
121
|
- docs/ChargeUpdateRequest.md
|
113
122
|
- docs/ChargesApi.md
|
@@ -118,14 +127,12 @@ files:
|
|
118
127
|
- docs/CheckoutRequest.md
|
119
128
|
- docs/CheckoutResponse.md
|
120
129
|
- docs/CheckoutsResponse.md
|
121
|
-
- docs/CheckoutsResponseAllOf.md
|
122
130
|
- docs/CompaniesApi.md
|
123
131
|
- docs/CompanyFiscalInfoAddressResponse.md
|
124
132
|
- docs/CompanyFiscalInfoResponse.md
|
125
133
|
- docs/CompanyPayoutDestinationResponse.md
|
126
134
|
- docs/CompanyResponse.md
|
127
135
|
- docs/CreateCustomerFiscalEntitiesResponse.md
|
128
|
-
- docs/CreateCustomerFiscalEntitiesResponseAllOf.md
|
129
136
|
- docs/CreateCustomerPaymentMethodsRequest.md
|
130
137
|
- docs/CreateCustomerPaymentMethodsResponse.md
|
131
138
|
- docs/CreateRiskRulesData.md
|
@@ -135,72 +142,53 @@ files:
|
|
135
142
|
- docs/CustomerAntifraudInfoResponse.md
|
136
143
|
- docs/CustomerFiscalEntitiesDataResponse.md
|
137
144
|
- docs/CustomerFiscalEntitiesRequest.md
|
138
|
-
- docs/CustomerFiscalEntitiesRequestAddress.md
|
139
145
|
- docs/CustomerFiscalEntitiesResponse.md
|
140
|
-
- docs/CustomerFiscalEntitiesResponseAllOf.md
|
141
146
|
- docs/CustomerInfo.md
|
142
147
|
- docs/CustomerInfoJustCustomerId.md
|
143
148
|
- docs/CustomerInfoJustCustomerIdResponse.md
|
144
149
|
- docs/CustomerPaymentMethodRequest.md
|
145
|
-
- docs/CustomerPaymentMethods.md
|
146
150
|
- docs/CustomerPaymentMethodsData.md
|
147
151
|
- docs/CustomerPaymentMethodsRequest.md
|
148
152
|
- docs/CustomerPaymentMethodsResponse.md
|
149
153
|
- docs/CustomerResponse.md
|
150
154
|
- docs/CustomerResponseShippingContacts.md
|
151
|
-
- docs/CustomerResponseShippingContactsAllOf.md
|
152
155
|
- docs/CustomerShippingContacts.md
|
153
156
|
- docs/CustomerShippingContactsAddress.md
|
154
157
|
- docs/CustomerShippingContactsDataResponse.md
|
155
|
-
- docs/CustomerShippingContactsDataResponseAllOf.md
|
156
158
|
- docs/CustomerShippingContactsResponse.md
|
157
159
|
- docs/CustomerShippingContactsResponseAddress.md
|
158
160
|
- docs/CustomerUpdateFiscalEntitiesRequest.md
|
159
161
|
- docs/CustomerUpdateShippingContacts.md
|
160
162
|
- docs/CustomersApi.md
|
161
163
|
- docs/CustomersResponse.md
|
162
|
-
- docs/CustomersResponseAllOf.md
|
163
164
|
- docs/DeleteApiKeysResponse.md
|
164
|
-
- docs/DeleteApiKeysResponseAllOf.md
|
165
165
|
- docs/DeletedBlacklistRuleResponse.md
|
166
166
|
- docs/DeletedWhitelistRuleResponse.md
|
167
167
|
- docs/Details.md
|
168
168
|
- docs/DetailsError.md
|
169
169
|
- docs/DiscountLinesDataResponse.md
|
170
170
|
- docs/DiscountLinesResponse.md
|
171
|
-
- docs/DiscountLinesResponseAllOf.md
|
172
171
|
- docs/DiscountsApi.md
|
173
172
|
- docs/EmailCheckoutRequest.md
|
174
173
|
- docs/Error.md
|
175
|
-
- docs/ErrorAllOf.md
|
176
174
|
- docs/EventResponse.md
|
175
|
+
- docs/EventTypes.md
|
177
176
|
- docs/EventsApi.md
|
178
177
|
- docs/EventsResendResponse.md
|
179
178
|
- docs/FiscalEntityAddress.md
|
180
179
|
- docs/GetApiKeysResponse.md
|
181
|
-
- docs/GetApiKeysResponseAllOf.md
|
182
180
|
- docs/GetChargesResponse.md
|
183
|
-
- docs/GetChargesResponseAllOf.md
|
184
181
|
- docs/GetCompaniesResponse.md
|
185
|
-
- docs/GetCompaniesResponseAllOf.md
|
186
182
|
- docs/GetCustomerPaymentMethodDataResponse.md
|
187
183
|
- docs/GetEventsResponse.md
|
188
|
-
- docs/GetEventsResponseAllOf.md
|
189
184
|
- docs/GetOrderDiscountLinesResponse.md
|
190
|
-
- docs/GetOrderDiscountLinesResponseAllOf.md
|
191
185
|
- docs/GetOrdersResponse.md
|
192
186
|
- docs/GetPaymentMethodResponse.md
|
193
|
-
- docs/GetPaymentMethodResponseAllOf.md
|
194
187
|
- docs/GetPlansResponse.md
|
195
|
-
- docs/GetPlansResponseAllOf.md
|
196
188
|
- docs/GetTransactionsResponse.md
|
197
|
-
- docs/GetTransactionsResponseAllOf.md
|
198
189
|
- docs/GetTransfersResponse.md
|
199
|
-
- docs/GetTransfersResponseAllOf.md
|
200
190
|
- docs/GetWebhookKeysResponse.md
|
201
|
-
- docs/GetWebhookKeysResponseAllOf.md
|
202
191
|
- docs/GetWebhooksResponse.md
|
203
|
-
- docs/GetWebhooksResponseAllOf.md
|
204
192
|
- docs/LogResponse.md
|
205
193
|
- docs/LogsApi.md
|
206
194
|
- docs/LogsResponse.md
|
@@ -209,7 +197,6 @@ files:
|
|
209
197
|
- docs/OrderCustomerInfoResponse.md
|
210
198
|
- docs/OrderDiscountLinesRequest.md
|
211
199
|
- docs/OrderFiscalEntityAddressResponse.md
|
212
|
-
- docs/OrderFiscalEntityAddressResponseAllOf.md
|
213
200
|
- docs/OrderFiscalEntityRequest.md
|
214
201
|
- docs/OrderFiscalEntityResponse.md
|
215
202
|
- docs/OrderNextActionResponse.md
|
@@ -219,16 +206,11 @@ files:
|
|
219
206
|
- docs/OrderRequestCustomerInfo.md
|
220
207
|
- docs/OrderResponse.md
|
221
208
|
- docs/OrderResponseCharges.md
|
222
|
-
- docs/OrderResponseChargesAllOf.md
|
223
209
|
- docs/OrderResponseCheckout.md
|
224
210
|
- docs/OrderResponseCustomerInfo.md
|
225
|
-
- docs/OrderResponseCustomerInfoAllOf.md
|
226
211
|
- docs/OrderResponseDiscountLines.md
|
227
|
-
- docs/OrderResponseDiscountLinesAllOf.md
|
228
212
|
- docs/OrderResponseProducts.md
|
229
|
-
- docs/OrderResponseProductsAllOf.md
|
230
213
|
- docs/OrderResponseShippingContact.md
|
231
|
-
- docs/OrderResponseShippingContactAllOf.md
|
232
214
|
- docs/OrderTaxRequest.md
|
233
215
|
- docs/OrderUpdateFiscalEntityRequest.md
|
234
216
|
- docs/OrderUpdateRequest.md
|
@@ -242,30 +224,30 @@ files:
|
|
242
224
|
- docs/PaymentMethodBankTransfer.md
|
243
225
|
- docs/PaymentMethodCard.md
|
244
226
|
- docs/PaymentMethodCardRequest.md
|
245
|
-
- docs/PaymentMethodCardRequestAllOf.md
|
246
227
|
- docs/PaymentMethodCardResponse.md
|
247
|
-
- docs/PaymentMethodCardResponseAllOf.md
|
248
228
|
- docs/PaymentMethodCash.md
|
249
229
|
- docs/PaymentMethodCashRequest.md
|
250
|
-
- docs/PaymentMethodCashRequestAllOf.md
|
251
230
|
- docs/PaymentMethodCashResponse.md
|
252
|
-
- docs/PaymentMethodCashResponseAllOf.md
|
253
231
|
- docs/PaymentMethodResponse.md
|
254
232
|
- docs/PaymentMethodSpeiRecurrent.md
|
255
|
-
- docs/PaymentMethodSpeiRecurrentAllOf.md
|
256
233
|
- docs/PaymentMethodSpeiRequest.md
|
257
234
|
- docs/PaymentMethodsApi.md
|
235
|
+
- docs/Payout.md
|
236
|
+
- docs/PayoutMethod.md
|
237
|
+
- docs/PayoutOrder.md
|
238
|
+
- docs/PayoutOrderPayoutsItem.md
|
239
|
+
- docs/PayoutOrderResponse.md
|
240
|
+
- docs/PayoutOrderResponseCustomerInfo.md
|
241
|
+
- docs/PayoutOrdersApi.md
|
242
|
+
- docs/PayoutOrdersResponse.md
|
258
243
|
- docs/PlanRequest.md
|
259
244
|
- docs/PlanResponse.md
|
260
245
|
- docs/PlanUpdateRequest.md
|
261
246
|
- docs/PlansApi.md
|
262
247
|
- docs/Product.md
|
263
248
|
- docs/ProductDataResponse.md
|
264
|
-
- docs/ProductDataResponseAllOf.md
|
265
249
|
- docs/ProductOrderResponse.md
|
266
|
-
- docs/ProductOrderResponseAllOf.md
|
267
250
|
- docs/ProductsApi.md
|
268
|
-
- docs/RiskRules.md
|
269
251
|
- docs/RiskRulesData.md
|
270
252
|
- docs/RiskRulesList.md
|
271
253
|
- docs/ShippingContactsApi.md
|
@@ -295,12 +277,10 @@ files:
|
|
295
277
|
- docs/UpdateCustomer.md
|
296
278
|
- docs/UpdateCustomerAntifraudInfo.md
|
297
279
|
- docs/UpdateCustomerFiscalEntitiesResponse.md
|
298
|
-
- docs/UpdateCustomerFiscalEntitiesResponseAllOf.md
|
299
280
|
- docs/UpdateCustomerPaymentMethodsResponse.md
|
300
281
|
- docs/UpdateOrderDiscountLinesRequest.md
|
301
282
|
- docs/UpdateOrderTaxRequest.md
|
302
283
|
- docs/UpdateOrderTaxResponse.md
|
303
|
-
- docs/UpdateOrderTaxResponseAllOf.md
|
304
284
|
- docs/UpdatePaymentMethods.md
|
305
285
|
- docs/UpdateProduct.md
|
306
286
|
- docs/WebhookKeyCreateResponse.md
|
@@ -328,6 +308,7 @@ files:
|
|
328
308
|
- lib/conekta/api/orders_api.rb
|
329
309
|
- lib/conekta/api/payment_link_api.rb
|
330
310
|
- lib/conekta/api/payment_methods_api.rb
|
311
|
+
- lib/conekta/api/payout_orders_api.rb
|
331
312
|
- lib/conekta/api/plans_api.rb
|
332
313
|
- lib/conekta/api/products_api.rb
|
333
314
|
- lib/conekta/api/shipping_contacts_api.rb
|
@@ -425,6 +406,7 @@ files:
|
|
425
406
|
- lib/conekta/models/error.rb
|
426
407
|
- lib/conekta/models/error_all_of.rb
|
427
408
|
- lib/conekta/models/event_response.rb
|
409
|
+
- lib/conekta/models/event_types.rb
|
428
410
|
- lib/conekta/models/events_resend_response.rb
|
429
411
|
- lib/conekta/models/fiscal_entity_address.rb
|
430
412
|
- lib/conekta/models/get_api_keys_response.rb
|
@@ -501,6 +483,13 @@ files:
|
|
501
483
|
- lib/conekta/models/payment_method_spei_recurrent.rb
|
502
484
|
- lib/conekta/models/payment_method_spei_recurrent_all_of.rb
|
503
485
|
- lib/conekta/models/payment_method_spei_request.rb
|
486
|
+
- lib/conekta/models/payout.rb
|
487
|
+
- lib/conekta/models/payout_method.rb
|
488
|
+
- lib/conekta/models/payout_order.rb
|
489
|
+
- lib/conekta/models/payout_order_payouts_item.rb
|
490
|
+
- lib/conekta/models/payout_order_response.rb
|
491
|
+
- lib/conekta/models/payout_order_response_customer_info.rb
|
492
|
+
- lib/conekta/models/payout_orders_response.rb
|
504
493
|
- lib/conekta/models/plan_request.rb
|
505
494
|
- lib/conekta/models/plan_response.rb
|
506
495
|
- lib/conekta/models/plan_update_request.rb
|
@@ -565,6 +554,7 @@ files:
|
|
565
554
|
- spec/api/orders_api_spec.rb
|
566
555
|
- spec/api/payment_link_api_spec.rb
|
567
556
|
- spec/api/payment_methods_api_spec.rb
|
557
|
+
- spec/api/payout_orders_api_spec.rb
|
568
558
|
- spec/api/plans_api_spec.rb
|
569
559
|
- spec/api/products_api_spec.rb
|
570
560
|
- spec/api/shipping_contacts_api_spec.rb
|
@@ -602,35 +592,36 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
602
592
|
- !ruby/object:Gem::Version
|
603
593
|
version: '0'
|
604
594
|
requirements: []
|
605
|
-
rubygems_version: 3.3.
|
595
|
+
rubygems_version: 3.3.27
|
606
596
|
signing_key:
|
607
597
|
specification_version: 4
|
608
598
|
summary: This library provides https://api.conekta.io operations
|
609
599
|
test_files:
|
610
|
-
- spec/api/events_api_spec.rb
|
611
|
-
- spec/api/shippings_api_spec.rb
|
612
|
-
- spec/api/plans_api_spec.rb
|
613
|
-
- spec/api/transactions_api_spec.rb
|
614
|
-
- spec/api/api_keys_api_spec.rb
|
615
|
-
- spec/api/antifraud_api_spec.rb
|
616
|
-
- spec/api/companies_api_spec.rb
|
617
|
-
- spec/api/customers_api_spec.rb
|
618
|
-
- spec/api/products_api_spec.rb
|
619
|
-
- spec/api/taxes_api_spec.rb
|
620
600
|
- spec/api/webhook_keys_api_spec.rb
|
601
|
+
- spec/api/charges_api_spec.rb
|
602
|
+
- spec/api/transfers_api_spec.rb
|
603
|
+
- spec/api/api_keys_api_spec.rb
|
604
|
+
- spec/api/orders_api_spec.rb
|
621
605
|
- spec/api/payment_methods_api_spec.rb
|
606
|
+
- spec/api/payment_link_api_spec.rb
|
622
607
|
- spec/api/balances_api_spec.rb
|
623
|
-
- spec/api/
|
624
|
-
- spec/api/
|
608
|
+
- spec/api/plans_api_spec.rb
|
609
|
+
- spec/api/logs_api_spec.rb
|
610
|
+
- spec/api/products_api_spec.rb
|
625
611
|
- spec/api/base_test.rb
|
626
|
-
- spec/api/
|
612
|
+
- spec/api/shipping_contacts_api_spec.rb
|
627
613
|
- spec/api/discounts_api_spec.rb
|
628
|
-
- spec/api/payment_link_api_spec.rb
|
629
614
|
- spec/api/subscriptions_api_spec.rb
|
615
|
+
- spec/api/tokens_api_spec.rb
|
616
|
+
- spec/api/events_api_spec.rb
|
617
|
+
- spec/api/payout_orders_api_spec.rb
|
630
618
|
- spec/api/webhooks_api_spec.rb
|
631
|
-
- spec/api/
|
632
|
-
- spec/api/
|
633
|
-
- spec/api/
|
619
|
+
- spec/api/antifraud_api_spec.rb
|
620
|
+
- spec/api/companies_api_spec.rb
|
621
|
+
- spec/api/transactions_api_spec.rb
|
622
|
+
- spec/api/taxes_api_spec.rb
|
623
|
+
- spec/api/shippings_api_spec.rb
|
624
|
+
- spec/api/customers_api_spec.rb
|
634
625
|
- spec/api_client_spec.rb
|
635
626
|
- spec/configuration_spec.rb
|
636
627
|
- spec/spec_helper.rb
|
@@ -1,18 +0,0 @@
|
|
1
|
-
# Conekta::ApiKeyCreateResponseAllOf
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
| Name | Type | Description | Notes |
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **authentication_token** | **String** | It is occupied as a user when authenticated with basic authentication, with a blank password. This value will only appear once, in the request to create a new key. Copy and save it in a safe place. | [optional] |
|
8
|
-
|
9
|
-
## Example
|
10
|
-
|
11
|
-
```ruby
|
12
|
-
require 'conekta'
|
13
|
-
|
14
|
-
instance = Conekta::ApiKeyCreateResponseAllOf.new(
|
15
|
-
authentication_token: key_rpHzxufNgjFCdprEEFZRTKi
|
16
|
-
)
|
17
|
-
```
|
18
|
-
|
@@ -1,48 +0,0 @@
|
|
1
|
-
# Conekta::ChargeDataPaymentMethodBankTransferResponse
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
| Name | Type | Description | Notes |
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **bank** | **String** | | [optional] |
|
8
|
-
| **clabe** | **String** | | [optional] |
|
9
|
-
| **description** | **String** | | [optional] |
|
10
|
-
| **executed_at** | **Integer** | | [optional] |
|
11
|
-
| **expires_at** | **Integer** | | [optional] |
|
12
|
-
| **issuing_account_bank** | **String** | | [optional] |
|
13
|
-
| **issuing_account_number** | **String** | | [optional] |
|
14
|
-
| **issuing_account_holder_name** | **String** | | [optional] |
|
15
|
-
| **issuing_account_tax_id** | **String** | | [optional] |
|
16
|
-
| **payment_attempts** | **Array<Object>** | | [optional] |
|
17
|
-
| **receiving_account_holder_name** | **String** | | [optional] |
|
18
|
-
| **receiving_account_number** | **String** | | [optional] |
|
19
|
-
| **receiving_account_bank** | **String** | | [optional] |
|
20
|
-
| **receiving_account_tax_id** | **String** | | [optional] |
|
21
|
-
| **reference_number** | **String** | | [optional] |
|
22
|
-
| **tracking_code** | **String** | | [optional] |
|
23
|
-
|
24
|
-
## Example
|
25
|
-
|
26
|
-
```ruby
|
27
|
-
require 'conekta'
|
28
|
-
|
29
|
-
instance = Conekta::ChargeDataPaymentMethodBankTransferResponse.new(
|
30
|
-
bank: STP,
|
31
|
-
clabe: 646180111805034237,
|
32
|
-
description: null,
|
33
|
-
executed_at: null,
|
34
|
-
expires_at: 1683053729,
|
35
|
-
issuing_account_bank: null,
|
36
|
-
issuing_account_number: null,
|
37
|
-
issuing_account_holder_name: null,
|
38
|
-
issuing_account_tax_id: null,
|
39
|
-
payment_attempts: null,
|
40
|
-
receiving_account_holder_name: null,
|
41
|
-
receiving_account_number: 646180111805034237,
|
42
|
-
receiving_account_bank: STP,
|
43
|
-
receiving_account_tax_id: null,
|
44
|
-
reference_number: null,
|
45
|
-
tracking_code: null
|
46
|
-
)
|
47
|
-
```
|
48
|
-
|
@@ -1,38 +0,0 @@
|
|
1
|
-
# Conekta::ChargeDataPaymentMethodCardResponse
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
| Name | Type | Description | Notes |
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **account_type** | **String** | | [optional] |
|
8
|
-
| **auth_code** | **String** | | [optional] |
|
9
|
-
| **brand** | **String** | | [optional] |
|
10
|
-
| **contract_id** | **String** | Id sent for recurrent charges. | [optional] |
|
11
|
-
| **country** | **String** | | [optional] |
|
12
|
-
| **exp_month** | **String** | | [optional] |
|
13
|
-
| **exp_year** | **String** | | [optional] |
|
14
|
-
| **fraud_indicators** | **Array<Object>** | | [optional] |
|
15
|
-
| **issuer** | **String** | | [optional] |
|
16
|
-
| **last4** | **String** | | [optional] |
|
17
|
-
| **name** | **String** | | [optional] |
|
18
|
-
|
19
|
-
## Example
|
20
|
-
|
21
|
-
```ruby
|
22
|
-
require 'conekta'
|
23
|
-
|
24
|
-
instance = Conekta::ChargeDataPaymentMethodCardResponse.new(
|
25
|
-
account_type: Credit,
|
26
|
-
auth_code: 867372,
|
27
|
-
brand: visa,
|
28
|
-
contract_id: S781317595,
|
29
|
-
country: MX,
|
30
|
-
exp_month: 02,
|
31
|
-
exp_year: 30,
|
32
|
-
fraud_indicators: null,
|
33
|
-
issuer: BANAMEX,
|
34
|
-
last4: 4242,
|
35
|
-
name: Fulanito Perez
|
36
|
-
)
|
37
|
-
```
|
38
|
-
|
@@ -1,32 +0,0 @@
|
|
1
|
-
# Conekta::ChargeDataPaymentMethodCashResponse
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
| Name | Type | Description | Notes |
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **auth_code** | **Integer** | | [optional] |
|
8
|
-
| **cashier_id** | **String** | | [optional] |
|
9
|
-
| **reference** | **String** | | [optional] |
|
10
|
-
| **barcode_url** | **String** | | [optional] |
|
11
|
-
| **expires_at** | **Integer** | | [optional] |
|
12
|
-
| **service_name** | **String** | | [optional] |
|
13
|
-
| **store** | **String** | | [optional] |
|
14
|
-
| **store_name** | **String** | | [optional] |
|
15
|
-
|
16
|
-
## Example
|
17
|
-
|
18
|
-
```ruby
|
19
|
-
require 'conekta'
|
20
|
-
|
21
|
-
instance = Conekta::ChargeDataPaymentMethodCashResponse.new(
|
22
|
-
auth_code: 542563,
|
23
|
-
cashier_id: OINM01010,
|
24
|
-
reference: 93000262276908,
|
25
|
-
barcode_url: https://pt-common-s3-stg.s3.amazonaws.com/644ebf80f2243197aad6cd8810375b905b613dbe.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=ASIA3UN6375MP4SLLCWV%2F20230203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230203T215750Z&X-Amz-Expires=604800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEH4aCXVzLWVhc3QtMSJGMEQCICd79cu7DYu%2F4%2B3HnVVswydgU9yHcE9kmQIIk2TLoZJrAiBVZ0HxVSeboK5lhdQSqADjwQF62XX35jhC%2F2riB0M8uCqQBAj2%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAIaDDc5OTgwMTA4MTY4OCIMXWZds9ZI5hzUdbeGKuQDFreMyeWnWWPqDuGZ2%2BHk6usCr%2Fl096%2FNJh9xtf8htLu56K%2FhWUTx%2BjiqFWM2O%2FF5zTS%2BIV6TqkLDZ%2BQ5Jo1miQrRmR57YDz6uP2Yd1mNZ1ouq5ipnNjUuu5UWCCBAmqyZQsrVmeMQpSV2IB%2BTERCCcW2SukFEYU%2F20%2Fzy5orsoZ8DxOW460IymR3cWBk5u3Xh2cV6Y1RdPEwDEThhqYEF5w%2ByKbLENloMsI%2FUm6sG5PPrO3yQOAP9aK2muLJs9lXQRU%2FL%2FSsmS4FKSUFOqlN6YU%2Bi2Y%2FyGIKAJT2VDkngvz5Sl%2Fadj0j%2BPKftVRV5FcEhySB6Rl%2BSkPN7kVQMJp6pS8hMJ6JCyEA%2BA3eWYdIfKgQhWVXAR4oCBfJ62DH8FU3a7WfSjjpTwfVkiReWen3GGCYfUWETTVKp46MKnJ9PG0CD3KzxKV8VfmEGc5krK%2FI%2F%2BDV2wtSa%2F9qf1%2BK1YYJIK9qZGb25ljUiGhTB4T%2BMUOSQFjetiWUoOJc5Q3Jz%2FXJbiTAMTST39MhdbCgiMgfrc8OGKN5DOVbex33Z7dn0xf%2FOCkSqurhLaG08efKQBdhLNS0RlE9hbg9yZ2ywwtQIF39fI6A7eeH0T11a5HMlvm51u4rAffPHRuEJfwJoIuj%2F2s3QzDg7%2FWeBjqmAbnPOlGfysjrDdvHyG7HVnaX02kdG%2BI3Q4PFOO4Mjaa3ocpjcfPT70%2BZ5a%2FSv5vP0jDLGrLToeM9%2BAUlNepptICRu23a1tLGW4ri0twPA%2FZ4JDTtUUUgdblyG8bKpcUTNp4oOsdmLLBz3FVyr4c2xQbDZSu2zYOtoOxB18W0AC6kIbsMWVU55Bf0mBhPeBWxGrtM4Kw1SgHHlt%2F8vetQi2OwtUcg08c%3D&X-Amz-SignedHeaders=host&X-Amz-Signature=d06dfa41550003359f2aabc8006063a80dfd806a13a54d244024946a76aa9abc,
|
26
|
-
expires_at: 0,
|
27
|
-
service_name: OxxoPay,
|
28
|
-
store: 10MON50EDI,
|
29
|
-
store_name: OXXO
|
30
|
-
)
|
31
|
-
```
|
32
|
-
|
@@ -1,18 +0,0 @@
|
|
1
|
-
# Conekta::ChargeResponseRefundsAllOf
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
| Name | Type | Description | Notes |
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **data** | [**Array<ChargeResponseRefundsData>**](ChargeResponseRefundsData.md) | refunds | [optional] |
|
8
|
-
|
9
|
-
## Example
|
10
|
-
|
11
|
-
```ruby
|
12
|
-
require 'conekta'
|
13
|
-
|
14
|
-
instance = Conekta::ChargeResponseRefundsAllOf.new(
|
15
|
-
data: null
|
16
|
-
)
|
17
|
-
```
|
18
|
-
|
@@ -1,18 +0,0 @@
|
|
1
|
-
# Conekta::CheckoutsResponseAllOf
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
| Name | Type | Description | Notes |
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **data** | [**Array<CheckoutResponse>**](CheckoutResponse.md) | | [optional] |
|
8
|
-
|
9
|
-
## Example
|
10
|
-
|
11
|
-
```ruby
|
12
|
-
require 'conekta'
|
13
|
-
|
14
|
-
instance = Conekta::CheckoutsResponseAllOf.new(
|
15
|
-
data: null
|
16
|
-
)
|
17
|
-
```
|
18
|
-
|
@@ -1,26 +0,0 @@
|
|
1
|
-
# Conekta::CreateCustomerFiscalEntitiesResponseAllOf
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
| Name | Type | Description | Notes |
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **id** | **String** | | |
|
8
|
-
| **object** | **String** | | |
|
9
|
-
| **created_at** | **Integer** | | |
|
10
|
-
| **parent_id** | **String** | | [optional] |
|
11
|
-
| **default** | **Boolean** | | [optional] |
|
12
|
-
|
13
|
-
## Example
|
14
|
-
|
15
|
-
```ruby
|
16
|
-
require 'conekta'
|
17
|
-
|
18
|
-
instance = Conekta::CreateCustomerFiscalEntitiesResponseAllOf.new(
|
19
|
-
id: ship_cont_2tKZsTYcsryyu7Ah8,
|
20
|
-
object: shipping_contact,
|
21
|
-
created_at: 1675715413,
|
22
|
-
parent_id: cus_2tKcHxhTz7xU5SymF,
|
23
|
-
default: null
|
24
|
-
)
|
25
|
-
```
|
26
|
-
|
@@ -1,32 +0,0 @@
|
|
1
|
-
# Conekta::CustomerFiscalEntitiesRequestAddress
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
| Name | Type | Description | Notes |
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **street1** | **String** | | |
|
8
|
-
| **street2** | **String** | | [optional] |
|
9
|
-
| **postal_code** | **String** | | |
|
10
|
-
| **city** | **String** | | |
|
11
|
-
| **state** | **String** | | [optional] |
|
12
|
-
| **country** | **String** | this field follows the [ISO 3166-1 alpha-2 standard](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) | [optional] |
|
13
|
-
| **residential** | **Boolean** | | [optional][default to false] |
|
14
|
-
| **external_number** | **String** | | [optional] |
|
15
|
-
|
16
|
-
## Example
|
17
|
-
|
18
|
-
```ruby
|
19
|
-
require 'conekta'
|
20
|
-
|
21
|
-
instance = Conekta::CustomerFiscalEntitiesRequestAddress.new(
|
22
|
-
street1: Nuevo Leon 254,
|
23
|
-
street2: Departamento 404,
|
24
|
-
postal_code: 06100,
|
25
|
-
city: Ciudad de Mexico,
|
26
|
-
state: Ciudad de Mexico,
|
27
|
-
country: MX,
|
28
|
-
residential: true,
|
29
|
-
external_number: null
|
30
|
-
)
|
31
|
-
```
|
32
|
-
|
@@ -1,18 +0,0 @@
|
|
1
|
-
# Conekta::CustomerFiscalEntitiesResponseAllOf
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
| Name | Type | Description | Notes |
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **data** | [**Array<CustomerFiscalEntitiesDataResponse>**](CustomerFiscalEntitiesDataResponse.md) | | [optional] |
|
8
|
-
|
9
|
-
## Example
|
10
|
-
|
11
|
-
```ruby
|
12
|
-
require 'conekta'
|
13
|
-
|
14
|
-
instance = Conekta::CustomerFiscalEntitiesResponseAllOf.new(
|
15
|
-
data: null
|
16
|
-
)
|
17
|
-
```
|
18
|
-
|