Configure FSP Display Name - global-121/121-platform GitHub Wiki

You can configure the integrated FSP's display according to the program as follows:

  • To update the display name for a integrated FSP into a program, just to call the program-fsp-configuration using either POST /api/programs/{programId}/fsp-configuration (if FSP configuration does not exist yet) or PUT /api/programs/{programId}/fsp-configuration/{programFspConfigurationId} (if FSP configuration does exist already - can be checked with /api/programs/{programId}/fsp-configuration).

    {
       "fspId": 15,
       "name": "displayName",
       "value": {
          "en": "Visa Debit Card",
          "nl": "Visa-betaalkaart"
       }
    }