Skip to main content
POST
Simular saque (Sandbox)
This endpoint is only available in the Sandbox environment. It does not work with Production credentials.
Simulates a status change for a cashout, allowing you to test your integration without a real bank transfer.
Simulating a status change triggers webhooks normally. If the cashout has a callbackUrl, the corresponding webhook will be delivered.

Authorizations

Authorization
string
header
required

Token JWT obtido via /v1/auth/token

Path Parameters

id
string<uuid>
required

ID do saque

Example:

"b2c3d4e5-f6a7-8901-bcde-f23456789012"

Body

application/json
action
enum<integer>
required

Acao: 1=Complete, 2=Fail, 3=Reject

Available options:
1,
2,
3
Example:

1

Response

Simulacao realizada

data
object | null
message
string | null
error
object | null