GET Mandate history actions
Overview
Returns the mandate history actions used for DebiCheck.
HTTP Request
GET /v1/realpay/{merchant_number}/general/mandate_history_actions/{product}
Path Parameters
- merchant_number (string, required)
- product (string, required)
Query Parameters
- Version (string, required, default: v1)
Request Body
None
Success Response (200)
Schema: MandateHistoryGetResponse
Example
{
"MandateHistoryGetResponse": [
{
"MandateProduct": "ADCTT1",
"MandateHistoryActionCodes": [
{
"ActionCode": "CMII",
"ActionDescription": "Capture Mandate Initiate Insert"
}
]
}
],
"APIResponse": {
"CallSequence": 7271,
"Status": "SUCCESS",
"Version": "1.0.0",
"Name": "INTERNAL NAME OF CALL"
}
}
Fields
- MandateHistoryGetResponse[].MandateProduct (string, maxLength 10)
- MandateHistoryActionCodes[].ActionCode (string, maxLength 10)
- MandateHistoryActionCodes[].ActionDescription (string, maxLength 50)
Error Responses
- 400 BadRequest
- 401 Unauthorized
- 404 NotFound
- 500 InternalError
- 503 ServiceUnavailable