Create payout request
FastConnect
Create payout request
Creates a payout request for a submerchant in the Fast Connect context.
The amount must be provided in cents (e.g., R$ 100.00 = 10000).
Currency is always BRL for submerchants.
Destination is always PIX using the submerchant’s CNPJ as key.
POST
Create payout request
Authorizations
JWT Bearer token authentication. Use the JWT token obtained from the login endpoint in the Authorization header as 'Bearer {token}'.
Path Parameters
ID of the submerchant requesting the payout
Example:
"2vorkDcXyvzifL63YX09S9VqcnI"
Body
application/json
Payout amount in cents (e.g., R$ 100.00 = 10000)
Required range:
x >= 1Example:
10000
Response
Payout request created successfully
Unique identifier of the created payout request
Example:
"2vorkDcXyvzifL63YX09S9VqcnI"