POST
/
transaction
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

Headers

Origin
string

Client's domain (created during the integration key stage).

Example:

"dashboard.legitimuz.com"

x-api-key
string
Example:

"{{secret_key}}"

Body

multipart/form-data

Response

200

Successful creation of the transaction.