These llms.txt files are designed to work with AI coding assistants, chatbots, and any LLM-powered development tool. By pointing your AI assistant to the relevant file, you give it comprehensive context about the API before asking integration questions.
When using Claude or Claude Code, you can reference these files directly in your prompts:
Before we start, please read this llms.txt file for context:https://raw.githubusercontent.com/sin4ch/nigerian-fintech-llms-txt/main/mono/llms.txtNow help me integrate Mono's account linking feature into my Node.js application.
Ask for implementation examples in your preferred language:
Using the Moniepoint (Monnify) API, show me a complete TypeScript example for creating a reserved virtual account with proper error handling and type safety.
Here are effective prompts for working with these APIs:
Mono - Account Linking
Reference: https://raw.githubusercontent.com/sin4ch/nigerian-fintech-llms-txt/main/mono/llms.txtI need to integrate Mono Connect to link a user's bank account. Show me:1. How to initialize the Connect Widget2. How to exchange the authorization code for an account ID3. How to fetch the account balance and transactionsUse Node.js with TypeScript and include error handling.
Paystack - Subscription Billing
Reference: https://raw.githubusercontent.com/sin4ch/nigerian-fintech-llms-txt/main/paystack/llms.txtHelp me implement subscription billing with Paystack:1. Create a plan for NGN 5,000 monthly2. Subscribe a customer to the plan3. Handle webhook events for successful/failed chargesUse Python with Flask and proper webhook signature verification.
OPay - Card Payment
Reference: https://raw.githubusercontent.com/sin4ch/nigerian-fintech-llms-txt/main/opay/llms.txtShow me how to accept a 3DS card payment with OPay:1. Create a cashier payment session2. Redirect the user to OPay checkout3. Verify the payment status after redirectUse PHP with proper HMAC-SHA512 signature generation.
Moniepoint - Bank Transfer
Reference: https://raw.githubusercontent.com/sin4ch/nigerian-fintech-llms-txt/main/moniepoint/llms.txtI want to implement single bank transfers with Monnify:1. Authenticate and get an access token2. Initiate a transfer to a Nigerian bank account3. Handle 2FA OTP if requiredUse Node.js with async/await and proper error handling.