Gift Cards
Create gift card
Creates and activates a new gift card. The gift card will be created with one transaction with status "ACTIVATION" which contains the initial balance of the gift card.
🔒 Requires: gift_cards:write:issue scope
post/gift_cards
Request body
Example request
{
"amount": "10.00"
}Response
Gift card successfully created.