Skip to main content

Retrieve customer eligible prepaid cards programs

GET 

/profile/prepaid/programs

Retrieve eligible programs for a customer.

Request

Responses

OK

Schema

    programs

    object[]

  • Array [

  • cardType CardType (string)required

    Possible values: [PHYSICAL, VIRTUAL]

    Supported card types. Currently we support only VIRTUAL and PHYSICAL

    scheme CardScheme (string)required

    Possible values: [VISA, MC]

    Card scheme information.

    • VISA - VISA
    • MC - Mastercard The scheme is derived from the card PAN.
    name stringrequired

    Program name that will be used for card creation

    currencies string[]required

    List of supported currencies. Example "EUR"

    allowableCards integerrequired

    Default value: 1

    The number of cards that can be issued with this program.

    isDigital booleanrequired

    The isDigital field is related only to the 'PHYSICAL' card.

  • ]

Loading...