Transactions
Create
This endpoint allows you to create a new transaction with specified details.
POST
Headers
Client's domain (created during the integration key stage).
Example:
"dashboard.legitimuz.com"
Example:
"{{secret_key}}"
Body
multipart/form-data
Monetary value of the transaction.
Example:
"400"
CPF of user.
Example:
"53477771842"
(Optional) External ID for the transaction.
Example:
"123"
(Optional) Initial status of the transaction.
Example:
"completed"
Type of transaction (e.g., deposit, bet, or withdraw).
Example:
"withdraw"
Response
200
Successful creation of the transaction.