Chimoney
Chimoney
  • Introduction 👋🏾
  • Features ⭐️
  • 💡API DOCS
    • Chimoney Object ✌
    • Account 😎
      • Get a transaction
      • Get multiple transactions
      • Transfer an account
      • Delete unpaid transaction
    • Collection(Payments) 📱📲
      • Collect Mobile Money Payment
      • Initiate a mobile money payment
      • Verify a Mobile Money Payment
    • Info 🤷‍♀️
      • Assets
      • Airtime Countries
      • Mobile money codes
      • USD-amount-in-local
      • Local-amount-in-usd
    • Payouts 💰
      • Airtime
      • Chimoney
      • Mobile-money
      • Send
      • Initiate-chimoney
    • Reedem 📥
      • Airtime
    • Sub-accounts 🏷
      • Create
      • List
      • Get
    • Wallets 📦
      • List
      • Lookup
      • Transfer
Powered by GitBook
On this page
  1. API DOCS

Chimoney Object ✌

Where it begins...✨

PreviousFeatures ⭐️NextAccount 😎

Last updated 3 years ago

{
     valueInUSD, // amount to send
     email, // Required if twitter is not provided. 
     twitter, // Required if email is not provided. Uses email if it is also provided
     enabledToRedeem, // A array of assets enabled for this transaction. Optional. 
}

enabledToRedeem array

An array of supported assets to be redeemed. Useful for:

  • restricting what receivers can get with their Chimoney

  • linking a transaction to a particular asset in the instance that you want the receivers to redeem the linked asset

Get a list of supported assets using the endpoint.

Sub accounts

A parent account can have one more more sub accounts.

Sub accounts can call many of the other endpoints via their parent.

To perform a transaction as a sub account, pass the `subAccount` id to the body of any API call and you will be perform the transaction as that account. For example:

  • payout from a subaccount wallet

  • check sub account balance

  • etc

💡
/info/assets