curl --location --request POST '/withdrawals' \
--header 'x-api-key: sk_0ac4c38adada92f8bada111112d843gftcdc54f06ca260e15a7c9d0f4f44f679' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 40000,
"pixKey": "38211277000136",
"pixKeyType": "CNPJ", // CPF - PHONE - EMAIL - EVP
"method": "PIX",
"metadata": {
"sellerExternalRef": "abc123"
}
}'{
"status": true,
"data": {
"id": "6b91a78f-8e2e-425c-b721-c5635001d427",
"amount": 40000,
"method": "PIX",
"pixKey": "38211277000136",
"pixKeyType": "CNPJ",
"status": "PENDING",
"withdrawalType": "MANUAL",
"approvedAt": null,
"processedAt": null,
"createdAt": "2025-07-21T11:55:45.562Z",
"externalRef": null,
"end2end": null,
"metadata": "{\"sellerExternalRef\":\"abc123\"}"
}
}