GET /batches/{id}/payments
Request
Header
Mandatory
Description
Parameter
Mandatory
Description
Response
[
{
"id": "string($guid)",
"batchId": "string($guid)",
"msisdn": "string",
"amount": decimal,
"firstname": "string",
"lastname": "string",
"externalId": "string",
"statusCode": "string",
"settledAt": "string($date-time)",
"isMember": boolean,
"referralAmount": decimal,
"referralMsisdn": "string",
"createdAt": "string($date-time)"
}
]Field
Response Type
Description
Last updated