cURL
curl --request POST \ --url https://api.legitimuz.com/transaction \ --header 'Content-Type: multipart/form-data' \ --form amount=400 \ --form cpf=53477771842 \ --form external_id=123 \ --form status=completed \ --form type=withdraw
This endpoint allows you to create a new transaction with specified details.
Client's domain (created during the integration key stage).
"dashboard.legitimuz.com"
"{{secret_key}}"
Successful creation of the transaction.