feat(core): Add cardbrand union fetch logic for click to pay session response (#7858)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Sahkal Poddar <sahkalpoddar@Sahkals-MacBook-Air.local>
This commit is contained in:
Sahkal Poddar
2025-04-28 16:54:15 +05:30
committed by GitHub
parent ac66cbe3da
commit d2ff66bb7e
16 changed files with 193 additions and 56 deletions

View File

@ -7646,8 +7646,9 @@
"card_brands": {
"type": "array",
"items": {
"type": "string"
}
"$ref": "#/components/schemas/CardNetwork"
},
"example": "[Visa, Mastercard]"
},
"acquirer_bin": {
"type": "string"