Cards
Create and manage Card programs
Last updated
Create and manage Card programs
Last updated
The Card API allows you to create and manage your VeendHQ Cards.
POST
{{BASE_URL}}/cardprograms?accountId={{ACCOUNT_ID}}
Name | Type | Description |
---|---|---|
PATCH
{{BASE_URL}}/cardprograms/{{CARD_ID}}?accountId={{ACCOUNT_ID}}
Name | Type | Description |
---|---|---|
POST
{{BASE_URL}}/cardprograms/generate-card-files?accountId={{ACCOUNT_ID}}
GET
{{BASE_URL}}/cardfiles/{{CARD_ID}}?accountId={{ACCOUNT_ID}}
GET
{{BASE_URL}}/cardfiles?accountId={{ACCOUNT_ID}}
POST
{{BASE_URL}}/cardfiles/{{CARD_ID}}/fund?accountId={{ACCOUNT_ID}}
POST
{{BASE_URL}}/cardfiles/{{CARD_ID}}/withdraw-fund?accountId={{ACCOUNT_ID}}
GET
{{BASE_URL}}/cardfiles/{{CARD_ID}}/setlimit?accountId={{ACCOUNT_ID}}
GET
{{BASE_URL}}/cardfiles/{{CARD_ID}}/blockcard?accountId={{a}}
Block a Card
GET
{{BASE_URL}}/cardfiles/{{CARD_ID}}/transactions?accountId={{ACCOUNT_ID}}
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
numberOfCards*
100
The number of cards to create
programName*
FGN28
A unique name for the Card program
location
Lagos
numberOfCards*
String
Number of cards for the card program
location*
String
Location
accountId*
String
programName*
String
Card Program Name
accountId*
_id
populate
cardOwnerId,
amount*
2000
Amount
accountId*
String
dailyLimit
20000
Maximum amount daily transactions
monthlyLimit
1000000
singleTransaction
5000
accountId*
{{ACCOUNT_ID}}