Single Request Point
The purpose of a single request point is to have a single endpoint for all the services offered by the b2b platform, and each service is determined by the action type property and the service type property.
POST https://payments.baxipay.com.ng/api/baxipay/billers/singlepoint/request
Parameters
Header
Authorization string This is already described in the authentication section.
Body
action_type string This is the action type code of the action you wish to perform.
Responses
- 200
Please note, apart from the action_type property, all other properties required for each of the individual services are expected to be sent along as part of the body request. Below is a list of all the services currently on the single request endpoint.
Action Service | Action Type Code |
---|---|
List all biller | list_all_billers |
List various biller categories | list_billers_category |
List billers in a category | list_billers_in_category |
Purchase Airtime | purchase_airtime |
Purchase Data Bundle | purchase_databundle |
Purchase Cable Tv Subscriptions | purchase_cabletv |
Purchase Epin | purchase_epin |
Purchase Electricity | purchase_electricity |
Account Details Verifier | account_verifier |
List Airtime Providers | airtime_providers |
List Data Bundle Providers | databundle_providers |
List e-Pin Providers | epin_providers |
List Electricity Providers | electricity_providers |
Fetch Data Bundles Bouquets | data_bundles |
Fetch e-Pin Bundles Bouquets | epin_bundles |
Fetch Multichoice Bundles Bouquets | cabletv_bundles |
Fetch Multichoice Addons Bouquets | cabletv_addons |
Fetch Balance | transaction_balance |
Query Transaction Status | transaction_requery |
Updated about 1 month ago