Create withdraw
{
'client_id:': '{CLIENT_ID}',
'client_secret: {CLIENT_SECRET}',
'accept': 'application/json',
'Authorization': "Bearer {access_token}"
}{
"amount": 0,
"code": "string",
"name": "string",
"key_type": "string",
"document": "string",
"key_pix": "string",
"PostBackUrl": "string",
"check_code": false //When set to true, it will validate if there is another user code with another record.
}Last updated