POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.

Headers

Accept-Language
string
default:en

Preferred language for the response

Body

application/json

Request payload for generating fake disbursement transactions

fileType
enum<string>
required

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

fileContentBase64
string

Base64-encoded content of the generated file

Example:

"UEsDBBQAAAAIAA..."