Basic Setup
How to use Carbon Market as whitelabel app.
- Get own partner ID from Earthbanc.
- Provide domain where you will use whitelabel app.
- Include whitelabel app as an iframe in your website.
You can filter carbon projects by setting optional query parameters as sellingUnit
and tags
.
Example can be visible below:
<!--
URL queries:
partner - PARTNER ID (required)
sellingUnit - TREE | TONNE (optional)
tags - any project tag (optional) - can be used multiple times
-->
<iframe height="700" id="whitelabel-checkout" src="https://whitelabel-checkout.earthbanc.io/?partner=YOUR_PARTNER_ID&sellingUnit=TONNE&tags=Health&tags=REDD+" width="700"></iframe>
Don't forget
It is important to use your partner ID as query parameter in iframe
src
. See example above.