--- swagger: "2.0" info: x-ibm-name: bafapi-card-get-all-cards-of-customer title: BAFAPI Get All Cards of Customer version: 1.0.0 description: "" schemes: - https basePath: /bafapi-card-get-all-cards-of-customer consumes: - application/json produces: - application/json securityDefinitions: OAuth: type: oauth2 description: OAuth Authentication flow: application scopes: GetToken: "" tokenUrl: https://apigateway.bankalfalah.com/bankalfalah/sb/oauthproviderapi/oauth2/token clientSecretHeader: type: apiKey description: "" in: header name: X-IBM-Client-Secret clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id security: - clientIdHeader: [] clientSecretHeader: [] OAuth: - GetToken x-ibm-configuration: testable: true enforced: true phase: realized paths: /v1: post: responses: 200: description: Success schema: $ref: '#/definitions/Response Body' 500: description: Error Response schema: $ref: '#/definitions/Error Response' parameters: - name: RequestBody required: true in: body schema: $ref: '#/definitions/RequestData' definitions: RequestData: properties: CNIC: type: string description: CNIC example: "4230137585053" ChannelId: properties: [] type: string description: Channel ID example: "1010" additionalProperties: false required: - CNIC - ChannelId Response Body: description: "" type: object properties: values: type: array items: properties: customerId: type: string primaryCard: type: string cardNumber: type: string cardId: type: string nameOnCard: type: string cardProduct: type: string cardProductId: type: string supplementaryCards: type: string productCategory: type: string cardProductCode: type: string cardCreationDate: type: string cardType: type: string cardCategory: type: string cardStatus: type: string cardStatusCode: type: string maxRetries: type: string retriesLeft: type: string relationshipId: type: string address1: type: string address2: type: string statusReason: type: string expiryDate: type: string StatusChangeReason: type: string type: object totalSize: type: string example: values: - customerId: "1000000045125" primaryCard: "" cardNumber: "4025830030075686" cardId: "15037679" nameOnCard: AMMAD ISHAQUE cardProduct: MAG VISA CLASSIC cardProductId: "620" supplementaryCards: N/A productCategory: "00" cardProductCode: "0201" cardCreationDate: "20140805" cardType: Primary cardCategory: "00" cardStatus: Hot cardStatusCode: "02" maxRetries: "3" retriesLeft: "3" relationshipId: 4025830030075686=1908 address1: HOMEADDRESS1 address2: HOMEADDRESS2 statusReason: Iris Configured expiryDate: "20190831" StatusChangeReason: "" - customerId: "1000000045125" primaryCard: "" cardNumber: "4025830030075686" cardId: "15037679" nameOnCard: AMMAD ISHAQUE cardProduct: MAG VISA CLASSIC cardProductId: "620" supplementaryCards: N/A productCategory: "00" cardProductCode: "0201" cardCreationDate: "20140805" cardType: Primary cardCategory: "00" cardStatus: Hot cardStatusCode: "02" maxRetries: "3" retriesLeft: "3" relationshipId: 4025830030075686=1908 address1: HOMEADDRESS1 address2: HOMEADDRESS2 statusReason: Iris Configured expiryDate: "20190831" StatusChangeReason: "" - customerId: "1000000045125" primaryCard: "" cardNumber: "4025830030075686" cardId: "15037679" nameOnCard: AMMAD ISHAQUE cardProduct: MAG VISA CLASSIC cardProductId: "620" supplementaryCards: N/A productCategory: "00" cardProductCode: "0201" cardCreationDate: "20140805" cardType: Primary cardCategory: "00" cardStatus: Hot cardStatusCode: "02" maxRetries: "3" retriesLeft: "3" relationshipId: 4025830030075686=1908 address1: HOMEADDRESS1 address2: HOMEADDRESS2 statusReason: Iris Configured expiryDate: "20190831" StatusChangeReason: "" - customerId: "1000000045125" primaryCard: "" cardNumber: "4025830030075686" cardId: "15037679" nameOnCard: AMMAD ISHAQUE cardProduct: MAG VISA CLASSIC cardProductId: "620" supplementaryCards: N/A productCategory: "00" cardProductCode: "0201" cardCreationDate: "20140805" cardType: Primary cardCategory: "00" cardStatus: Hot cardStatusCode: "02" maxRetries: "3" retriesLeft: "3" relationshipId: 4025830030075686=1908 address1: HOMEADDRESS1 address2: HOMEADDRESS2 statusReason: Iris Configured expiryDate: "20190831" StatusChangeReason: "" - customerId: "1000000045125" primaryCard: "" cardNumber: "4025830030075686" cardId: "15037679" nameOnCard: AMMAD ISHAQUE cardProduct: MAG VISA CLASSIC cardProductId: "620" supplementaryCards: N/A productCategory: "00" cardProductCode: "0201" cardCreationDate: "20140805" cardType: Primary cardCategory: "00" cardStatus: Hot cardStatusCode: "02" maxRetries: "3" retriesLeft: "3" relationshipId: 4025830030075686=1908 address1: HOMEADDRESS1 address2: HOMEADDRESS2 statusReason: Iris Configured expiryDate: "20190831" StatusChangeReason: "" totalSize: "5" Error Response: description: "" type: object properties: ResponseCode: type: string ResponseDesc: type: string example: ResponseCode: "99" ResponseDesc: Failed tags: [] x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...