Account Product Types
Fetch account types
Endpoint: https://sandbox.sasapay.app/api/v2/waas/products/
Sample Request
Headers
Key: Authorization
Value: Bearer Q1k2RW5SOGlsYUZnRzNGMQUlDS3VrTFhVV0xScFVHYQ==
Response Parameters
Field | Type | Description | Example |
---|---|---|---|
responseCode | String | This status shows whether the list of channel codes was retrieved successfully or not | "statusCode":"0" |
message | String | This is the message associated with the operation. | "Business Types" |
Response Sample
{
"status": true,
"responseCode": "0",
"message": "product industries",
"data": [
{
"id": 3,
"name": "Till-BusinessOption",
"description": "Business to pay for Till fee",
"currency_code": "KES"
},
{
"id": 6,
"name": "PayBill-CustomerOption",
"description": "PayBill- Customer to pay",
"currency_code": "KES"
},
]
}