{
"barcode_line": "string",
"validation": {
"mode":"string",
"phone_code":"string",
"password_combination":[]
},
"scheduled_to":"yyyy-mm-dd"
}
curl --location --request POST 'https://api.valut.app/openbank/v1/payment/' \
--header 'Session-id: teste' \
--header 'branch-id: {{branchId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"barcode_line": "string",
"validation": {
"mode":"string",
"phone_code":"string",
"password_combination":[]
},
"scheduled_to":"yyyy-mm-dd"
}'
{}