Xtrempay Api Documentation
{
"startDate": "2025-04-13",
"endDate": "2025-04-13"
}
curl --location --request POST 'https://mock.apidog.com/m1/918700-0-default/v1/accounts/statements' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2025-04-13",
"endDate": "2025-04-13"
}'
{
"timestamp": "1750833196524",
"status": 200,
"success": true,
"message": "Account Statement Generated",
"data": {
"requestId": "d290f1ee-6c54-4b01-90e6-0ef123456789",
"status": "PENDING",
"message": "Your statement is being generated and will be emailed when ready."
}
}