cURL
Fake Data
Generate Fake Transactions
This endpoint generates a file containing fake disbursement transactions. The generated file can be in either Microsoft excel file (XLSX) or CSV format and contains data that can be used for testing.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.
Headers
Preferred language for the response
Body
application/json
Request payload for generating fake disbursement transactions
The file format for the generated transactions
Available options:
XLSX, CSV Example:
"XLSX"
Response
200 - application/json
Success Response (200 OK)
Response containing the generated fake transactions file
Base64-encoded content of the generated file
Example:
"UEsDBBQAAAAIAA..."