Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.mysubwallet.ng/api/flight/book \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "flight_id": "offer_123", "passengers": [ { "first_name": "<string>", "last_name": "<string>", "dob": "2023-12-25", "email": "<string>", "phone_number": "<string>" } ] } '
{ "status": "success", "data": { "reference": "MSW123", "pnr": "ABC123", "status": "issued", "amount": 85000 } }
Confirm price, debit wallet and issue a ticket. Requires KYC. Auto-refunds on failure.
Your API key as Token <your_api_key>.
Token <your_api_key>
Offer id from Search Flights.
"offer_123"
Show child attributes
Booking