curl --location --request POST 'https://api.rivuspay.digital/v1/pix/payout' \
--header 'x-api-key: <api-key>' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tax_id": "string",
"pix_type": "cpf",
"pix_key": "11122233344",
"amount": 10,
"external_id": "q5yffgl1chpme4wotcxy6xdp",
"meta": {
"ip": "192.168.0.1",
"name": "string",
"email": "string",
"phone": "string"
}
}'{
"data": {
"id": "string",
"created_at": "2019-08-24T14:15:22Z",
"status": "pending",
"tax_id": "11122233344",
"pix_key": "11122233344",
"pix_key_type": "cpf"
}
}