Logo Lanfrica

sangho-sdks/RUBY

Domaine:

digital infrastructure

Type de record:

software
Créateur:
san
Hôte:
# Sangho Ruby SDK SDK officiel Ruby pour l'API Sangho — paiements XAF pour l'Afrique. --- ## Installation ```bash gem install sangho ``` Ou dans votre `Gemfile` : ```ruby gem 'sangho' ``` ## Quickstart ```ruby require 'sangho' client = Sangho::Client.new(secret_key: 'sk_live_...') # Créer un payment intent intent = client.payment_intents.create( amount: 5000, currency: 'XAF', customer: 'cust_xxx' ) puts intent.id ``` ## Documentation La documentation complète est disponible sur docs.sangho.africa. ## Ressources disponibles `apps` · `customers` · `products` · `payment_intents` · `checkout_sessions` · `invoices` · `transactions` · `refunds` · `subscriptions` · `payment_methods` · `webhooks` · `payment_links` · `addresses` · `partners` ## Contribuer Voir CONTRIBUTING.md. ## Changelog Voir CHANGELOG.md. ## Licence MIT

Languages