Client web app-Cards

Number of APIs: 4

  1. Apply for a card POST {{customerURL}}:5055/ThirdpartyService/applyCard?access_token={{custoken}}

  2. To view the cards associated with profile GET {{customerURL}}:5055/ThirdpartyService/cards?access_token={{custoken}}&status=active

  3. Block a card PUT {{customerURL}}:5055/ThirdpartyService/cardStatus?access_token={{custoken}}

  4. Fetch the profile details GET {{customerURL}}:5055/ProfileService/profiles?pageNumber=0&numberOfRecords=10&access_token={{custoken}}