SettlementBillingCycleGatewayGetMOStatementRecords
GET/api/gateway/v1/settlement/billing-cycles/files/:code/mo-statements
SettlementBillingCycleGatewayGetMOStatementRecords
Request
Path Parameters
code stringrequired
Header Parameters
x-api-key stringrequired
Gateway API key
Responses
- 200
- 401
MO statement file
- text/csv
- Schema
Schema
any
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
status number
message string
error
object
code string
Error code
detail string
Error detail
{
"status": 401,
"message": "Invalid API key",
"error": {
"code": "UNAUTHORIZED",
"detail": "Invalid API key"
}
}
Loading...