> For the complete documentation index, see [llms.txt](https://chimoney.gitbook.io/make-value-move/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chimoney.gitbook.io/make-value-move/developers/enable-spending-of-xrp-+-xrpl-issued-currencies.md).

# Enable spending of XRP + XRPL issued currencies

This section explains how to unleash utility for your token by enabling in-app spending in your web or mobile app.

1. Create an account at [dash.chimoney.io](http://dash.chimoney.io/)
2. Email <support@chimoney.io> to request "Verification and API Access". Include links to your website and tell us a little more about your use case. Alternatively, DM @uchiuchibeke on Twitter
3. Once you are approved, follow the steps below to integrate:
   1. Get products and services with the [*info/assets*](https://documenter.getpostman.com/view/1163691/Tz5qacnt#c94a3c62-01bc-4cff-a83f-1c6093e9b6ea) endpoint
   2. Initiate a spend using the [*payouts/initiate-chimoney*](https://documenter.getpostman.com/view/1163691/Tz5qacnt#1a11c16e-ae75-4219-8a67-4f01d501cf2a) endpoint.
      1. You're not charged for this
      2. Depending on the type of purchase/spend, please include the fields below
         1. Gift Card must have a *type=giftcard* and *redeemData* object with the *productId* and *countryCode* fields set.  *productId* and *countryCode* fields come from set 3.1 above
         2. Mobile money must have a *type=momo* and momoCode, *phoneNumber* and *email* field
         3. Airtime must have a *type=airtime* and *country* and *phoneNumber* field. Country is iso country code and can be gotten from [*/info/airtime-countries*](https://documenter.getpostman.com/view/1163691/Tz5qacnt#c3eba98f-4b3f-4fdd-950c-26bdca7ccf1e) endpoint
   3. Step 2 returns a payload for XRP payments. If a currency and issuer are passed, a payload for paying with that currency is returned.
   4. Present the payload to the user to sign
   5. The product is delivered to the user after they send the payment
