Authorization: Bearer ********************
{
"amount": 38500
}
curl --location --request DELETE 'https://api.valut.app/openbank/v1/pix/qrcode/e73100bfaee1413e850102bcf7b078cc' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 38500
}'
{
"pix_id": "111222861e4d447eb0396bea6dbc108e",
"type": null,
"paid": true,
"base64": null,
"qrcode": "string",
"amount": 5000,
"expiration_date": "2022-01-12T12:18:35.447",
"created_at": "2022-01-12T12:18:35.547"
}