diff --git a/reference/admin.yaml b/reference/admin.yaml index a9a04c196..89afb334c 100644 --- a/reference/admin.yaml +++ b/reference/admin.yaml @@ -10804,6 +10804,12 @@ components: description: | Indicates whether the statement has atleast one card enrolled in RTF. example: true + rtf_card_network: + type: string + description: | + Card network of the statement if the statement has atleast one card enrolled in RTF. + example: VISA + nullable: true missing_corporate_card_details: type: array items: diff --git a/src/components/schemas/statements.yaml b/src/components/schemas/statements.yaml index 6aebaf394..5a8d08b8f 100644 --- a/src/components/schemas/statements.yaml +++ b/src/components/schemas/statements.yaml @@ -642,6 +642,12 @@ card_stats_out: description: | Indicates whether the statement has atleast one card enrolled in RTF. example: true + rtf_card_network: + type: string + description: | + Card network of the statement if the statement has atleast one card enrolled in RTF. + example: VISA + nullable: true missing_corporate_card_details: type: array items: