Registry / http-client / conekta

conekta

JSON →
library7.0.3rbrubygemsunverified

Ruby library for the Conekta payment processing API.

gem install conekta
INSTALL
IMPORT
SIG · CONEKTA
C
conekta
http-clientrubyv7.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Conekta
require 'conekta'

Creates a new order via the Conekta API.

require 'conekta' Conekta.api_key = 'your_api_key' order = Conekta::Order.create({ currency: 'MXN', customer_info: { name: 'John Doe' }, line_items: [{ name: 'Tacos', unit_price: 1000, quantity: 1 }] })
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.0.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
Resources
conekta — gem install conekta · libregistry