Create order using billing code and product codeAsk AIpost https://api.flutterwave.com/v3/billers/{biller_code}/products/{product_code}/ordersCreate an order using the biller code and the product codePath Paramsbiller_codestringrequiredDefaults to BIL136This is the biller's codeproduct_codestringrequiredDefaults to OT151This is the id of the productBody ParamscustomerobjectrequiredThis is an object with the name, email and phone number of the customer.customer objectfieldsarray of objectsrequiredThis is an array of the id, quatity and value of the orderfields*ADD objectcountrystringDefaults to NGThis is the country attached to the service being bought e.g. if Service is Airtime and country is NG it means you are buying airtime in NigeriaamountstringDefaults to 3500This is the amount for the service you would like to order.referencestringDefaults to FLWTTOT1000000029This is a unique reference passed by the developer to identify transactions on their end.HeadersAuthorizationstringrequiredDefaults to Bearer FLWSECK_TEST-SANDBOXDEMOKEY-XPass your secret key as a bearer token in the request header to authorize this callResponses 200200 400400Updated over 1 year ago