GET Products
Overview
Returns the Products per country.
HTTP Request
GET /v1/realpay/{merchant_number}/general/products
Path Parameters
- merchant_number (string, required)
Query Parameters
- Version (string, required, default: v1)
Success Response (200)
Schema: ProductsGetResponse
Example
{
"ProductsGetResponse": [
{
"Country": "South Africa",
"Products": [
{ "Product": "ABSADC" }
]
}
],
"APIResponse": {
"CallSequence": 7271,
"Status": "SUCCESS",
"Version": "1.0.0",
"Name": "INTERNAL NAME OF CALL"
}
}
Fields
- ProductsGetResponse[].Country (string, maxLength 40)
- ProductsGetResponse[].Products[].Product (string, maxLength 10)
Error Responses
- 400 BadRequest
- 401 Unauthorized
- 404 NotFound
- 500 InternalError
- 503 ServiceUnavailable