GitHub - conekta/conekta-ruby: Ruby Bindings for Conekta
Conekta::AntifraudApi
create_rule_blacklist
POST /antifraud/blacklists
Create blacklisted rule
Conekta::AntifraudApi
create_rule_whitelist
POST /antifraud/whitelists
Create whitelisted rule
Conekta::AntifraudApi
delete_rule_blacklist
DELETE /antifraud/blacklists/{id}
Delete blacklisted rule
Conekta::AntifraudApi
delete_rule_whitelist
DELETE /antifraud/whitelists/{id}
Delete whitelisted rule
Conekta::AntifraudApi
get_rule_blacklist
GET /antifraud/blacklists
Get list of blacklisted rules
Conekta::AntifraudApi
get_rule_whitelist
GET /antifraud/whitelists
Get a list of whitelisted rules
Conekta::ApiKeysApi
create_api_key
POST /api_keys
Create Api Key
Conekta::ApiKeysApi
delete_api_key
DELETE /api_keys/{id}
Delete Api Key
Conekta::ApiKeysApi
get_api_key
GET /api_keys/{id}
Get Api Key
Conekta::ApiKeysApi
get_api_keys
GET /api_keys
Get list of Api Keys
Conekta::ApiKeysApi
update_api_key
PUT /api_keys/{id}
Update Api Key
Conekta::BalancesApi
get_balance
GET /balance
Get a company's balance
Conekta::ChargesApi
get_charges
GET /charges
Get A List of Charges
Conekta::ChargesApi
orders_create_charge
POST /orders/{id}/charges
Create charge
Conekta::ChargesApi
orders_create_charges
POST /orders/{id}/add_charges
Create charges
Conekta::ChargesApi
update_charge
PUT /charges/{id}
Update a charge
Conekta::CompaniesApi
create_company
POST /companies
Create Company
Conekta::CompaniesApi
get_companies
GET /companies
Get List of Companies
Conekta::CompaniesApi
get_company
GET /companies/{id}
Get Company
Conekta::CompaniesApi
get_company_documents
GET /companies/{company_id}/documents
Get Company Documents
Conekta::CompaniesApi
get_current_company
GET /companies/current
Get Current Company
Conekta::CompaniesApi
update_company_document
PATCH /companies/{company_id}/document
Update Company Document
Conekta::CompaniesApi
upload_company_document
POST /companies/{company_id}/document
Upload Company Document
Conekta::CustomersApi
create_customer
POST /customers
Create customer
Conekta::CustomersApi
create_customer_fiscal_entities
POST /customers/{id}/fiscal_entities
Create Fiscal Entity
Conekta::CustomersApi
delete_customer_by_id
DELETE /customers/{id}
Delete Customer
Conekta::CustomersApi
get_customer_by_id
GET /customers/{id}
Get Customer
Conekta::CustomersApi
get_customers
GET /customers
Get a list of customers
Conekta::CustomersApi
update_customer
PUT /customers/{id}
Update customer
Conekta::CustomersApi
update_customer_fiscal_entities
PUT /customers/{id}/fiscal_entities/{fiscal_entities_id}
Update Fiscal Entity
Conekta::DiscountsApi
orders_create_discount_line
POST /orders/{id}/discount_lines
Create Discount
Conekta::DiscountsApi
orders_delete_discount_lines
DELETE /orders/{id}/discount_lines/{discount_lines_id}
Delete Discount
Conekta::DiscountsApi
orders_get_discount_line
GET /orders/{id}/discount_lines/{discount_lines_id}
Get Discount
Conekta::DiscountsApi
orders_get_discount_lines
GET /orders/{id}/discount_lines
Get a List of Discount
Conekta::DiscountsApi
orders_update_discount_lines
PUT /orders/{id}/discount_lines/{discount_lines_id}
Update Discount
Conekta::EventsApi
get_event
GET /events/{id}
Get Event
Conekta::EventsApi
get_events
GET /events
Get list of Events
Conekta::EventsApi
resend_event
POST /events/{event_id}/resend
Resend Event
Conekta::LogsApi
get_log_by_id
GET /logs/{id}
Get Log
Conekta::LogsApi
get_logs
GET /logs
Get List Of Logs
Conekta::OrdersApi
cancel_order
POST /orders/{id}/cancel
Cancel Order
Conekta::OrdersApi
create_order
POST /orders
Create order
Conekta::OrdersApi
get_order_by_id
GET /orders/{id}
Get Order
Conekta::OrdersApi
get_orders
GET /orders
Get a list of Orders
Conekta::OrdersApi
order_cancel_refund
DELETE /orders/{id}/refunds/{refund_id}
Cancel Refund
Conekta::OrdersApi
order_refund
POST /orders/{id}/refunds
Refund Order
Conekta::OrdersApi
orders_create_capture
POST /orders/{id}/capture
Capture Order
Conekta::OrdersApi
update_order
PUT /orders/{id}
Update Order
Conekta::PaymentLinkApi
cancel_checkout
PUT /checkouts/{id}/cancel
Cancel Payment Link
Conekta::PaymentLinkApi
create_checkout
POST /checkouts
Create Unique Payment Link
Conekta::PaymentLinkApi
email_checkout
POST /checkouts/{id}/email
Send an email
Conekta::PaymentLinkApi
get_checkout
GET /checkouts/{id}
Get a payment link by ID
Conekta::PaymentLinkApi
get_checkouts
GET /checkouts
Get a list of payment links
Conekta::PaymentLinkApi
sms_checkout
POST /checkouts/{id}/sms
Send an sms
Conekta::PaymentMethodsApi
create_customer_payment_methods
POST /customers/{id}/payment_sources
Create Payment Method
Conekta::PaymentMethodsApi
delete_customer_payment_methods
DELETE /customers/{id}/payment_sources/{payment_method_id}
Delete Payment Method
Conekta::PaymentMethodsApi
get_customer_payment_methods
GET /customers/{id}/payment_sources
Get Payment Methods
Conekta::PaymentMethodsApi
update_customer_payment_methods
PUT /customers/{id}/payment_sources/{payment_method_id}
Update Payment Method
Conekta::PayoutOrdersApi
cancel_payout_order_by_id
PUT /payout_orders/{id}/cancel
Cancel Payout Order
Conekta::PayoutOrdersApi
create_payout_order
POST /payout_orders
Create payout order
Conekta::PayoutOrdersApi
get_payout_order_by_id
GET /payout_orders/{id}
Get Payout Order
Conekta::PayoutOrdersApi
get_payout_orders
GET /payout_orders
Get a list of Payout Orders
Conekta::PlansApi
create_plan
POST /plans
Create Plan
Conekta::PlansApi
delete_plan
DELETE /plans/{id}
Delete Plan
Conekta::PlansApi
get_plan
GET /plans/{id}
Get Plan
Conekta::PlansApi
get_plans
GET /plans
Get A List of Plans
Conekta::PlansApi
update_plan
PUT /plans/{id}
Update Plan
Conekta::ProductsApi
orders_create_product
POST /orders/{id}/line_items
Create Product
Conekta::ProductsApi
orders_delete_product
DELETE /orders/{id}/line_items/{line_item_id}
Delete Product
Conekta::ProductsApi
orders_update_product
PUT /orders/{id}/line_items/{line_item_id}
Update Product
Conekta::ShippingContactsApi
create_customer_shipping_contacts
POST /customers/{id}/shipping_contacts
Create a shipping contacts
Conekta::ShippingContactsApi
delete_customer_shipping_contacts
DELETE /customers/{id}/shipping_contacts/{shipping_contacts_id}
Delete shipping contacts
Conekta::ShippingContactsApi
update_customer_shipping_contacts
PUT /customers/{id}/shipping_contacts/{shipping_contacts_id}
Update shipping contacts
Conekta::ShippingsApi
orders_create_shipping
POST /orders/{id}/shipping_lines
Create Shipping
Conekta::ShippingsApi
orders_delete_shipping
DELETE /orders/{id}/shipping_lines/{shipping_id}
Delete Shipping
Conekta::ShippingsApi
orders_update_shipping
PUT /orders/{id}/shipping_lines/{shipping_id}
Update Shipping
Conekta::SubscriptionsApi
cancel_subscription
POST /customers/{id}/subscription/cancel
Cancel Subscription [Deprecated]
Conekta::SubscriptionsApi
create_subscription
POST /customers/{id}/subscription
Create Subscription [Deprecated]
Conekta::SubscriptionsApi
get_subscription
GET /customers/{id}/subscription
Get Subscription [Deprecated]
Conekta::SubscriptionsApi
get_subscription_events
GET /customers/{id}/subscription/events
Get Subscription Events [Deprecated]
Conekta::SubscriptionsApi
pause_subscription
POST /customers/{id}/subscription/pause
Pause Subscription [Deprecated]
Conekta::SubscriptionsApi
resume_subscription
POST /customers/{id}/subscription/resume
Resume Subscription [Deprecated]
Conekta::SubscriptionsApi
subscription_cancel
POST /customers/{customer_id}/subscriptions/{id}/cancel
Cancel Subscription
Conekta::SubscriptionsApi
subscription_create
POST /customers/{customer_id}/subscriptions
Create Subscription
Conekta::SubscriptionsApi
subscription_events
GET /customers/{customer_id}/subscriptions/{id}/events
Get Subscription Events
Conekta::SubscriptionsApi
subscription_list
GET /customers/{customer_id}/subscriptions
List Subscriptions
Conekta::SubscriptionsApi
subscription_pause
POST /customers/{customer_id}/subscriptions/{id}/pause
Pause Subscription
Conekta::SubscriptionsApi
subscription_resume
POST /customers/{customer_id}/subscriptions/{id}/resume
Resume Subscription
Conekta::SubscriptionsApi
subscription_update
PUT /customers/{customer_id}/subscriptions/{id}
Update Subscription
Conekta::SubscriptionsApi
subscriptions_get
GET /customers/{customer_id}/subscriptions/{id}
Get Subscription
Conekta::SubscriptionsApi
subscriptions_retry
POST /customers/{customer_id}/subscriptions/{id}/retry
Retry Failed Payment
Conekta::SubscriptionsApi
update_subscription
PUT /customers/{id}/subscription
Update Subscription [Deprecated]
Conekta::TaxesApi
orders_create_taxes
POST /orders/{id}/tax_lines
Create Tax
Conekta::TaxesApi
orders_delete_taxes
DELETE /orders/{id}/tax_lines/{tax_id}
Delete Tax
Conekta::TaxesApi
orders_update_taxes
PUT /orders/{id}/tax_lines/{tax_id}
Update Tax
Conekta::TokensApi
create_token
POST /tokens
Create Token
Conekta::TransactionsApi
get_transaction
GET /transactions/{id}
Get transaction
Conekta::TransactionsApi
get_transactions
GET /transactions
Get List transactions
Conekta::TransfersApi
get_transfer
GET /transfers/{id}
Get Transfer
Conekta::TransfersApi
get_transfers
GET /transfers
Get a list of transfers
Conekta::WebhookKeysApi
create_webhook_key
POST /webhook_keys
Create Webhook Key
Conekta::WebhookKeysApi
delete_webhook_key
DELETE /webhook_keys/{id}
Delete Webhook key
Conekta::WebhookKeysApi
get_webhook_key
GET /webhook_keys/{id}
Get Webhook Key
Conekta::WebhookKeysApi
get_webhook_keys
GET /webhook_keys
Get List of Webhook Keys
Conekta::WebhookKeysApi
update_webhook_key
PUT /webhook_keys/{id}
Update Webhook Key
Conekta::WebhooksApi
create_webhook
POST /webhooks
Create Webhook
Conekta::WebhooksApi
delete_webhook
DELETE /webhooks/{id}
Delete Webhook
Conekta::WebhooksApi
get_webhook
GET /webhooks/{id}
Get Webhook
Conekta::WebhooksApi
get_webhooks
GET /webhooks
Get List of Webhooks
Conekta::WebhooksApi
test_webhook
POST /webhooks/{id}/test
Test Webhook
Conekta::WebhooksApi
update_webhook
PUT /webhooks/{id}
Update Webhook