<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>The Interledger Community 🌱: BessPay</title>
    <description>The latest articles on The Interledger Community 🌱 by BessPay (@besspaysocial).</description>
    <link>https://community.interledger.org/besspaysocial</link>
    <image>
      <url>https://community.interledger.org/images/wsZux-IO1FtMeitvtTZsM3vTPLYEsC407f0zfx38sBY/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL3VzZXIv/cHJvZmlsZV9pbWFn/ZS8zMDgwLzc2MDYw/NmUyLWUzNzMtNGNl/MS1hOGY1LTIxZDkz/YzAxZDIxOC5wbmc</url>
      <title>The Interledger Community 🌱: BessPay</title>
      <link>https://community.interledger.org/besspaysocial</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://community.interledger.org/feed/besspaysocial"/>
    <language>en</language>
    <item>
      <title>BessPay Plugin - ILF Grant Final Report</title>
      <dc:creator>BessPay</dc:creator>
      <pubDate>Mon, 06 Apr 2026 07:39:52 +0000</pubDate>
      <link>https://community.interledger.org/besspay/besspay-plugin-ilf-grant-final-report-46ab</link>
      <guid>https://community.interledger.org/besspay/besspay-plugin-ilf-grant-final-report-46ab</guid>
      <description>&lt;h2&gt;
  
  
  Brief Project Description
&lt;/h2&gt;

&lt;p&gt;The BessPay Plugin integrates Interledger Open Payments into Sharetribe, a leading global marketplace platform, to deliver easier, cheaper, and faster cross-border transactions for emerging markets. Built over twelve months under the ILF Digital Financial Services Grant (April 2025 - March 2026), this solution is specifically engineered to operate within the unique economic and technical constraints of the Global South. It gives MSMEs the infrastructure to launch two-sided digital marketplaces and receive funds directly into their own Interledger-compliant wallets, bypassing the prohibitive fees and traditional gateway barriers that have historically hindered them from global trade.&lt;/p&gt;

&lt;p&gt;Please see our previous progress report here: (&lt;a href="https://community.interledger.org/besspaysocial/besspay-2nd-ilf-interim-report-narrative-49ch"&gt;https://community.interledger.org/besspaysocial/besspay-2nd-ilf-interim-report-narrative-49ch&lt;/a&gt;)&lt;/p&gt;

&lt;h2&gt;
  
  
  Project Update
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What We Set Out to Build and Why&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We set out to solve a critical bottleneck for entrepreneurs in emerging markets: accessing and maintaining accounts with leading international payment platforms. Stripe, the default payment processor for Sharetribe, works in 11 of the 146 developing countries our target users operate in. PayPal covers more geography, but its high fees and slow withdrawal cycles undermine the economics of micro-businesses. The result is a large population of capable, digitally active entrepreneurs across the Global South who cannot properly participate in global digital commerce, not because they lack skills or products, but because the payment rails were never built for them.&lt;/p&gt;

&lt;p&gt;BessPay has built a plugin that connects any Sharetribe marketplace to the Interledger Open Payments network. The solution is simple, cost-effective and efficient. A marketplace operator installs BessPay, connects their preferred Interledger-compliant wallet, and their sellers can immediately receive payments directly into their own wallets, with automatic fee-splitting, full transaction history, and no dependency on Stripe or PayPal.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Our Development Journey&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;April - July 2025:&lt;/strong&gt; &lt;br&gt;
Market research, system architecture, and early development. We designed the system around Chimoney's API as the primary integration layer. This was a practical choice;  Chimoney gave us a fast path to MVP and a known integration partner. The architectural diagrams, database design, and API scaffolding were all completed on schedule.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;August 2025:&lt;/strong&gt; &lt;br&gt;
ILF technical check-ins surfaced a significant problem. The ILF technical team reviewed our architecture and pointed out that our backend was acting as a proxy layer over Open Payments endpoints that are explicitly designed to be public-facing. More fundamentally, by routing everything through Chimoney's API, we were building a closed system rather than a true Open Payments client. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;September 2025:&lt;/strong&gt; &lt;br&gt;
We submitted a formal scope change and committed to a full architectural rebuild. The new design uses the official Interledger Open Payments TypeScript/Node SDK only. Funds route directly between Interledger Account Servicing Entities (ASEs). BessPay handles orchestration only;  it never holds custodial funds. Marketplace owners, sellers and buyers can connect any Interledger-compliant wallet (Chimoney, Interledger Wallet, Gatehub etc.) through the Marketplace Owner Dashboard or directly on the Sharetribe Marketplace.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;September-October 2025 (The Five-Week Sprint):&lt;/strong&gt; &lt;br&gt;
To execute this intensive rebuild, we expanded our engineering capacity by onboarding a Technical Lead with over 20 years of fintech experience and an additional full-stack developer. In parallel, Sharetribe's premier integration partner, Journey Horizon, dedicated a project manager and three full-stack engineers to the integration.&lt;/p&gt;

&lt;p&gt;This combined effort successfully delivered the wallet-agnostic BessPay Plugin API, engineered with secure, server-side orchestration to guarantee sensitive credentials are never exposed to the browser. Alongside the API, we developed a Next.js Marketplace Owner Dashboard, empowering operators to easily configure their ASE wallets, manage fee splits, and oversee transaction analytics.&lt;/p&gt;

&lt;p&gt;To ensure stability on a compressed timeline, the team implemented automated CI/CD pipelines via GitHub Actions and achieved a flawless 100% line and function test coverage for the critical payments service module. This rigorous QA process yielded a 96% transaction success rate in the staging environment, with an average end-to-end processing duration of just 28 seconds. Ultimately, Journey Horizon integrated this hardened API into a dedicated Sharetribe instance, delivering a fully operational marketplace powered by Open Payments.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A Lesson in Resilience: Navigating Category 5 Hurricane Melissa&lt;/strong&gt;&lt;br&gt;
Between late October and November 2025, during our most critical development phase leading up to the Interledger Summit, our team faced an unprecedented external challenge: Category 5 Hurricane Melissa. As the second-largest hurricane in both Jamaica's and the Western Hemisphere's recorded history, the storm's impact was devastating. Our Jamaican team members faced complete communication blackouts, widespread loss of power and water, impassable roads, and in some cases, severe displacement.&lt;/p&gt;

&lt;p&gt;Despite these extreme conditions, the team's commitment never wavered. Several displaced members eventually relocated to Kingston specifically to regain connectivity. To ensure we did not miss our critical ILF Summit deliverables, we rapidly reorganized our workflows. Team members based in unaffected islands, specifically Trinidad &amp;amp; Tobago and Barbados, stepped up immediately, assuming additional engineering and operational responsibilities to cover for their Jamaican counterparts. &lt;/p&gt;

&lt;p&gt;We want to extend our deepest gratitude to the Interledger Foundation team for their constant communication, empathy, and understanding during this crisis. This period definitively proved that our human collaborative network is just as robust as our technical infrastructure.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;November 5-6 2025 (Interledger Summit, Mexico):&lt;/strong&gt;&lt;br&gt;
We presented and live-demoed our Sharetribe marketplace integration to the global developer community. Showcasing true cross-wallet operability, the flawless demonstration featured a buyer using a Chimoney wallet successfully purchasing from a merchant using an Interledger Wallet. The BessPay Plugin automatically manages the complex backend processes seamlessly, including quote generation, grant requests, and fee-splitting. Following the successful presentation, we met with the ILF Technical team for an in-depth review of the implementation, gathering critical feedback to shape our post-Summit enhancements.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;November 2025(post-Summit)-February 2026:&lt;/strong&gt; &lt;br&gt;
Following the Summit, the BessPay development team executed a rigorous post-Summit sprint, implementing over 40 user stories and technical updates to further strengthen and enhance the BessPay Platform. This body of work resolved a bug preventing seller accounts from making purchases, added a Transaction Detail Modal, a transaction emailing system, a Merchant Performance Module, and multi-currency dynamic quoting via the Open Payments Quote feature. These backend enhancements required corresponding updates to the Sharetribe frontend integration, which were scoped for Journey Horizon to implement following the completion of our API work. However, the volume and pace of enhancements delivered during this sprint, combined with time and resource constraints at the close of the grant cycle, meant the frontend updates could not be completed within the funded period. The frontend integration remains stable at its pre-sprint state and the pending updates are the primary focus of our immediate next phase of work with Journey Horizon.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;March 2026:&lt;/strong&gt; &lt;br&gt;
Code freeze implemented. All engineering effort focused on security updates and CI/CD. The backend is stable. The frontend Sharetribe integration has blockers in the seller onboarding and checkout flows that need to be resolved before production launch.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where We Are Now&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The BessPay API is fully functional, as proven by the successful live cross-wallet transactions at the ILF Summit. However, finalizing the production-ready user journey remains our immediate priority. Specifically, the seller onboarding and checkout flows on the Sharetribe front-end must be updated to seamlessly align with the related Seller API enhancements implemented post-Summit.&lt;/p&gt;

&lt;h2&gt;
  
  
  Project Impact &amp;amp; Target Audience(s)
&lt;/h2&gt;

&lt;p&gt;Our target users are the economic engine of the Global South: the over 400 million Micro, Small, and Medium-sized Enterprises (MSMEs), freelancers, and independent creators driving regional economies, employing over 70% of the workforce and contributing up to 35% of GDP in their countries. &lt;/p&gt;

&lt;p&gt;We place a specific, strategic focus on empowering women and youth across the Caribbean, Latin America, and Africa, alongside their digitally fluent global diasporas.&lt;/p&gt;

&lt;p&gt;These are capable entrepreneurs already operating active businesses, often leveraging channels like WhatsApp and personal websites. However, their potential for scale is hindered by a massive finance gap and a systemic barrier: traditional gateways like Stripe exclude most developing nations, making the collection of cross-border payments costly, frustrating, and time-consuming. Our pilot research overwhelmingly validated these systemic pain points.&lt;/p&gt;

&lt;p&gt;BessPay bridges this divide by providing a seamless Open Payments integration. By bypassing geographic restrictions and prohibitive fees, we unlock access to modern financial rails, enabling historically marginalized communities to finally participate in, and benefit from, a multi-trillion-dollar global digital economy.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What the Pilot Research Found&lt;/strong&gt;&lt;br&gt;
We conducted an initial pilot study engaging 15 participants: 10 sellers, 4 buyers, and 1 marketplace operator, across the Caribbean, Africa, and Asia. While this is a small group and the results are directional rather than definitive, what they told us maps perfectly to the problem we set out to solve.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;From sellers:&lt;/strong&gt;&lt;br&gt;
Payment delays and high fees were universal pain points. One seller in Jamaica summarized what would make digital commerce viable: "Integration with local banks, cash out to local bank account." Another in Nigeria was direct about the urgency: "We consult with service businesses and we need payment integration platforms urgently." Both confirmed they would be willing to test BessPay, noting that fast payouts would be the primary driver of adoption.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;From buyers:&lt;/strong&gt;&lt;br&gt;
The open-ended feedback was clear: "Digital payment could very much improve online shopping if the risk of fraud and many uncertainties associated with digital transactions are addressed properly." Buyers listed fraud/scams and the lack of refund options as their top concerns, and stated they would be open to trying BessPay if it introduced these trust and safety layers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;From the marketplace operator&lt;/strong&gt;: &lt;br&gt;
Despite listing Stripe as a known provider, they indicated they do not currently have a functioning digital payment integration. Their top challenges were technical integration difficulties, KYC/AML compliance, and a lack of cross-border capabilities. When asked what additional input they'd like to share, their response was immediate: "I need a meeting with you guys." They emphasized that seamless Sharetribe integration was "critical" and indicated a strong interest in piloting BessPay.&lt;/p&gt;

&lt;p&gt;These responses confirm our product-market fit hypothesis: the pain is real, the willingness to try something better is there, and the trust and compliance challenges our research identified are genuine. A broader survey of 100 sellers, 100 buyers, and 20 marketplace operators is currently in progress across the Caribbean, Central America and Africa, with results to be published ahead of our production launch.&lt;/p&gt;

&lt;p&gt;Additionally, our inaugural Caribbean Creators Expo (CCE 2025, funded by UNESCO), held July 26, 2025, drew 850 attendees, showcased 37 creative entrepreneurs, and reached 1.54 million people on social media. The "Getting Paid Global" session at CCE introduced Interledger Open Payments directly to Caribbean creators. The Jamaica Business Development Corporation (JBDC) subsequently issued a formal letter of support for the upcoming expanded Caribbean and Africa Creators Expo 2027 (CACE).&lt;/p&gt;

&lt;h2&gt;
  
  
  Progress on Objectives, Key Activities
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/gx4MxyR4P1r3tWlUA8chyL4xklO8SsLvBD2RolOfjMU/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2tvbXVtc3Jk/bTd1aDluNWN5czA2/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/gx4MxyR4P1r3tWlUA8chyL4xklO8SsLvBD2RolOfjMU/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2tvbXVtc3Jk/bTd1aDluNWN5czA2/LnBuZw" alt="MSMEs Celebrating using the BessPay Plugin on their Marketplace" width="800" height="388"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Objective 1: Research and Escrow Architecture&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We successfully completed an initial pilot encompassing six countries, engaging sellers, a buyer, and a marketplace operator, and a broader 100-respondent survey is currently in progress. The pilot research overwhelmingly validated the core problem across these three specific user types and confirmed the pattern that shaped our architecture: sellers need speed and cross-border access, buyers need trust infrastructure, and marketplace operators need plug-and-play simplicity. The marketplace operator's comment, "I need a meeting with you guys," captures something important: there is genuine, active demand from operators who cannot yet find workable payment solutions.&lt;/p&gt;

&lt;p&gt;Concurrently, our objective to build a basic escrow service was intentionally deferred from active development to pure research. This strategic pause allowed us to thoroughly evaluate three distinct escrow models (Same account &amp;lt; general sub-account &amp;lt; per-transaction sub-account), identify per-transaction sub-accounts as our optimal long-term architecture, and produce a concrete regulatory roadmap. This deep-dive work directly shaped our legal planning, ensuring our technical architecture aligns perfectly with future compliance requirements for Caribbean jurisdictions. &lt;br&gt;
&lt;strong&gt;(Status: Partially met, pilot complete, broader survey in progress, escrow deferred to Post-launch phase.)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Objective 2: Core Technical Architecture, API Integration, and Performance&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The pivot to exclusively using the Open Payments SDK was the defining technical event of this grant. Pivoting away from a direct Chimoney API integration, we completely rebuilt the system as a wallet-agnostic Open Payments client using the official SDK. &lt;/p&gt;

&lt;p&gt;To ensure high performance and scalability, the final system runs on Bun/Elysia with PostgreSQL on Google Cloud Run, containerized via Docker. For financial security, the resulting backend boasts multi-ASE support and strictly enforces double-entry bookkeeping principles, ensuring all state transitions are ACID-compliant.&lt;/p&gt;

&lt;p&gt;To empower operators, we delivered a fully functional Marketplace Owner Dashboard equipped with an ASE wallet connector, configurable fee splits, a drag-and-drop layout, a Transaction Detail Modal, a Merchant Performance Module, and multi-language support. Furthermore, we fully implemented automated, programmatic fee-splitting across the seller, marketplace owner, and platform. This included introducing multi-currency dynamic quoting via the Open Payments Quote feature, as well as a tipping functionality that allows buyers to reward sellers directly upon successful transaction completion.&lt;/p&gt;

&lt;p&gt;The rigorous engineering behind this rebuild yielded strong technical performance in our staging environment. Our automated CI/CD pipelines and testing protocols resulted in a flawless 100% line coverage for the payments module and 100% global function test coverage. &lt;/p&gt;

&lt;p&gt;In practical application, the staging environment demonstrated a highly reliable 96% transaction success rate, successfully processing 22 out of 23 attempts. Core payment processing was fast, running within the industry-standard range of 2-5 seconds. The recorded average end-to-end processing time of 28 seconds across users reflects the full transaction journey, which includes the initiation of the transaction plus the time taken by the buyer to complete the ASE wallet confirmation step. This second confirmation step is an intentional feature of the Interledger Protocol, a trust and security layer designed to protect all parties in the transaction, and is factored into the overall user experience by design.&lt;/p&gt;

&lt;p&gt;As a practical note for other builders in the ecosystem: the $ syntax for payment pointers is deprecated in the Open Payments specification. We found that accepting this legacy format in the front-end while programmatically converting it to the standard URI format in the backend is a clean, effective way to handle the transition without breaking the user experience.&lt;br&gt;
&lt;strong&gt;(Status: Met, scope-adjusted from original proposal.)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Objective 3: Reference Implementation &amp;amp; Interledger Summit 2025 Demonstration&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The GSPEN Marketplace (our reference implementation) is successfully running in our staging environment. We definitively met our objective for the Interledger Summit demonstration. Operating from our staging environment, we successfully executed a flawless live, cross-wallet demonstration in Mexico. Our presentation showcased a buyer utilizing a Chimoney wallet purchasing from a seller on an Interledger Wallet, complete with automated fee-splits and real-time transaction processing. This milestone definitively proved the viability and power of our realigned, wallet-agnostic architecture to the global Interledger community.&lt;br&gt;
&lt;strong&gt;(Status: Met)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Objective 4: User Onboarding &amp;amp; Public Launch&lt;/strong&gt;&lt;br&gt;
We successfully developed a guided seller KYC flow linking to Interledger wallets, which demonstrated an efficient average seller onboarding duration of approximately 37 seconds. We also resolved a critical post-Summit bug that previously prevented sellers from making purchases as buyers. However, the public production launch was not completed within the grant period.&lt;/p&gt;

&lt;p&gt;While the backend API was significantly enhanced and hardened during our rigorous post-Summit sprint, finalizing the corresponding front-end Sharetribe integration updates remains pending. These frontend updates, required to resolve onboarding and checkout blockers, could not be completed due to time and resource constraints at the close of the grant cycle. Resolving these blockers is the first priority in our immediate next steps phase, ahead of the GSPEN/CACE Marketplace launch.&lt;br&gt;
&lt;strong&gt;(Status: Partially Met - production launch planned as immediate next step)&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Learned
&lt;/h2&gt;

&lt;p&gt;We entered this grant cycle believing the core challenge was mostly technical: could we route a payment between Interledger wallets through a marketplace, split the fee automatically, and do it without holding custody of funds? We successfully proved that part works.&lt;br&gt;
What we underestimated was the critical importance of the trust layer. As one buyer's open-ended survey response put it, digital payments must address "the risk of fraud and many uncertainties associated with digital transactions." While sellers are eager to adopt the technology, buyers remain cautious; the absence of escrow and dispute resolution mechanisms is a genuine barrier to their participation. An Open Payments plugin solves the seller's problem first, but fully engaging buyers at scale will require the regulated escrow infrastructure we have mapped out for the Post-launch phase.&lt;/p&gt;

&lt;p&gt;We also learned that deploying escrow as a service is both a technical and regulatory decision. Offering escrow requires licensing and compliance frameworks that take significant time and financial resources to secure. As a result, we will launch initially with non-escrow dependent marketplace types, such as classifieds and digital downloads, where the risk profile is lower and the need for fund-holding is minimal. However, we recognise that trust must still be actively built in these environments. &lt;/p&gt;

&lt;p&gt;Our non-escrow marketplaces will therefore incorporate a range of trust-building mechanisms drawn from industry best practice: verified seller profiles and identity confirmation at onboarding, two-way buyer and seller rating and review systems, a structured dispute and incident reporting mechanism allowing either party to flag a transaction, clear and visible refund and cancellation policies set by sellers at the time of listing, seller response-time indicators to set buyer expectations, a Merchant Performance Module giving sellers visibility into their own reputation metrics, and community moderation tools for marketplace operators to intervene when disputes escalate. Together, these features create a trust infrastructure that protects buyers and incentivises seller accountability, building the foundation of confidence that escrow will later formalise.&lt;/p&gt;

&lt;p&gt;Additionally, we learned that while marketplace owners and sellers are digitally savvy, they are largely new to the Interledger network. The system must be built with this learning curve in mind. Clear documentation, "concierge-level" onboarding support, and a highly intuitive, no-code marketplace experience are not just nice-to-haves, they are critical components for driving user adoption.&lt;/p&gt;

&lt;p&gt;We also learned valuable lessons about build partnerships. Journey Horizon's contribution was essential to our success at the Summit; their dedicated engineering team and project manager made it possible to deliver a flawless live demo on time, underscoring the value of collaborating with deeply experienced platform experts.&lt;/p&gt;

&lt;p&gt;Finally, on the protocol side, the ILF technical feedback was the most valuable external input we received. The prompt to transition our architecture to an Open Payments client fundamentally changed the trajectory of the project, resulting in seamless cross-wallet compatibility.&lt;/p&gt;

&lt;h2&gt;
  
  
  Communications and Marketing
&lt;/h2&gt;

&lt;p&gt;Our main public advocacy effort during the grant period was the Caribbean Creators Expo (CCE 2025, &lt;a href="//caribbeancreatorsexpo.com"&gt;caribbeancreatorsexpo.com&lt;/a&gt; ), held July 26, 2025, and was funded by UNESCO. The event drew 850 attendees, featured 37 creative entrepreneurs, established an active database of 20,000+ Caribbean creatives, and generated 1.54 million in verified social media reach under the theme "Transforming the Creator Economy through Digital Innovation." &lt;/p&gt;

&lt;p&gt;A session titled "Getting Paid Global" introduced Interledger Open Payments directly to Caribbean creators. Following CCE, the Jamaica Business Development Corporation (JBDC) issued a formal letter of support for CACE, the upcoming and expanded Caribbean and Africa Creators Expo 2027.&lt;/p&gt;

&lt;p&gt;To amplify this advocacy on a digital scale, we executed a widespread outreach campaign, contacting over 5,000 MSMEs via targeted emails to participate in our ongoing MSME Needs Survey. This campaign doubled as a major educational initiative, as our communications directly introduced the Interledger Protocol and Open Payments to a massive new audience of global entrepreneurs.&lt;/p&gt;

&lt;p&gt;Furthermore, the Interledger Foundation prominently featured our project in their Grantee Spotlight article, "A Boost for MSMEs with BessPay Plugin's Seamless Payment Solutions." The piece captured how BessPay's wallet-agnostic, local-currency approach tackles the critical bottlenecks of high transaction fees and slow settlements. &lt;/p&gt;

&lt;p&gt;Crucially, the spotlight underscored our broader social mission: leveraging Open Payments to make entrepreneurship a viable, cross-border employment pathway, directly addressing the World Bank's projected 800 million global youth employment gap over the next decade.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s Next?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Immediate&lt;/strong&gt;&lt;br&gt;
Resolving the front-end blockers in the Sharetribe seller onboarding and checkout flows is our final hurdle before a production launch. We are working directly with Journey Horizon to implement these critical fixes. To officially launch the GSPEN/CACE Marketplace, a live environment that will put real buyers and sellers on the Open Payments network, our immediate critical path includes: resolving the Sharetribe integration blockers, conducting final end-to-end QA across the full user journey, and providing dedicated wallet onboarding support for our first cohort of sellers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Over the Next 9 Months&lt;/strong&gt;&lt;br&gt;
We are launching the Wealth Builder Series ("Earn Global. Live Local") through our professional development division, GSPEN (Global South Professional &amp;amp; Economic Network). This virtual bootcamp program targets creatives and MSMEs aged 18-45 across the Caribbean, Central America, and Africa. It addresses the marketplace "cold-start" problem directly: by equipping sellers with the knowledge, tools, clients, and payment infrastructure they need to transact, the ecosystem generates its own volume. The series also resolves a major practical barrier identified in our research by actively walking participants through the process of setting up their digital payment infrastructure so they can seamlessly receive funds when they secure international clients.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Long-Term Vision&lt;/strong&gt;&lt;br&gt;
We plan to secure follow-on funding to complete this work and bring it to scale. Our long-term goal is the BessPay Template, a turnkey, no-code solution that allows any MSME to enable Open Payments on their Sharetribe marketplace. Any seller, buyer, or marketplace owner can connect their preferred Interledger wallet and immediately transact cross-border over the Interledger network, free from traditional payment gateways. We are also working towards becoming a fully licensed Account Servicing Entity and Escrow-as-a-Service provider.&lt;/p&gt;

&lt;h2&gt;
  
  
  Community Support
&lt;/h2&gt;

&lt;p&gt;We welcome the Interledger community's continued collaboration as we move into our next phase. Specifically, we are seeking support in two key areas:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Engineering Support:&lt;/strong&gt;&lt;br&gt;
If you have experience scaling wallet-agnostic middleware, building on the Open Payments SDK in a marketplace environment, or conducting automated end-to-end testing across a Sharetribe/API stack, we would love to hear from you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Strategic Connections:&lt;/strong&gt;&lt;br&gt;
We are actively seeking introductions to stakeholders working on youth employment, digital trade infrastructure, and financial inclusion across the Caribbean, Africa, Latin America, and Southeast Asia. If you are working in this space or know organizations that are, please reach out to connect.&lt;/p&gt;

&lt;h2&gt;
  
  
  Relevant Links/Resources
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://interledger.org/news/grantee-spotlight-boost-msmes-besspay-plugins-seamless-payment-solutions" rel="noopener noreferrer"&gt;ILF Grantee Spotlight Article&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=yUZZFzAkMRk" rel="noopener noreferrer"&gt;Presentation at Interledger Summit 2025 (Mexico) &lt;/a&gt; &lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=XcdKlcsFaTg" rel="noopener noreferrer"&gt;Demo Video&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.besspay.net/" rel="noopener noreferrer"&gt;BessPay Website &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.caribbeancreatorsexpo.com/" rel="noopener noreferrer"&gt;Caribbean Creators Expo 2025 &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>finalreports</category>
    </item>
    <item>
      <title>BessPay - 2nd ILF Interim Report Narrative</title>
      <dc:creator>BessPay</dc:creator>
      <pubDate>Mon, 24 Nov 2025 00:45:09 +0000</pubDate>
      <link>https://community.interledger.org/besspaysocial/besspay-2nd-ilf-interim-report-narrative-49ch</link>
      <guid>https://community.interledger.org/besspaysocial/besspay-2nd-ilf-interim-report-narrative-49ch</guid>
      <description>&lt;p&gt;&lt;a href="https://community.interledger.org/images/92xBSpuP30RULscQBXioGf0aXMNEfPWmxsUI5PJxYhs/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3N1eXpteHd6/a2tqdzBxMTRnMnRi/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/92xBSpuP30RULscQBXioGf0aXMNEfPWmxsUI5PJxYhs/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3N1eXpteHd6/a2tqdzBxMTRnMnRi/LnBuZw" alt="BessPay's Demo Presentation | Day 1 @Interledger Summit 2025 in Mexico City" width="680" height="497"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;BessPay's Demo Presentation | Day 1 @Interledger Summit 2025 in Mexico City : Watch on YouTube &lt;a href="https://www.youtube.com/watch?v=yUZZFzAkMRk" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=yUZZFzAkMRk&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Overview
&lt;/h4&gt;

&lt;p&gt;Between July and November 2025, the BessPay team continued building toward a simple but ambitious goal: enabling micro, small and medium enterprises (MSMEs) to get paid quickly, affordably and reliably in their local currency through Open Payments. The BessPay Plugin is being built as a wallet-agnostic Open Payments client for Sharetribe marketplaces, so marketplace owners, sellers and buyers can connect the Interledger wallets that work best for them, without being locked into any single provider.&lt;/p&gt;

&lt;p&gt;This period was defined by a major technical realignment, a successful live demo at the Interledger Foundation Summit, and steady progress on research, marketplace design and regulatory planning. On November 5, 2025, the team presented a live demo of the BessPay Plugin at the ILF Summit, showing how the system works end to end in a real marketplace context.&lt;/p&gt;

&lt;h4&gt;
  
  
  Refocusing on Open Payments, End to End
&lt;/h4&gt;

&lt;p&gt;One of BessPay’s central objectives is to deliver a Sharetribe plugin that acts as a clean, standards-aligned Open Payments client. Over this reporting period, the team re-architected the solution around the official Open Payments TypeScript/Node SDK, with BessPay explicitly taking the role of client and licensed Interledger Account Servicing Entities (ASEs) acting as the regulated fund-holders.&lt;/p&gt;

&lt;p&gt;This required stripping out older, Stripe-centric assumptions from the Sharetribe architecture and removing vendor-specific coupling. In their place, the team implemented flows that allow marketplace owners, sellers and buyers to connect any compatible Interledger wallet via payment pointer. The result is a wallet-agnostic integration where BessPay orchestrates payments while compliant ASEs actually hold and move funds. This redesigned client integration is already working and has been tested in a live demo environment.&lt;/p&gt;

&lt;h4&gt;
  
  
  Building a Reference Marketplace: GSPEN Marketplace
&lt;/h4&gt;

&lt;p&gt;To demonstrate the plugin in a concrete, real-world setting, BessPay is developing the GSPEN Marketplace as its primary reference implementation. This marketplace is focused on digital goods and remote services-creative work, software, online events and similar offerings-where funds can flow without requiring regulated escrow at this first stage.&lt;/p&gt;

&lt;p&gt;During the reporting period, the team defined the initial scope for the GSPEN Marketplace and integrated the BessPay Plugin into a Sharetribe template built in collaboration with Journey Horizon, Sharetribe’s premier implementation partner. Data models, onboarding flows and transaction views were aligned with BessPay’s Open Payments logic so the marketplace can fully showcase how Open Payments works in practice. The foundations are now in place, with marketplace launch and MSME onboarding planned for the next reporting period.&lt;/p&gt;

&lt;h4&gt;
  
  
  Grounding the Design in MSME Reality
&lt;/h4&gt;

&lt;p&gt;Another core objective is to ensure that BessPay responds to real MSME and marketplace needs rather than abstract assumptions. To support this, the team completed a pilot research study combining a focused literature review with structured surveys of sellers, buyers and a marketplace operator.&lt;/p&gt;

&lt;p&gt;The findings reinforce the importance of what BessPay is trying to solve. MSMEs are already digitally active, but they face high fees, slow settlement times and limited cross-border options. Respondents consistently emphasised that speed, cost, trust and buyer protection strongly influence their payment choices. They also highlighted the importance of mobile-first user experiences, especially in bandwidth-constrained and mobile-centric regions. These insights are now shaping product decisions, particularly around user experience, refunds, dispute resolution and the later rollout of escrow.&lt;/p&gt;

&lt;h4&gt;
  
  
  Planning the Path to Escrow and Licensing
&lt;/h4&gt;

&lt;p&gt;Looking ahead, BessPay is designing a phased path toward becoming a regulated provider that can offer Escrow-as-a-Service (EaaS). During this period, the team analysed different escrow options and concluded that per-transaction sub-accounts are the long-term best practice for auditability and user trust.&lt;/p&gt;

&lt;p&gt;On top of this technical view, a regulatory roadmap is taking shape. In the short term, BessPay remains strictly an Open Payments client, with no fund-holding. In the medium term, the team plans to pursue PSP/e-money and escrow licensing in priority markets, leveraging regulatory sandboxes where possible. In the longer term, the goal is to expand escrow and wallet services across the Caribbean, Latin America, Africa and other ILF regions. This strategy is now being refined, with regulatory engagement and licensing conversations planned for upcoming phases.&lt;/p&gt;

&lt;h4&gt;
  
  
  What the Team Built: Core Features and Demo
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/4ebLt3KYRYXOu1qHATKHh4WIA3sBRAUrS0AejlGV-D0/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3NmNmdlcjl0/YWw4ZjI3dTlpamNr/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/4ebLt3KYRYXOu1qHATKHh4WIA3sBRAUrS0AejlGV-D0/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3NmNmdlcjl0/YWw4ZjI3dTlpamNr/LnBuZw" alt="BessPay High Level Architecture Flow Diagram" width="419" height="507"&gt;&lt;/a&gt;&lt;br&gt;
Figure 1: High Level Architecture&lt;/p&gt;

&lt;p&gt;From a feature perspective, July to November was an intense build period. The team implemented the Open Payments client integration with the official SDK and built a Marketplace Owner Dashboard where marketplace operators can connect and verify ASE wallets, configure their fee percentages and split rules, and view early transaction metrics such as sales, fees and volumes.&lt;/p&gt;

&lt;p&gt;On the user side, new seller onboarding flows now allow sellers to register, connect payment pointers or wallets, and complete KYC/KYB with their chosen ASE. Buyer onboarding and checkout flows enable buyers to create accounts, optionally link wallets and pay through Open Payments without needing to understand every technical detail underneath. Behind the scenes, BessPay coordinates the Open Payments resources needed for the transaction.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/H-pTg4gK6ZCdY7SYAFN2QRQ-nts4RNBXJY7kLTxZ0Wg/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2lzc3hiOTVy/YzFrNTU3aXNjZGZx/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/H-pTg4gK6ZCdY7SYAFN2QRQ-nts4RNBXJY7kLTxZ0Wg/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2lzc3hiOTVy/YzFrNTU3aXNjZGZx/LnBuZw" alt="Marketplace Owner Dashboard Architecture" width="800" height="395"&gt;&lt;/a&gt;&lt;br&gt;
Figure 2: Marketplace Owner Dashboard&lt;/p&gt;

&lt;p&gt;The plugin now supports split-payment logic for marketplace fees-for example, directing 97% of a payment to the seller and 3% to the marketplace-within a single coordinated Open Payments flow. Transaction history views for marketplace owners, sellers and buyers give each group the visibility they need into sales and payouts.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/UjE5kmDH_IM5ejcJp9PM6NU-lH9vLD3W6jB6C0aj6co/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzNoOW9ja2Zy/ODNhZWowaG4zbnRr/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/UjE5kmDH_IM5ejcJp9PM6NU-lH9vLD3W6jB6C0aj6co/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzNoOW9ja2Zy/ODNhZWowaG4zbnRr/LnBuZw" alt="BessPay Plugin Architecture Showing Split Fee Payments Flow" width="800" height="565"&gt;&lt;/a&gt;&lt;br&gt;
Figure 3: Automated Split Fee Payments in Checkout Flow &lt;/p&gt;

&lt;h4&gt;
  
  
  Strengthening Strategy, Team and Partnerships
&lt;/h4&gt;

&lt;p&gt;Alongside the product work, the team also pushed forward on strategy and partnerships. The MSME pilot research stream was completed, capturing the UX and business requirements that are now feeding into design decisions and further research rollout. Escrow and licensing research advanced in parallel, mapping likely regulatory pathways and the jurisdictions that make the most sense for BessPay’s future as an ASE in the Interledger ecosystem.&lt;/p&gt;

&lt;p&gt;Internally, BessPay consolidated a multi-disciplinary team spanning engineering, QA, research, project management, business development and design. Externally, the project deepened its collaboration with Journey Horizon, Sharetribe, the Interledger Foundation technical team and early ASE partners, including Chimoney and others in ILF ASE regions. These relationships are proving critical for both technical correctness and practical adoption.&lt;/p&gt;

&lt;h2&gt;
  
  
  Communications and Marketing
&lt;/h2&gt;

&lt;h4&gt;
  
  
  Telling the Story and Preparing for MSME Outreach
&lt;/h4&gt;

&lt;p&gt;Communications and marketing efforts in this period focused primarily on visibility within the Interledger ecosystem and preparation for MSME-facing outreach. At Interledger Summit 2025, the team not only delivered the live demo but also participated in the Grantee Showcase, where community members could test the flows and ask in-depth questions.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/-7oBkLDahL5EN11VY1q0uQvg8UDRg4ZMha8CWa2vaMU/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2N4Nml6anl6/c3MxNGN3MTczaTlm/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/-7oBkLDahL5EN11VY1q0uQvg8UDRg4ZMha8CWa2vaMU/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2N4Nml6anl6/c3MxNGN3MTczaTlm/LnBuZw" alt="Darnell Garcia, Fullstack Engineer and Douglas Davidson, CEO" width="503" height="346"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/pHC-PndywWcC1xnQprnOiAMUdaVE3eHpY-wdb0vqkOE/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2V3bGI0OGky/aW1uNGl4cDI5cHE3/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/pHC-PndywWcC1xnQprnOiAMUdaVE3eHpY-wdb0vqkOE/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2V3bGI0OGky/aW1uNGl4cDI5cHE3/LnBuZw" alt="BessPay Presenting Demo at ILF Summit 2025 in Mexico City" width="441" height="291"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/Gpt9HaslBFxqRWDMvKs9qgQD6ds8tjGRJAwoaSFHHoQ/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2ozMWRvd2x5/bnM4NXVpeXZ4aTFo/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/Gpt9HaslBFxqRWDMvKs9qgQD6ds8tjGRJAwoaSFHHoQ/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2ozMWRvd2x5/bnM4NXVpeXZ4aTFo/LnBuZw" alt="BessPay Presenting Demo at ILF Summit 2025 in Mexico City" width="465" height="276"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/kwKyM_ByQX5DOTtzFcm2dSXuFG2dJV55EyQ3-OeAudw/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3VvdGN5ZGV4/Y2RyZHBqM2FzMHgy/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/kwKyM_ByQX5DOTtzFcm2dSXuFG2dJV55EyQ3-OeAudw/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3VvdGN5ZGV4/Y2RyZHBqM2FzMHgy/LnBuZw" alt="BessPay Presenting Demo at ILF Summit 2025 in Mexico City" width="472" height="446"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/3Vl5ctQECmc3Aa0jXvw76RFldx_zReOSCWT_yFop9HI/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2Fpb2EzaDlt/OTEwbm95OXU0aHNk/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/3Vl5ctQECmc3Aa0jXvw76RFldx_zReOSCWT_yFop9HI/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2Fpb2EzaDlt/OTEwbm95OXU0aHNk/LnBuZw" alt="Darnell Garcia, Fullstack Engineer and Douglas Davidson, CEO" width="476" height="415"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A video interview with ILF was also recorded to explain BessPay’s vision, technical approach and expected impact, and informal networking during the event opened doors with ASEs, marketplace operators and potential pilot partners. Back home, the team began drafting user-friendly guides, FAQs and onboarding materials aimed at marketplace owners and MSMEs. These resources will explain what Open Payments is, how to connect an Interledger wallet, and how fees and payouts work within the BessPay model. In the next period, communications will shift more towards recruiting MSMEs, telling pilot stories and co-marketing with ASEs and marketplace partners.&lt;/p&gt;

&lt;h4&gt;
  
  
  The Road Ahead: December 2025 to February 2026
&lt;/h4&gt;

&lt;p&gt;Looking forward, the next three months are about finalising the MVP, bringing the GSPEN Marketplace fully online, and laying deeper foundations for support and regulation.&lt;/p&gt;

&lt;p&gt;On the product side, the team plans to implement a price-and-currency confirmation modal using Open Payments quote data, tighten error handling and validation for multi-currency and split-payment scenarios, and complete the backend transaction lifecycle so pending, failed and expired states are handled gracefully. Wallet and payment pointer validation will be strengthened, and integration with emerging wallet verification and single sign-on patterns recommended by ILF will be explored to further reduce fraud and increase trust.&lt;/p&gt;

&lt;p&gt;On the marketplace front, work will continue on Open Payments checkout for Sharetribe’s Android and iOS mobile apps, alongside deployment of the GSPEN Marketplace for web and mobile users. An initial cohort of MSMEs will be onboarded as sellers across ILF ASE regions, and structured pilots will be run to measure transaction success, settlement times, user satisfaction and key impact metrics.&lt;/p&gt;

&lt;p&gt;To better serve MSMEs, BessPay will publish owner and seller guides with clear, step-by-step instructions, integrate a KYB provider into the dashboard to verify marketplace owners, and put in place basic observability and support systems such as logging, monitoring and ticketing. On the regulatory side, research and early conversations will continue in priority jurisdictions across the Caribbean, Latin America and Africa, with a view to designing the practical steps toward Escrow-as-a-Service and an eventual ILF-enabled BessPay wallet after licensing.&lt;/p&gt;

&lt;p&gt;Finally, the team will focus on turning Summit interest into concrete pilots, co-marketing campaigns and integration opportunities with ASEs and marketplaces, while preparing a funding and scale-up proposal to ILF and selected financial and development partners for a 2026 production rollout.&lt;/p&gt;

&lt;h4&gt;
  
  
  How the Community Can Help
&lt;/h4&gt;

&lt;p&gt;The Interledger and broader open payments community has a significant role to play in the next chapter of BessPay. Additional ASEs and wallets willing to integrate and participate in pilots will help prove out the plugin’s wallet-agnostic promise. Marketplace operators and MSME networks ready to run pilots in ILF ASE regions can bring real sellers and buyers into the ecosystem and demonstrate the impact of Open Payments on the ground.&lt;/p&gt;

&lt;p&gt;Regulatory and compliance experts-especially those with experience in PSP/e-money, escrow and cross-border payments in the Caribbean and African markets-can help BessPay navigate the licensing landscape wisely. Communicators and storytellers across the community can assist in sharing demo recordings, results, success stories and partnership opportunities through ILF channels and beyond.&lt;/p&gt;

&lt;h4&gt;
  
  
  Closing
&lt;/h4&gt;

&lt;p&gt;Throughout this period, BessPay has remained aligned with the Interledger Foundation’s mission to make payments more open, inclusive and interoperable, particularly for MSMEs in climate-vulnerable and historically under-served economies across the Global South. The team is committed to delivering a robust, standards-first Open Payments client that lowers the barrier for marketplaces to adopt interoperable payments, using the GSPEN Marketplace as a living lab to refine MSME-focused payment experiences, and sharing what is learned with other builders in the ecosystem.&lt;/p&gt;

&lt;p&gt;The project team is grateful for the continued support, feedback and collaboration from ILF staff, fellows, grantees and community members, and looks forward to making the next phase even more collaborative, practical and impactful.&lt;/p&gt;

</description>
      <category>thegranteereport</category>
      <category>besspay</category>
      <category>interledger</category>
      <category>2ndinterimreport</category>
    </item>
    <item>
      <title>BessPay ILF Interim Report</title>
      <dc:creator>BessPay</dc:creator>
      <pubDate>Sun, 20 Jul 2025 02:58:52 +0000</pubDate>
      <link>https://community.interledger.org/besspay/besspay-ilf-interim-report-4m0j</link>
      <guid>https://community.interledger.org/besspay/besspay-ilf-interim-report-4m0j</guid>
      <description>&lt;h4&gt;
  
  
  BessPay's Vision
&lt;/h4&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/3L3EFTzBwco"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Across the Global South, micro and small businesses are the heartbeat of local economies. Yet when it comes to getting paid online or expanding across borders, too many are left behind—facing high transaction fees, slow settlements, limited local currency options, and inaccessible payment systems.&lt;/p&gt;

&lt;p&gt;There are over 440 million MSMEs in emerging economies employing billions of people, but the majority remain excluded from modern financial systems. This exclusion limits their ability to participate in global digital trade and stifles economic growth.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://besspay.net/" rel="noopener noreferrer"&gt;&lt;strong&gt;BessPay Plugin&lt;/strong&gt;&lt;/a&gt; is our answer—a new kind of payment solution that is open, affordable, and designed for entrepreneurs in emerging markets. Built on &lt;a href="https://interledger.org/open-payments" rel="noopener noreferrer"&gt;&lt;strong&gt;Interledger Open Payments&lt;/strong&gt;&lt;/a&gt; and piloted through the &lt;a href="https://gspen.net/marketplace/" rel="noopener noreferrer"&gt;&lt;strong&gt;SouthLink Marketplace&lt;/strong&gt;&lt;/a&gt;, BessPay connects marketplaces to faster, cheaper, and more inclusive cross-border payments.&lt;/p&gt;

&lt;p&gt;Our vision is simple: enable any MSME—from a craft seller in Jamaica to a freelance developer in Nairobi—to get paid instantly, in local currency, from anywhere in the world.&lt;/p&gt;

&lt;h2&gt;
  
  
  Our Journey to date
&lt;/h2&gt;

&lt;p&gt;The first months of this journey were about establishing a strong technical and collaborative foundation. Working closely with the &lt;strong&gt;Interledger's&lt;/strong&gt; tech team and &lt;strong&gt;Chimoney’s&lt;/strong&gt; engineers, we refined our architecture to support secure, scalable, and currency-flexible integration.&lt;/p&gt;

&lt;p&gt;On the technical side, backend APIs are developed and User Interface components are functional. We began sandbox integration with &lt;strong&gt;Chimoney's&lt;/strong&gt; wallet infrastructure. Even with a leadership transition following our Technical Lead’s departure in July, the team adapted quickly and remains on track to deliver the MVP by September 30, 2025.&lt;/p&gt;

&lt;p&gt;Commercially, we've formed milestone-based partnerships with &lt;strong&gt;Chimoney&lt;/strong&gt; (for digital wallet and financial processing and settlements) and &lt;strong&gt;Journey Horizon&lt;/strong&gt;, &lt;strong&gt;Sharetribe’s&lt;/strong&gt; premier implementation partner, to support the development of the &lt;strong&gt;BessPay Marketplace Template&lt;/strong&gt;. &lt;strong&gt;Journey Horizon&lt;/strong&gt;, founded in 2018, has grown to a team of over 50 professionals, delivered 100+ Sharetribe-powered marketplaces, and continues to support 20+ live platforms through maintenance and enhancements. Their experience and strategic support are integral to our marketplace readiness.&lt;/p&gt;

&lt;p&gt;We also benefit from the personal support of &lt;strong&gt;Juho Makkonen&lt;/strong&gt;, CEO of &lt;strong&gt;Sharetribe&lt;/strong&gt;, who continues to champion the project’s mission to provide easier. Cheaper and faster payments for MSMEs globally.&lt;/p&gt;

&lt;h2&gt;
  
  
  Current Stage: Research &amp;amp; Development
&lt;/h2&gt;

&lt;p&gt;We are in the Research &amp;amp; Development phase, focused on validating our design choices, testing technical integrations, and grounding the &lt;a href="https://besspay.net/" rel="noopener noreferrer"&gt;&lt;strong&gt;BessPay Plugin&lt;/strong&gt;&lt;/a&gt; in real MSME needs. Our approach combines global research with local insights from diverse markets, ensuring the MVP delivers measurable value from day one.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Primary Research&lt;/strong&gt;: Three targeted survey instruments for marketplace operators, MSME sellers, and buyers are currently in pilot. Early findings are already influencing MVP priorities, with a strong emphasis on currency flexibility, mobile-first UX, and escrow-based trust mechanisms.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Secondary Research&lt;/strong&gt;: Reports from the World Bank, ITU, GSMA, and regional development banks have shaped our understanding of digital adoption, financial inclusion gaps, and MSME readiness in the Caribbean, Africa, and Southeast Asia.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pilot Phase&lt;/strong&gt;: Surveys are active across 14 countries, with a focus on ensuring at least 40% women, 40% youth, and 30% rural entrepreneurs are represented. This data is directly informing technical architecture and product design.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Market Alignment&lt;/strong&gt;: Phase 1 prioritizes the “People Bookings + Event Bookings” template for remote service-based MSMEs, responding to post-COVID shifts toward online freelancing and global service trade.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Team &amp;amp; Partnerships
&lt;/h2&gt;

&lt;h4&gt;
  
  
  Internal Team:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;2 × Junior Full Stack Engineers&lt;/li&gt;
&lt;li&gt;1 × Full Stack Engineer&lt;/li&gt;
&lt;li&gt;1 × Senior QA&lt;/li&gt;
&lt;li&gt;1 × Project Manager&lt;/li&gt;
&lt;li&gt;1 × Business Development Manager&lt;/li&gt;
&lt;li&gt;1 Research Specialist &lt;/li&gt;
&lt;li&gt;1 Research Intern&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Technical Collaborators:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Interledger Tech Team&lt;/strong&gt; – Technical guidance, architecture alignment, protocol expertise&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Chimoney Technical Team&lt;/strong&gt; – Wallet integration, settlement flows, infrastructure support&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Journey Horizon&lt;/strong&gt; – Implementation partners; Sharetribe specialists with 50+ staff, 100+ marketplaces delivered; long-term platform support&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Juho Makkonen&lt;/strong&gt; (Sharetribe CEO) &lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Progress Update
&lt;/h2&gt;

&lt;h4&gt;
  
  
  Research:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Designed 3 targeted surveys for operators, sellers, and buyers.&lt;/li&gt;
&lt;li&gt;Pilot surveys underway with MSMEs across multiple countries.&lt;/li&gt;
&lt;li&gt;Early insights influencing MVP feature priorities, particularly around currency flexibility and mobile-first design.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Technical:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Completed system architecture design with partner input.&lt;/li&gt;
&lt;li&gt;Backend API and database framework in development.&lt;/li&gt;
&lt;li&gt;Integrated with Chimoney’s sandbox environment.&lt;/li&gt;
&lt;li&gt;Initial UI components for onboarding and checkout are live.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Commercial:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Signed agreements with Chimoney and Journey Horizon.&lt;/li&gt;
&lt;li&gt;Defined roadmap for the upcoming BessPay Marketplace Kit.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Key Activities &amp;amp; Outputs
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Completed technical architecture documentation.&lt;/li&gt;
&lt;li&gt;Built BessPay API endpoints.&lt;/li&gt;
&lt;li&gt;Deployed MSME pilot research instruments.&lt;/li&gt;
&lt;li&gt;Secured partner agreements to support MVP development.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Technical Artefacts
&lt;/h2&gt;

&lt;h4&gt;
  
  
  Context Diagram
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/_rCinhFcGQUm51Dy5QyP49xB5yZi0C4Rzoru1QbcAVA/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzJzNDl2Yzdu/cnNvbWU1ajc4cXcx/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/_rCinhFcGQUm51Dy5QyP49xB5yZi0C4Rzoru1QbcAVA/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzJzNDl2Yzdu/cnNvbWU1ajc4cXcx/LnBuZw" title="Context Diagram" alt="alt text" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Payment Flow Diagram
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/NYPjmfNjeLma5C3hgquRkaRZsHyeoxBAXqu77k7w-3E/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2llbnZtM29m/em5lMnViaTN0aDZq/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/NYPjmfNjeLma5C3hgquRkaRZsHyeoxBAXqu77k7w-3E/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2llbnZtM29m/em5lMnViaTN0aDZq/LnBuZw" title="Payment Flow Diagram" alt="alt text" width="766" height="508"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  MVP Walkthrough
&lt;/h4&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/GIHpu-pgMoo"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h4&gt;
  
  
  MVP Screens
&lt;/h4&gt;

&lt;h5&gt;
  
  
  Buyer Checkout
&lt;/h5&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/6iO-hb0KIdPFnYJhV5tFDVNrpgVjlL2sOyXupCPscRc/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzgyNmFjemgz/c3BrczlvcnV1bWxv/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/6iO-hb0KIdPFnYJhV5tFDVNrpgVjlL2sOyXupCPscRc/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzgyNmFjemgz/c3BrczlvcnV1bWxv/LnBuZw" title="Checkout Page" alt="alt text" width="800" height="627"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/GmK-JtyWfml1tIbsM9D9E5ALtqDaes9yUzTzpwRQVK8/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzVyZTVmNGJ4/cmgwbHBzY3RhbmU2/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/GmK-JtyWfml1tIbsM9D9E5ALtqDaes9yUzTzpwRQVK8/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzVyZTVmNGJ4/cmgwbHBzY3RhbmU2/LnBuZw" title="Confirmation Redirect Page" alt="alt text" width="800" height="641"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/L867Kg7vTJsEB3pL3IqZ9qFtlqTL0rpOzki5XuzrFvA/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3ZtbnV2MXFx/a2NkeDczYnRzYWg5/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/L867Kg7vTJsEB3pL3IqZ9qFtlqTL0rpOzki5XuzrFvA/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3ZtbnV2MXFx/a2NkeDczYnRzYWg5/LnBuZw" title="Post Confirmation Page" alt="alt text" width="800" height="595"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Seller Cashout
&lt;/h5&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/4ul9tQuunmRvWrRQfk7tEfJ3h00G6vxoWHhTniH-6B4/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3A4Y21rM2U5/OWIzaWljaXpxOXp5/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/4ul9tQuunmRvWrRQfk7tEfJ3h00G6vxoWHhTniH-6B4/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3A4Y21rM2U5/OWIzaWljaXpxOXp5/LnBuZw" title="Page 1" alt="alt text" width="489" height="263"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/eYGXGrpbUJIcdiscw9U0bh7vtrLVF1YySKuMTjpqSHw/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzZnY3YwZ3Nl/OHR5aWNocHd5cHBx/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/eYGXGrpbUJIcdiscw9U0bh7vtrLVF1YySKuMTjpqSHw/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzZnY3YwZ3Nl/OHR5aWNocHd5cHBx/LnBuZw" title="Page 2" alt="alt text" width="469" height="217"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/KpVFRMuv_406s4rVu3yxYimM741ESjtEUH87rw6kwpI/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2V5dWV1N2dv/bmh5ZnFmanpqZ2Zx/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/KpVFRMuv_406s4rVu3yxYimM741ESjtEUH87rw6kwpI/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2V5dWV1N2dv/bmh5ZnFmanpqZ2Zx/LnBuZw" title="Page 3" alt="alt text" width="548" height="231"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/VecAzpTs2JxDzVFV0osPh2Ch96PYBP1WJjxrZSXhJq4/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3VpeXZ0OG80/anc2aDB3eTZuYjdv/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/VecAzpTs2JxDzVFV0osPh2Ch96PYBP1WJjxrZSXhJq4/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3VpeXZ0OG80/anc2aDB3eTZuYjdv/LnBuZw" title="Page 4" alt="alt text" width="577" height="250"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/YOe34Kghdmskx8x5TCMvcVgPfjZWM9cxGVt10QgxHh0/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL21xYncyem82/NGl1aDViaHV1aDdr/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/YOe34Kghdmskx8x5TCMvcVgPfjZWM9cxGVt10QgxHh0/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL21xYncyem82/NGl1aDViaHV1aDdr/LnBuZw" title="Page 5" alt="alt text" width="559" height="236"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Impact &amp;amp; Target Audiences
&lt;/h2&gt;

&lt;p&gt;BessPay supports underbanked MSMEs in the Caribbean, Africa, and Southeast Asia, who:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Employ over 70% of the workforce&lt;/li&gt;
&lt;li&gt;Contribute up to 35% of GDP&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Outcomes we’re targeting include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;≥30% reduction in transaction fees&lt;/li&gt;
&lt;li&gt;≥50% faster settlement times&lt;/li&gt;
&lt;li&gt;Increased participation in cross-border trade&lt;/li&gt;
&lt;li&gt;Broader opportunity for women-led enterprises, youth, and community creators&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Monitoring &amp;amp; Evaluation
&lt;/h2&gt;

&lt;h4&gt;
  
  
  Research &amp;amp; Development Phase:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;API latency &amp;amp; error rates&lt;/li&gt;
&lt;li&gt;Research participation and diversity&lt;/li&gt;
&lt;li&gt;Integration smoothness (time-to-first-payment)&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  MVP Phase:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Transaction success rate ≥ 97%&lt;/li&gt;
&lt;li&gt;Checkout completion ≥ 70%&lt;/li&gt;
&lt;li&gt;Fee reduction ≥ 30% vs baseline&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Launch Phase:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Pilot MSMEs onboarded: 200; two-year target: 10,000&lt;/li&gt;
&lt;li&gt;Annual transaction growth ≥ 25%&lt;/li&gt;
&lt;li&gt;Marketplace expansion across multiple countries&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Communications &amp;amp; Marketing
&lt;/h2&gt;

&lt;p&gt;At the Caribbean Creators Expo 2025, BessPay's Co-Founder Douglas Davidson joined a high-impact panel titled, "How to Get Paid Globally" alongside leading voices in fintech and digital strategy:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Uchi Uchibeke – Fintech Innovator &amp;amp; Inclusion Advocate (CEO, Chimoney)&lt;/li&gt;
&lt;li&gt;Keron Rose – Digital Strategy &amp;amp; E-Commerce Expert (Host, Digipreneur FM)&lt;/li&gt;
&lt;li&gt;Rickardo Ebanks – Chief Digital Officer &amp;amp; Fintech Leader (GraceKennedy Financial Group)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/PwNsSXFKHz4amoZ4vKAn5tkiP_lsORDY0vmWMFFOuoA/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzlsZGYxeXBo/Y2FxazNrMm01a2to/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/PwNsSXFKHz4amoZ4vKAn5tkiP_lsORDY0vmWMFFOuoA/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzlsZGYxeXBo/Y2FxazNrMm01a2to/LnBuZw" title="Caribbean Creative Expo Discussion Panel" alt="alt text" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Moderated by Rickardo Ebanks, the 40-minute discussion delivered practical insights into:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Real-world tools for cross-border payments&lt;/li&gt;
&lt;li&gt;Infrastructure innovations for creatives and entrepreneurs&lt;/li&gt;
&lt;li&gt;Monetization strategies for the Caribbean digital economy&lt;/li&gt;
&lt;li&gt;Overcoming barriers in getting paid globally&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This session brought together perspectives from fintech innovators, digital economy strategists, and corporate ecosystem builders, reinforcing BessPay’s mission to connect underbanked entrepreneurs to global payment opportunities.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;Over the next quarter we plan the following activities: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Finalize MVP integration &amp;amp; testing by &lt;strong&gt;September 30, 2025&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Complete pilot research analysis and apply findings to product design&lt;/li&gt;
&lt;li&gt;Onboard the initial 20 marketplaces for the &lt;strong&gt;MVP pilot&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Roll out marketing campaigns for early adopter marketplaces ahead of the Marketplace Kit release&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Community Support / Ask
&lt;/h2&gt;

&lt;p&gt;We’re looking for candidates or referrals for the Technical Lead role, with expertise in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Payment systems integration&lt;/li&gt;
&lt;li&gt;Sharetribe-based marketplaces&lt;/li&gt;
&lt;li&gt;API-first infrastructure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Reach out to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Darryl Strachan – &lt;a href="mailto:darryl@gspen.net"&gt;darryl@gspen.net&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Douglas Davidson – &lt;a href="mailto:douglas@gspen.net"&gt;douglas@gspen.net&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Additional Comments
&lt;/h2&gt;

&lt;p&gt;Thank you to the &lt;a href="https://interledger.org" rel="noopener noreferrer"&gt;&lt;strong&gt;Interledger Foundation&lt;/strong&gt;&lt;/a&gt; and our partners for your continued support. Community feedback, expert collaboration, and partnership alignment have kept the project focused. The coming quarter is critical, we’ll move from R&amp;amp;D into a fully functioning MVP and pilot phase ready to launch.&lt;/p&gt;

&lt;h2&gt;
  
  
  Relevant Links/Resources
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://besspay.net/" rel="noopener noreferrer"&gt;&lt;strong&gt;BessPay Project Overview&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://interledger.org/open-payments" rel="noopener noreferrer"&gt;&lt;strong&gt;Interledger Open Payments&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.sharetribe.com/" rel="noopener noreferrer"&gt;&lt;strong&gt;Sharetribe&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://chimoney.io/" rel="noopener noreferrer"&gt;&lt;strong&gt;Chimoney&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/@besspay" rel="noopener noreferrer"&gt;&lt;strong&gt;BessPay YouTube Channel&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>progressreport</category>
      <category>interledger</category>
      <category>besspay</category>
      <category>thegranteereport</category>
    </item>
    <item>
      <title>Introducing the BessPay Plugin Project</title>
      <dc:creator>BessPay</dc:creator>
      <pubDate>Wed, 30 Apr 2025 05:45:39 +0000</pubDate>
      <link>https://community.interledger.org/besspay/introducing-the-besspay-plugin-project-3dn0</link>
      <guid>https://community.interledger.org/besspay/introducing-the-besspay-plugin-project-3dn0</guid>
      <description>&lt;h2&gt;
  
  
  Integrating Interledger Open Payments into Sharetribe Marketplaces to Unlock Global Trade for MSMEs
&lt;/h2&gt;

&lt;p&gt;The &lt;strong&gt;BessPay Plugin&lt;/strong&gt; is a new project that will integrate &lt;strong&gt;Interledger Open Payments&lt;/strong&gt; into the &lt;strong&gt;Sharetribe&lt;/strong&gt; marketplace platform, enabling micro, small, and medium enterprises (MSMEs) across the Global South to accept and send cross-border payments with &lt;strong&gt;lower costs&lt;/strong&gt;, &lt;strong&gt;local currency support&lt;/strong&gt;, and &lt;strong&gt;no-code setup&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This work is supported by a grant from the &lt;strong&gt;Interledger Foundation’s Digital Financial Services (DFS) Unlocked program&lt;/strong&gt; and will be piloted through our Sharetribe-powered marketplace, SouthLink, which will connect MSME sellers in Africa, the Caribbean, and Southeast Asia with global buyers seeking authentic goods, services, and experiences.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Sharetribe?
&lt;/h2&gt;

&lt;p&gt;Sharetribe powers thousands of marketplaces in over 70 countries, enabling entrepreneurs to launch online platforms for e-commerce, services, rentals, and more without writing code.&lt;/p&gt;

&lt;p&gt;Today, these platforms rely heavily on traditional payment providers like PayPal, Stripe, and local gateways. But MSMEs face persistent barriers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;High transaction fees&lt;/li&gt;
&lt;li&gt;Slow settlement times&lt;/li&gt;
&lt;li&gt;Limited support for local currencies&lt;/li&gt;
&lt;li&gt;Inaccessibility in many Global South markets&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The &lt;strong&gt;BessPay Plugin&lt;/strong&gt; addresses these issues by enabling &lt;strong&gt;Interledger Open Payments&lt;/strong&gt; making it &lt;strong&gt;easier, cheaper, and faster&lt;/strong&gt; for MSMEs to get paid, both locally and internationally.&lt;/p&gt;

&lt;h2&gt;
  
  
  Plugin Benefits
&lt;/h2&gt;

&lt;p&gt;With the BessPay Plugin, marketplace operators and MSMEs will be able to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Accept payments from buyers worldwide in local or stable currencies&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Launch multi-vendor marketplaces with no-code tools&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reduce transaction fees and improve payment speed&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Integrate easily with existing Sharetribe workflows&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Enable flexible payouts&lt;/strong&gt; via bank transfers, mobile money, and agent networks (powered by Chimoney)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Timeline &amp;amp; Impact
&lt;/h2&gt;

&lt;p&gt;Over the next 11 months, our work will include:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;In-depth user research&lt;/strong&gt; on MSME payment needs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Technical design and architecture&lt;/strong&gt; of the plugin&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Development and testing&lt;/strong&gt; inside our own &lt;strong&gt;SouthLink Marketplace&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pilot implementation&lt;/strong&gt; with MSMEs across sectors&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Phased regional launch&lt;/strong&gt; across Global South markets&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Our goal is to enable MSMEs in &lt;strong&gt;100+ emerging countries&lt;/strong&gt; to trade globally by &lt;strong&gt;April 2026&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  BessPay Plugin Solution
&lt;/h2&gt;

&lt;p&gt;The BessPay Plugin leverages:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Interledger Protocol (ILP)&lt;/strong&gt; and &lt;strong&gt;Open Payments APIs&lt;/strong&gt; for interoperable, low-cost transactions&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Chimoney APIs&lt;/strong&gt; for payout flexibility in local contexts&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sharetribe&lt;/strong&gt; for no-code marketplace creation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mobile-first UX Design&lt;/strong&gt;, tailored to MSME workflows in developing regions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/z4zPljXb8FqMvdQi05A_3FlJfpNtnBqTLnet-ZPVYdw/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3dnNjIxeXln/aGkzbXlobnB3Nzhv/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/z4zPljXb8FqMvdQi05A_3FlJfpNtnBqTLnet-ZPVYdw/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3dnNjIxeXln/aGkzbXlobnB3Nzhv/LnBuZw" alt="Image showing multiple MSME sectors doing business on an Interledger Powered Marketplace" width="800" height="445"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Fig 1. From local sellers to digital service providers, MSMEs across the Global South are ready to thrive with faster, more affordable open payment solutions&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The Plugin is designed to serve MSMEs in diverse sectors:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Fashion &amp;amp; Apparel&lt;/strong&gt;: Caribbean clothing brands, African jewelry makers, Pacific Island woven textiles&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Handcrafted Goods &amp;amp; Artisanal Products&lt;/strong&gt;: Handmade pottery, beadwork, eco-friendly crafts&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Creative Services &amp;amp; Digital Content&lt;/strong&gt;: Illustrators, musicians, video producers, freelance writers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tutoring, Coaching &amp;amp; Education&lt;/strong&gt;: Online tutoring, business coaching, cooking classes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Home, Room, and Experience Rentals&lt;/strong&gt;: Guesthouses, farm stays, cultural experience providers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Product-Based and Buy-and-Sell Marketplaces&lt;/strong&gt;: Electronics, specialty foods, community classifieds&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Health, Wellness, and Beauty Services&lt;/strong&gt;: Telehealth consultations, natural skincare products, wellness coaching&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Professional and Business Services&lt;/strong&gt;: Software engineers, freelancers, legal advisors, virtual assistants&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Logistics and Last-Mile Delivery Solutions&lt;/strong&gt;: Micro-couriers, marketplace fulfillment providers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Events, Cultural Services, and Ticketing&lt;/strong&gt;: Festival ticket sales, artist bookings, cultural workshops&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every MSME marketplace we empower contributes to &lt;strong&gt;job creation, youth innovation&lt;/strong&gt;, and &lt;strong&gt;economic resilience&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  MSMEs in the Global South
&lt;/h2&gt;

&lt;p&gt;Across the Global South, &lt;strong&gt;MSMEs employ over 70%&lt;/strong&gt; of the workforce and &lt;strong&gt;contribute 35% of GDP&lt;/strong&gt; (World Bank).&lt;/p&gt;

&lt;p&gt;Yet, cross-border payments remain a critical bottleneck. This project closes that gap bringing the benefits of the digital economy to entrepreneurs historically excluded from global trade.&lt;/p&gt;

&lt;p&gt;We are working relentlessly to expand access to &lt;strong&gt;economic opportunity&lt;/strong&gt;, especially for &lt;strong&gt;youth&lt;/strong&gt;, &lt;strong&gt;women-led businesses&lt;/strong&gt;, and &lt;strong&gt;community-first creators&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  About Us
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The BessPay Plugin is being developed by BessPay Ltd. with support from the ILF Digital Financial Services (DFS) Grant, 2024 cohort.&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BessPay Ltd.&lt;/strong&gt; is a fintech startup based in &lt;strong&gt;Jamaica&lt;/strong&gt;, committed to unlocking economic opportunity for &lt;strong&gt;Micro, Small, and Medium Enterprises (MSMEs)&lt;/strong&gt; through inclusive, affordable, and easy-to-use digital financial tools.&lt;/p&gt;

&lt;p&gt;We specialize in creating solutions that address the unique payment and monetization challenges faced by entrepreneurs in emerging economies. Our previous work has focused on empowering creators in the Caribbean through ILP-based platforms and with the BessPay Plugin Project, we are expanding that mission to MSMEs across the Global South.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Us on the Journey&lt;/strong&gt;&lt;br&gt;
We are excited to collaborate with the Interledger community and ecosystem partners to build this future.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Visit us:&lt;/strong&gt;&lt;br&gt;
 &lt;a href="https://besspay.net" rel="noopener noreferrer"&gt;https://besspay.net&lt;/a&gt;&lt;br&gt;
 &lt;a href="https://gspen.net" rel="noopener noreferrer"&gt;https://gspen.net&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Follow our journey, give us feedback, and connect with us if you're interested in piloting, integrating, or supporting the BessPay Plugin rollout&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;References&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;United Nations.&lt;/strong&gt; (2023). Micro-, Small and Medium-sized Enterprises Day. MSMEs account for more than 70% of employment and contribute up to 50% of GDP worldwide.&lt;br&gt;
&lt;a href="https://www.un.org/en/observances/micro-small-medium-businesses-day" rel="noopener noreferrer"&gt;https://www.un.org/en/observances/micro-small-medium-businesses-day&lt;/a&gt; &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;World Bank&lt;/strong&gt;. (2023). SME Finance – Improving Access to Finance for SMEs.&lt;br&gt;
MSMEs face significant barriers in accessing affordable, cross-border financial services, including high costs and settlement delays.&lt;br&gt;
&lt;a href="https://www.worldbank.org/en/topic/smefinance" rel="noopener noreferrer"&gt;https://www.worldbank.org/en/topic/smefinance&lt;/a&gt; &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Inter-American Development Bank (IDB)&lt;/strong&gt;. (2023). Private Firms and SME Development.MSMEs are essential drivers of youth employment, inclusive economic growth, and local resilience in Latin America and the Caribbean.&lt;br&gt;
&lt;a href="https://www.iadb.org/en/who-we-are/topics/private-firms-and-sme" rel="noopener noreferrer"&gt;https://www.iadb.org/en/who-we-are/topics/private-firms-and-sme&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;UNESCO.&lt;/strong&gt; (2024). Creative Economy Outlook 2022–2024.&lt;br&gt;
The creative economy accounts for ~7% of GDP in Asia and the Pacific, supporting over 31 million jobs.&lt;br&gt;
&lt;a href="https://unctad.org/system/files/official-document/ditctsce2024d2_en.pdf" rel="noopener noreferrer"&gt;https://unctad.org/system/files/official-document/ditctsce2024d2_en.pdf&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Sharetribe.&lt;/strong&gt; (2024). Powering 1,000+ Marketplaces Across 70+ Countries.&lt;br&gt;
Sharetribe enables entrepreneurs to build no-code marketplaces serving local and global communities.&lt;br&gt;
&lt;a href="https://www.sharetribe.com" rel="noopener noreferrer"&gt;https://www.sharetribe.com&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>BessPay Project Update: Final Grant Report</title>
      <dc:creator>BessPay</dc:creator>
      <pubDate>Tue, 02 May 2023 19:44:59 +0000</pubDate>
      <link>https://community.interledger.org/besspay/besspay-project-update-final-grant-report-55d7</link>
      <guid>https://community.interledger.org/besspay/besspay-project-update-final-grant-report-55d7</guid>
      <description>&lt;p&gt;BessPay is a comprehensive digital content subscription service for creators in developing countries&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Our Mission:&lt;/strong&gt;  Enabling creators and content businesses in developing countries to monetize and thrive online.&lt;br&gt;
&lt;strong&gt;Our Vision:&lt;/strong&gt; To be the leading content monetization and payment provider with the best rates and service for creators.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Introduction&lt;/strong&gt;&lt;br&gt;
BessPay aims to revolutionize how creators in developing countries earn and thrive online by developing and launching a comprehensive Digital Content Subscription Service. &lt;/p&gt;

&lt;p&gt;This service includes an ILP Network node wallet and plugin facilitating:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;seamless streaming payments&lt;/li&gt;
&lt;li&gt;issuance of payment pointers to creators&lt;/li&gt;
&lt;li&gt;integration with local financial entities for cash-out, and &lt;/li&gt;
&lt;li&gt;flexible subscription payment methods. &lt;em&gt;(credit cards, local payment agents, local digital wallets and carrier billing will be deployed in phases)&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Research Findings&lt;/strong&gt;&lt;br&gt;
Our research reveals that Jamaican creators urgently need a transparent, efficient, and affordable solution for their content monetization and cash-out. Our survey results indicate that 48% of respondents find the fees for local bank transfers high or expensive, and 32% experience payment delays of over 7 days from content distribution platforms. BessPay will relieve these pain points with its low fees and payment delivery within 24 hours. &lt;/p&gt;

&lt;p&gt;We found that Digital Content Businesses/Over-The-Top(OTT) platforms urgently require a scalable digital solution that streamlines creator onboarding, content monetization, and subscription revenue payouts while reducing costs and improving efficiency.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BessPay’s Business Model&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Our business model is centred on enhancing revenue and optimizing operations for both individual creators and digital content businesses/OTT platforms. We achieve this by offering competitively priced services and exceptional customer support, facilitated by B2B2C distribution channels through strategic collaborations with leading regional telecom and financial organizations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prototype, Launch &amp;amp; Our Growth Potential&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Our plan is to develop, test, assess, and fine-tune our prototype over a nine-month period, targeting an April 2024 launch in Jamaica. Following successful adoption in the initial market, BessPay intends to expand into 26 developing countries spanning the Caribbean, Central America, Africa, and Southeast Asia. To support this growth, we have devised a well-structured franchising strategy, which will be executed over a seven-year timeframe.&lt;/p&gt;

&lt;h2&gt;
  
  
  Progress on objectives
&lt;/h2&gt;

&lt;p&gt;We have successfully completed our Research and Planning Phase and laid the groundwork for the development of the service’s ILP Node wallet and plugin. &lt;/p&gt;

&lt;h2&gt;
  
  
  Key activities
&lt;/h2&gt;

&lt;p&gt;The following are the key activities that were carried out during the reporting period, under each objective&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A. Business Plan :&lt;/strong&gt;&lt;br&gt;
We have successfully completed a comprehensive business plan that encompasses the business model, pricing analysis, eight-year financial projections, risk management, marketing and public relations strategies, as well as an expansion strategy through franchising.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;B. Technology Plan:&lt;/strong&gt; &lt;br&gt;
Our technology plan has been finalized, detailing the integration of the Interledger Protocol, technical resource allocation, and cost estimates for the development of the prototype.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;C. Legal, Regulatory Compliance &amp;amp; Risk Mitigation Strategic Plan:&lt;/strong&gt; &lt;br&gt;
We have developed a strategic plan addressing legal and regulatory compliance, risk management for Jamaica, and created a Risk Appetite Statement (RAS) to guide our approach to various risks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Business Plan Synopsis&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Surveys &amp;amp; Key Findings:&lt;/strong&gt; Devised, conducted, and analyzed surveys to identify and understand the needs and preferences of Jamaican creators and subscribers, gauging feedback on fees, and determining market potential and demand for BessPay’s Digital content subscription service.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Persuasive Use Case:&lt;/strong&gt; Established a convincing use case for ILP-based Financial Services, positioning BessPay as a trailblazer in the creative and financial sectors in the Caribbean region.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Target Market:&lt;/strong&gt;&lt;br&gt;
BessPay has identified the following key segments for its services:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;a. Digital Content Businesses and ILP-Enabled Platforms&lt;/strong&gt; wanting to do business in the :    &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Caribbean (2024-2027), TAM including Diaspora : 8.1M&lt;/li&gt;
&lt;li&gt;Dominican Republic, El Salvador and Panama (2026-2028), TAM : 9.5M&lt;/li&gt;
&lt;li&gt;Ghana, Kenya &amp;amp; Tanzania (Africa) &amp;amp; Malaysia (Asia) (2028-2030), TAM: 32M&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;b. Independent creators&lt;/strong&gt; operating personal websites, with a Total &lt;br&gt;
   Addressable Market (TAM) of approximately 24,000 individuals.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;c. Telecommunications companies&lt;/strong&gt; offering Over-The-Top (OTT) Value &lt;br&gt;
   Added Services (VAS) across 27 countries, with a TAM of 125 &lt;br&gt;
   million subscribers.&lt;/p&gt;

&lt;p&gt;The TAM includes potential subscribers aged 15-65 years who have internet access, a smartphone, and an income at least equal to their country's median annual earnings. &lt;/p&gt;

&lt;p&gt;BessPay's revenue projections are based on a conservative penetration rate of 0.5-1% of the TAM in each market, with strong annual growth anticipated.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Implementation Plan &amp;amp; Budget:&lt;/strong&gt;&lt;br&gt;
Devised an 8-year implementation plan and budget, covering prototype, launch, growth, and expansion phases.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Spreading Strategy via Franchising:&lt;/strong&gt; &lt;br&gt;
BessPay will establish an Expansion Fund, allocating 5% of gross revenue to fund its growth-spreading strategy via franchising. The growth phase commences after successful service adoption in Jamaica and aims to spread to 26 countries over a 7-year period. &lt;/p&gt;

&lt;p&gt;Key franchising activities include:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;a. Franchisee Selection &amp;amp; Training:&lt;/strong&gt;&lt;br&gt;
BessPay will implement a rigorous selection process and thorough training on its platform services, ensuring adherence to the Franchise Agreement, standards, and operating procedures. Franchisees are accountable for local adaptation, regulatory compliance, creator outreach, and promoting BessPay's services while upholding quality and brand consistency.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;b. Franchisor Support in Expansion:&lt;/strong&gt;&lt;br&gt;
BessPay, as the franchisor, will leverage partnerships with multinational telecom and fintech services to facilitate the adaptation of the technology to function in the local market. Additionally, we will assist franchisees in complying with local regulations and payment methods, ensuring a smooth and consistent deployment of the solution across different regions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Marketing &amp;amp; PR&lt;/strong&gt; &lt;br&gt;
BessPay employs an integrated marketing strategy to promote its innovative digital content subscription services, including the ILP Network node wallet and plugin. Key tactics include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Social media marketing and influencer collaborations to create brand awareness and attract users. &lt;/li&gt;
&lt;li&gt;Community engagement, feedback sessions, and nationalistic initiatives to strengthen community ties and preserve cultural traditions. &lt;/li&gt;
&lt;li&gt;Content marketing, referral marketing, PR and media outreach, radio and TV interviews to establish credibility and trust. &lt;/li&gt;
&lt;li&gt;Email marketing, targeted digital ads, guest blogging, webinars, conference presentations, and social media collaborations to expand reach and exposure. &lt;/li&gt;
&lt;li&gt;Marketing to the diaspora to leverage pre-existing networks and increase brand awareness.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;BessPay's data-driven marketing approach ensures continuous optimization of campaigns and strategies. As the platform grows, BessPay plans to expand its services to other regions facing similar challenges, diversifying its customer base and tapping into new markets.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. BessPay’s Team&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/22Db-NZurSMvo4ztUKqQLRujQsNyMQ8gsW6l8iALdq4/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2poNHc2MGM4/bXR6MTdndG91YXBo/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/22Db-NZurSMvo4ztUKqQLRujQsNyMQ8gsW6l8iALdq4/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2poNHc2MGM4/bXR6MTdndG91YXBo/LnBuZw" alt="Image description" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;BessPay's skilled team has extensive expertise in various domains such as technical, IT, telecom, financial, creative, media, health, legal, regulatory, risk, and compliance. Each team member has between 10 and 30 years of experience, ensuring a comprehensive understanding of the industry.&lt;/p&gt;

&lt;p&gt;Key team members include:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Douglas Davidson(CEO):&lt;/strong&gt; A highly accomplished Senior Software Engineer, and Quality Assurance Lead with an accumulative experience of 10+ years in developing and testing web, mobile applications and games in varied industries. He is a Strategic thinker, solution-oriented, humble and has the innate drive for helping improve the lives of persons in developing countries with technology. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Jermaine Rattray(CTO):&lt;/strong&gt; Over 20 years of experience as a System Architect and Software Engineering Lead, responsible for building out and managing development teams. He has successfully delivered many complex systems and API-centric projects for a wide range of industries including (Financial/Fintech, Insurance, Shipping,  Health, Ecommerce, Content Platforms and other Consumer Apps) &lt;/p&gt;

&lt;p&gt;BessPay's talent recruitment strategy focuses on attracting high achievers, offering competitive salaries and ESOP participation opportunities as rewards. This approach ensures the team continues to grow with skilled and dedicated professionals who will drive the company's success.&lt;/p&gt;

&lt;p&gt;The organizational structure comprises various teams reporting to key leadership roles such as the CEO, CTO, Operations Manager, Franchise Manager, Marketing Manager/Consultant and Finance &amp;amp; Administration Manager. These teams include technical experts, software developers, designers, creative consultants, quality assurance engineers, security analysts, operations personnel, customer support, sales, marketing &amp;amp; pr, franchise consultant and finance &amp;amp; administration staff, all committed to deploying BessPay's vision, mission, and services.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8. Financial Projections&lt;/strong&gt;&lt;br&gt;
Over a seven-year period (2024-2030), BessPay projects considerable revenue growth and positive financial results in Jamaica, with key highlights including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Total operating revenue exceeding USD$12.7 million&lt;/li&gt;
&lt;li&gt;Net profit of USD$2.2 million and cash at bank of USD$2.9 million by Year 7&lt;/li&gt;
&lt;li&gt;Expansion plans funded by allocating 5% of gross revenue to a Spreading-Expansion Fund Reserve accumulated to USD$593K by 2030.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Our strategy involves spreading-franchising across 26 countries beyond Jamaica, amplifying our operating results and fostering long-term growth. &lt;/p&gt;

&lt;p&gt;Notably, the financial projections are based solely on the Jamaican operations for the first seven years, with further growth anticipated as franchise agreements are executed in other countries.&lt;/p&gt;

&lt;p&gt;In summary, BessPay's innovative business model and unique technology lay the foundation for success in the digital content monetization and payments industry, ensuring value for creators, subscribers, and our shareholders.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Technology Plan Synopsis&lt;/strong&gt;&lt;br&gt;
The BessPay technology platform focuses on secure, efficient, and compliant content monetization and cash-out/payment services. Key aspects of the plan include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Comprehensive security:&lt;/strong&gt; Addressing secure development practices, data protection, privacy, infrastructure and application security, third-party assessments, and incident response.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Compliance:&lt;/strong&gt; Adhering to international best practice standards and regulations for development and deployment.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Phased deployment:&lt;/strong&gt; Transitioning from research and planning to prototype, followed by launch, growth, and expansion phases.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Payment methods:&lt;/strong&gt; Including various payment methods, such as credit cards, local payment agents, local digital wallets, and mobile carrier billing, with a proposed deployment roadmap for each method.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Expansion strategy:&lt;/strong&gt; Targeting the Caribbean (2024-2027), Central America (2026-2028), Africa &amp;amp; South-east Asia (2028-2030), with potential integration of Rafiki's functionalities for enhanced financial services.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This technology plan ensures a robust, secure, and scalable solution for the BessPay Service, facilitating seamless content monetization, cash-out and growth opportunities in the target markets.&lt;/p&gt;

&lt;p&gt;The prototype stage of this project has an estimated total budget of approximately $380,000 - $440,000 USD, with prototype technical development costs of around $175,000 - $200,000 USD.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Legal &amp;amp; Regulatory Compliance Synopsis&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The Bank of Jamaica (BOJ) under relevant legislation has regulatory responsibility and oversight for Deposit Taking, Banking, Money Remittance and Bill Payment Institutions in Jamaica. BOJ is currently developing legislation and regulations for Fintech companies and has established a sandbox for preliminary testing of innovations including digital wallets with a maximum timeframe of 24 months. &lt;/p&gt;

&lt;p&gt;Pending Fintech Legislation, BessPay’s approach in Jamaica is to utilize existing services of regulated financial entities for Subscription payment and cash-out service. Country-specific regulatory and compliance assessments will be conducted prior to expanding to new countries.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Risk Strategic Plan&lt;/strong&gt;&lt;br&gt;
BessPay has a strategic plan addressing legal, regulatory, and risk mitigation aspects, focusing on:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Managing Multiple Stakeholders:&lt;/strong&gt;&lt;br&gt;
Building relationships with government entities, banks, Payment Agents, and telecom companies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Managing Risk, Compliance, Governance, and Legal Frameworks:&lt;/strong&gt; &lt;br&gt;
Comprehensive risk assessments, investigating Country Regulatory Sandboxes, and ensuring compliance with regulations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Building Trust in BessPay Service:&lt;/strong&gt;&lt;br&gt;
Communication and customer onboarding plan, responsible creator engagement strategy.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Managing Financial Regulatory Approach:&lt;/strong&gt; &lt;br&gt;
Working closely with regulators to ensure compliance and utilizing services of regulated financial entities for Subscription Payment and Cash-Out Services.&lt;/p&gt;

&lt;p&gt;We have developed a Risk Appetite Statement (RAS) outlining our approach to risk management across seven categories: strategic, operational, financial, compliance and regulatory, reputational, cybersecurity and data privacy, and technology risks.&lt;/p&gt;

&lt;h2&gt;
  
  
  Communications and marketing
&lt;/h2&gt;

&lt;p&gt;BessPay has developed a comprehensive database of 1,246 creators in Jamaica, which will be used to design targeted marketing campaigns. &lt;/p&gt;

&lt;p&gt;Other communications &amp;amp; marketing activities include:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Sharing information about ILP technology and its opportunities with key stakeholders.&lt;/li&gt;
&lt;li&gt;Engaging with potential local and overseas partners within the ILP Network to explore collaboration opportunities.&lt;/li&gt;
&lt;li&gt;Attending ILF online community events and sharing insights with our Core, Consulting and Advisory teams.&lt;/li&gt;
&lt;li&gt;Utilizing targeted email marketing to nurture relationships with creators and their communities.&lt;/li&gt;
&lt;li&gt;Hosted a creator-focused information session about the ILF community grant opportunity “Future Money” attended by 45 potential creative applicants from the Caribbean.&lt;/li&gt;
&lt;li&gt;Marketing, Communication, and PR Strategy: 
BessPay has developed a strategic Marketing, Communication and PR plan to introduce its service during the Prototype, Launch, and Growth phases. This includes:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;a. Marketing:&lt;/strong&gt; Creating targeted campaigns to raise awareness and attract potential users.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;b. Communication:&lt;/strong&gt; Keeping stakeholders informed and engaged throughout each phase.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;c. PR:&lt;/strong&gt; Building a positive brand image and reputation for BessPay in the market.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s next?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The next steps for BessPay is to:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Submit a prototype funding proposal to the Interledger Foundation in June 2023.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Upon approval (estimated July 2023), assemble the development team and execute the Prototype Development Plan.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Perform comprehensive Quality Assurance and Security testing for the BessPay Prototype.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;After completion (estimated November 2023), invite a select group of First Adopters (Creators &amp;amp; Subscribers) to test, evaluate, and give feedback on the BessPay Service.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Carry out the Marketing, Communication, and Brand Development Plan for Pre-launch and Beta-Testing phases.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Successfully launch the BessPay Beta Service in Kingston, Jamaica (estimated April 2024).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Conduct a Post-Launch Review Period and refine the service as needed.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Implement the Marketing &amp;amp; PR Plan in the Jamaican market.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Monitor and achieve KPIs in Jamaica (2024-2027).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ensure stability, growth, and a reputation for providing excellent client service.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Execute the Spreading Strategy via Franchising.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What community support would benefit your project?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Collaborations and Networking:&lt;/strong&gt; Support from Stakeholders in the Interledger Community will foster cross-industry connections, sharing of best practices, and learning from each other’s experiences. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Feedback and User Testing:&lt;/strong&gt; Feedback from the Interledger community on our prototype, user experience and business model will provide valuable insights for refining our offering. We would also appreciate community members volunteering as first adopters to test the platform and provide constructive feedback.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Local Support:&lt;/strong&gt; As BessPay expands into new markets, assistance from Interledger's community members within each country will prove invaluable for local franchisees in their business development and promotional activities.&lt;/p&gt;

&lt;h2&gt;
  
  
  Additional comments
&lt;/h2&gt;

&lt;p&gt;We are grateful for the valuable feedback and collaboration from the community.&lt;/p&gt;

&lt;p&gt;Our exchange of ideas and learning collectively will contribute to a fair, efficient, and accessible digital content ecosystem, enabling creators in developing countries to earn and thrive online.&lt;/p&gt;

&lt;p&gt;We thank the Interledger Foundation Program Team for their guidance and support. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Report Dated: May 2, 2023&lt;/em&gt;&lt;/p&gt;

</description>
      <category>grantreports</category>
      <category>finalreports</category>
      <category>finalreport</category>
    </item>
    <item>
      <title>BessPay — Grant Report #1</title>
      <dc:creator>BessPay</dc:creator>
      <pubDate>Fri, 03 Feb 2023 08:09:27 +0000</pubDate>
      <link>https://community.interledger.org/besspay/besspay-grant-report-1-4i1</link>
      <guid>https://community.interledger.org/besspay/besspay-grant-report-1-4i1</guid>
      <description>&lt;h2&gt;
  
  
  Project Update - Grantee Interim Report
&lt;/h2&gt;

&lt;p&gt;BessPay will develop and deliver a comprehensive subscription solution for digital content creators in the Caribbean starting with Jamaica and expanding to the other islands over eighteen (18) months.&lt;/p&gt;

&lt;p&gt;Our work started on October 3rd, 2022 with the assembling and mobilization of a 10-person highly experienced multi-disciplinary Consulting &amp;amp; Advisory Team established to guide and provide critical support to the 4-person Core Research &amp;amp; Development Team.&lt;/p&gt;

&lt;p&gt;Over the past 4 months (Oct 2022 to Jan 2023) significant progress has been achieved in our research &amp;amp; planning including the completion of BessPay's Technology Architecture Design, MVP Roadmap for the Prototype Stage and identifying the real needs and wants of Caribbean Creators through a Pilot Creator Survey &lt;em&gt;(where over 83% of respondents indicated their need for a creator ecosystem)&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;code&gt;Based on the research findings, we have established an ecosystem for Caribbean Creators called BessCaribbean, where this community is nurtured and paid promptly when their content is consumed.&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;BessCaribbean will be a content directory portal for Caribbean content across all ILP networks* and deliver quality Edu-entertainment content designed to make Caribbean people (our members) &lt;strong&gt;happier, healthier, wealthier, and wiser.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The project has faced some challenges including the availability, scalability, and reliability of Video Hosting Platforms in the ILP Network, the volatility &amp;amp; uncertainty of cryptocurrencies and the absence of specific regulatory requirements in Jamaica. These challenges are to be expected in a project of this size and early-stage development; however, we remain undaunted and have identified  workable solutions for the successful implementation of the BessPay Project.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/NhiYpMa8EKQyC0wIV7BYzJBTNr5lClS-CADbGIaA860/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3VhMXFvNDZx/bHF4amF3czVsZ2U1/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/NhiYpMa8EKQyC0wIV7BYzJBTNr5lClS-CADbGIaA860/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3VhMXFvNDZx/bHF4amF3czVsZ2U1/LmpwZw" alt="BessPay Research &amp;amp; Development Team" width="600" height="564"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Progress on objectives
&lt;/h2&gt;

&lt;p&gt;Our objectives are centered on conducting the research necessary to establish the viability, efficacy, and soundness of the BessPay solution. This research &amp;amp; planning will end on April 3 2023 with the completion of 3 critical operational plans: &lt;strong&gt;&lt;code&gt;a Business Plan, a Technology Plan and a Legal &amp;amp; Regulatory Compliance &amp;amp; Risk Mitigation Strategic Plan&lt;/code&gt;&lt;/strong&gt;. These plans will also guide the compilation of the final project report to the Interledger Foundation (ILF).&lt;/p&gt;

&lt;p&gt;Work has been progressing satisfactorily on 8 internal supporting  documents that will guide the validity and creation of our 3 critical operational plans, these documents  are - 1) Problem Investigation &amp;amp; Market Research, 2) Compelling Use Case for the ILP Web Service*, 3) Strategic Marketing &amp;amp; Public Relations, 4) Overall Budget &amp;amp; Pricing Strategy, 5)Technology Work Schedule, 6) Technology Budget, 7) Regulatory Policy, Rules &amp;amp; Strategy, 8) Security &amp;amp; Data Privacy Protection.&lt;/p&gt;

&lt;p&gt;Our progress to date on the completion of our  3 critical plans are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Business Plan:&lt;/strong&gt; 60% completed&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Technology Plan :&lt;/strong&gt; 35% completed&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Legal &amp;amp; Regulatory Compliance &amp;amp; Risk Mitigation Strategic Plan&lt;/strong&gt; :  25% completed&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Our Research has highlighted the need to include the global Jamaican Diaspora (2nd to 4th. generations living in the USA, Canada, U.K &amp;amp; other countries) into BessPay's previously locally based target market of persons aged 15 – 65 years. &lt;/p&gt;

&lt;p&gt;The Diaspora will contribute its market size, shared cultural heritage, creative talent &amp;amp; capacity, greater disposable income and enormous potential contribution to the Caribbean Creator ecosystem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key activities
&lt;/h2&gt;

&lt;p&gt;The following are the key activities that were carried out during the reporting period, under each objective&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Business Plan&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Commenced development of a database of creators in Jamaica. &lt;/li&gt;
&lt;li&gt;Designed &amp;amp; conducted pilot surveys to understand the needs and wants of Jamaican creators.&lt;/li&gt;
&lt;li&gt;Designed &amp;amp; conducted pilot member surveys to understand the needs &amp;amp; wants of BessCaribbean members/subscribers.&lt;/li&gt;
&lt;li&gt;Drafted a compelling use-case for ILP based financial web services called, BessCaribbean&lt;/li&gt;
&lt;li&gt;Developed 1st draft of the Strategic Marketing &amp;amp; PR Plan&lt;/li&gt;
&lt;li&gt;Initiated communication with business stakeholders/potential partners&lt;/li&gt;
&lt;li&gt;Established outline parameters for Prototype Phase Budget. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Technology Plan&lt;/strong&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Identified features of the BessPay and BessCaribbean platforms &lt;/li&gt;
&lt;li&gt;Developed an MVP(Minimum Viable Product) Roadmap for Prototype Phase&lt;/li&gt;
&lt;li&gt;Developed high-level Technology Architecture Diagram for BessPay and BessCaribbean&lt;/li&gt;
&lt;li&gt;Researched video hosting ILP alternatives and requirements for a scalable solution for the launch of BessCaribbean.&lt;/li&gt;
&lt;li&gt;Researched alternative base transactional currency.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Legal &amp;amp; Regulatory Compliance &amp;amp; Risk Mitigation Strategic Plan&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reviewed requirements of Regulatory Framework in Jamaica &lt;/li&gt;
&lt;li&gt;Research requirements for Fintech Regulatory Sandbox in Jamaica&lt;/li&gt;
&lt;li&gt;Researched Data Security &amp;amp; Privacy Laws in Jamaica &lt;/li&gt;
&lt;li&gt;Consultations with our Legal, IP, Compliance and Regulatory Advisory Team as to our best options for startup. &lt;/li&gt;
&lt;li&gt;Established outline parameters of a ROSS(risk-oriented strategic sourcing) Framework for BessPay and BessCaribbean &lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Communications and marketing
&lt;/h2&gt;

&lt;p&gt;Our Strategic Marketing &amp;amp; Public Relations internal document is designed to guide communication and foster very good relationships with Creators,  Members, Business Partners, Other Stakeholders and Public Sector entities in order to ensure a smooth and successful start-up and operation of BessPay.&lt;/p&gt;

&lt;p&gt;During the reporting period, the following Communications and Marketing actions were carried out:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Established web presence via landing page &lt;a href="https://www.besspay.net" rel="noopener noreferrer"&gt;https://www.besspay.net&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;Established social media pages on Twitter, Facebook, Linkedin and Instagram.&lt;/li&gt;
&lt;li&gt;Booth Presentation at the Interledger Summit Nov 2022&lt;/li&gt;
&lt;li&gt;1st Draft of Strategic Marketing &amp;amp; PR Plan&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Focus was placed on completing the required research, establishing a solid corporate image and building direct relationships with key creators, potential members, Telecom, Financial and Media/ILP Platform entities.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s next?
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Complete live/fieldwork surveys of Members &amp;amp; Creators in Jamaica,  the Diaspora &amp;amp; continue building and cementing relationships with the creator community. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Develop a clear understanding &amp;amp; working relationship with key public and commercial stakeholders including Financial, Telecom and Media/ILP Platform Partners*. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Complete the 8 internal supporting documents, the 3 Critical Plans; Business, Technology and Legal &amp;amp; Regulatory Compliance &amp;amp; Risk Mitigation Strategic Plan. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Compile &amp;amp; submit a Final Report to ILF and transition to the prototype stage. &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What community support would benefit your project?
&lt;/h2&gt;

&lt;p&gt;We welcome assistance and support from the ILP Community through the following:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sharing of regulatory requirements documentation:&lt;/strong&gt;&lt;br&gt;
If Fintech regulations are advanced in their countries, please share regulatory requirements documentation &amp;amp; any experiences with regulators. This information will assist us in best practice benchmarking and dialogue with key public stakeholders.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Networking and Partnerships:&lt;/strong&gt;&lt;br&gt;
To date we have identified 15 potential platforms in the ILP Network with whom we will seek to establish business partnerships, and remain open to other viable opportunities.&lt;/p&gt;

&lt;p&gt;Partnership with BessPay will be mutually beneficial. Partners will benefit from increased business volume &amp;amp; revenues from expansion into the Caribbean, along with  the enhancement of their diversity offering.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;*At the time of submitting this report we have been notified that Coil will be discontinuing their service as of March 15, 2023.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Coil's cessation of operations may have a significant impact on the ILP-enabled platforms identified for partnering with BessPay. These platforms use Coil's monetization plugins as a key feature of their platforms.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Our Partnership search efforts may be delayed pending their identification of a new Web Monetization Provider.&lt;/em&gt;&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Capacity Building:&lt;/strong&gt;&lt;br&gt;
Speakers and Mentors from the community who can assist BessPay in their creator training and development programs.&lt;/p&gt;

&lt;h2&gt;
  
  
  Additional comments
&lt;/h2&gt;

&lt;p&gt;BessPay will play a significant role in developing a viable and scalable infrastructure connecting Caribbean Creators to the global digital economy and enhancing the lives and economic well-being of Caribbean people.&lt;/p&gt;

&lt;p&gt;We thank Interledger Foundation(ILF) for the Grant funding of this Project, and are deeply grateful to the Program Team for their    support and guidance throughout this reporting period. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Following Coil's notice we await further information and instructions from the Interledger Foundation of the impact of this closure on the ILP Network and the Prototype &amp;amp; Launch Phases of the ILP Based Financial Web Services Grant Program.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Report Dated: February 2, 2023&lt;/em&gt;&lt;/p&gt;

</description>
      <category>grantreports</category>
      <category>interimreport</category>
    </item>
    <item>
      <title>BessPay — ILP Summit Reflections</title>
      <dc:creator>BessPay</dc:creator>
      <pubDate>Wed, 14 Dec 2022 16:07:47 +0000</pubDate>
      <link>https://community.interledger.org/besspaysocial/besspay-ilp-summit-reflections-2782</link>
      <guid>https://community.interledger.org/besspaysocial/besspay-ilp-summit-reflections-2782</guid>
      <description>&lt;p&gt;&lt;a href="https://community.interledger.org/images/7nEVyFG7g0dyNlccRla60aotslSuampO2mJ3ZQZl6Y4/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3MzbGFueG4z/M3ljcjBzbjQwbHFy/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/7nEVyFG7g0dyNlccRla60aotslSuampO2mJ3ZQZl6Y4/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3MzbGFueG4z/M3ljcjBzbjQwbHFy/LnBuZw" alt="Interledger Summit Logo at left and BessPay Logo at right" width="800" height="127"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Introduction
&lt;/h3&gt;

&lt;p&gt;Douglas Davidson, Founder of BessPay Ltd. reporting: &lt;/p&gt;

&lt;p&gt;BessPay is a content monetization and payment service for Caribbean digital creators. It connects creators to Interledger Protocol-enabled platforms and services through Mobile Carrier Billing &amp;amp; other local digital payment solutions. &lt;/p&gt;

&lt;p&gt;We aim to enable most Jamaicans and Caribbean nationals with mobile phones to participate in the emerging global digital economy through Content Creation, Web Monetization, and Open Payment Systems.&lt;/p&gt;

&lt;p&gt;We attended the Interledger Summit 2022 to learn more about Interledger Protocol, the work being done in its community and to share the BessPay concept with fellow grantees and potential key business partners.&lt;/p&gt;

&lt;h3&gt;
  
  
  Key highlights about your participation at the Summit
&lt;/h3&gt;

&lt;p&gt;Our daily reflection on the Interledger Summit :&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Friday, November 11, 2022 :&lt;/strong&gt;&lt;br&gt;
We successfully achieved our Expo goals, over 30 persons attended our booth at the Summit’s Cocktail Reception &amp;amp; Expo, learned about the BessPay project and received our bookmarker and business card. Our booth presentation was generally well received, and introductions made to fellow grantees and key participants.&lt;/p&gt;

&lt;p&gt;We were very pleased to meet the members of the project team! – Chris, Alex, Vineel, Julaire, Ayesha, Tiffany and Erica, in person after our many virtual conversations and community meetups.   &lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/mKohwdQh49yoqL-9xspArhXtKRhBvhG2ZeWOkia4Klw/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3VjYmQ4bmJq/YXR6M2R5OHhvZW5o/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/mKohwdQh49yoqL-9xspArhXtKRhBvhG2ZeWOkia4Klw/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3VjYmQ4bmJq/YXR6M2R5OHhvZW5o/LnBuZw" alt="4 Images joined showing Douglas Davidson at BessPay Booth, Douglas Davidson with Alex Lakatos and 2 other images with Attendees at BessPay Booth" width="800" height="541"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Saturday November 12, 2022&lt;/strong&gt;&lt;br&gt;
Day 1 of Interledger Summit had 13 Presentations/Workshops. These presentations provided specific information around the short-, medium- &amp;amp; long-term plans for Interledger and Web Monetization. Stefan Thomas’s (Founder of Coil and Co-creator of Interledger Protocol) presentation provided an insightful and broader outlook of plans for Interledger including its application to &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Cloud Computing&lt;/li&gt;
&lt;li&gt; Neural Networks&lt;/li&gt;
&lt;li&gt; Smart Contracts&lt;/li&gt;
&lt;li&gt; Peer-Peer transactions&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;For recollection and more information here is the live stream recording of his presentation: &lt;a href="https://www.youtube.com/watch?v=Whp4RfW3K_U" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=Whp4RfW3K_U&lt;/a&gt; (2:19:00 – 3:00:00) &lt;/p&gt;

&lt;p&gt;Later in the evening Summit participants attended a colorful and exciting Dinner Party at the Orpheum Theatre. We all had a great time with authentic New Orleans cuisine and the pulsating mix of music delivered by the inhouse DJ.&lt;br&gt;&lt;br&gt;
The party provided additional opportunity to network with participants. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/83rJmbYzG-cAEEVbKb4cREIW6M81AcMZygzucTXZw6Q/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2h2cW94MXNn/ZzM3bmtkeXA5c3Fu/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/83rJmbYzG-cAEEVbKb4cREIW6M81AcMZygzucTXZw6Q/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2h2cW94MXNn/ZzM3bmtkeXA5c3Fu/LnBuZw" alt="6 images joined showing: presentations from Sabine Schaller's &amp;amp; Stefan Thomas, Hack Room, Marching Band and Dinner Party" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sunday November 13, 2022&lt;/strong&gt;&lt;br&gt;
Day 2 of Interledger Summit had again 13 Presentations/Workshops with 7 delivered by previous and current Interledger Foundation Grantees. These presentations provided unique perspectives on the markets they operate in, of special mention was the presentation from Arunjay Katakam who looked at macro solutions facilitating affordable and simple financial services for developing countries. &lt;/p&gt;

&lt;p&gt;Arunjay’s talk can be viewed at : &lt;a href="https://www.youtube.com/watch?v=85OXEcWrATI" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=85OXEcWrATI&lt;/a&gt; (00:08:30 – 00:33:15) &lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/O6dzWwoDN74JkL0uFsu-IYJp4E_atMYPu-z9kqt_NxA/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3U1cTlwdHdr/dHZvZmt5cjB3ZmJj/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/O6dzWwoDN74JkL0uFsu-IYJp4E_atMYPu-z9kqt_NxA/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3U1cTlwdHdr/dHZvZmt5cjB3ZmJj/LnBuZw" alt="2 images, Arunjay's Presentation and Douglas posing in front of Main Stage ILP Sign" width="800" height="391"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Key takeaways from the Summit
&lt;/h3&gt;

&lt;p&gt;The Summit was well organized with insightful presentations and an overall high-quality production. The format facilitated networking among participants. Summit content provided insight into the direction of the Interledger Protocol. &lt;/p&gt;

&lt;p&gt;Day 1 Live Stream : &lt;a href="https://www.youtube.com/watch?v=Whp4RfW3K_U" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=Whp4RfW3K_U&lt;/a&gt; &lt;br&gt;
Day 2 Live Stream : &lt;a href="https://www.youtube.com/watch?v=85OXEcWrATI" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=85OXEcWrATI&lt;/a&gt; &lt;br&gt;
ILP Social Media Content: &lt;a href="https://twitter.com/search?q=%23ILPSummit22&amp;amp;src=typed_query&amp;amp;f=top" rel="noopener noreferrer"&gt;https://twitter.com/search?q=%23ILPSummit22&amp;amp;src=typed_query&amp;amp;f=top&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Our key takeaways were:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Sabine Schaller’s presentation on Rafiki an Open-Sourced 
Digital Wallet Library provides additional functionality that 
will be explored by BessPay. Some of this functionality 
includes:&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Sending tips to Creators &lt;/li&gt;
&lt;li&gt;Buying things online &lt;/li&gt;
&lt;li&gt;Paying subscriptions &lt;/li&gt;
&lt;li&gt;Connecting Decentralized Apps to BessPay’s wallet&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;2.Excited to hear that Google and Apple have invited Interledger’s team to experiment with Web Monetization with the aim of integration to their web kit technology offering. If this is successful, then this will open a lot of additional opportunities for Caribbean Digital Creators. &lt;/p&gt;

&lt;p&gt;3.There is a general openness to collaboration, and we are very excited to follow up on all potential business collaboration opportunities started during the Interledger Summit 2022. &lt;/p&gt;

&lt;p&gt;The BessPay team is deeply grateful to the Interledger Foundation for sponsoring BessPay’s participation including airfare and hotel accommodation.&lt;/p&gt;

&lt;p&gt;We look forward to keeping in touch and sharing our Journey with all participants in the Interledger Community. &lt;/p&gt;

&lt;p&gt;Please follow us on our website (&lt;a href="https://www.besspay.net" rel="noopener noreferrer"&gt;https://www.besspay.net&lt;/a&gt; )&lt;br&gt;
See you all at the next (2023) Interledger Summit! 😊 . &lt;/p&gt;

</description>
      <category>ilpsummitreflections</category>
      <category>ilpsummit22</category>
    </item>
  </channel>
</rss>
