Create Gift Card
This endpoint creates a gift card
URL
https://test-api.bvndle.com/api/v1/laas/coins/gift-card/create
Base URL
https://testapi.bvndle.com/api/v1/laas
HTTP Method
POST
Authorization Header
Bearer ACCESS_TOKEN
nametypeDescription
cardNamestringOptional
Name of the gift card
Name of the gift card
amountnumberRequired
Coin amount of the gift card
Coin amount of the gift card
messagestringOptional
Gift card message
Gift card message
recipientsArrayRequired
An array of the ID of the onboarded users or the value of the user to whom you want to send the gift card
An array of the ID of the onboarded users or the value of the user to whom you want to send the gift card
timeDateOptional
The time you want the gift card to be created, if you wish to make it at a specific time
The time you want the gift card to be created, if you wish to make it at a specific time
cURL