refactor(connector): [Itaubank] add dynamic fields for pix (#5419)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sakil Mostak
2024-07-23 20:54:56 +05:30
committed by GitHub
parent 94bb3e78fd
commit afae5906a8
3 changed files with 67 additions and 1 deletions

View File

@ -9847,6 +9847,24 @@
}
}
}
},
{
"type": "string",
"enum": [
"user_pix_key"
]
},
{
"type": "string",
"enum": [
"user_cpf"
]
},
{
"type": "string",
"enum": [
"user_cnpj"
]
}
],
"description": "Possible field type of required fields in payment_method_data"