Skip to main content

Create a card

POST 

/api/cards

Create a card under a specified card program and affiliated with a Funding Source. Returns an ID with which to retrieve card details.

Request

Body

required

    cardProgramId stringrequired

    ID of card program to use when creating a card

    fundingSourceId stringrequired

    ID of the Funding Source the card will authorize against

Responses

Successful operation

Schema

    cardId string

    The created card ID

Loading...