New gift card service
Adds a new gift card service by providing a custom name and a value for each of the required fields.
This endpoint requires the gift-card-services.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Request body for activating a gift card service.
The ID of the gift card service to use.
1 - 50
A custom name for the service. This will be shown in the Admin UI.
1 - 50
A list of fields, each containing a key-value pair for each field defined by the definition for this gift card service.
Defines if this service is currently active or not.
Response
An configured gift card service.
The type of this resource.
gift-card-service
The ID of this gift card service.
The unique ID for a merchant account.
The ID of the gift card service definition used to create this service.
1 - 50
The custom name set for this service.
1 - 200
Defines if this service is currently active or not.
A list of fields, each containing a key-value pair for each field
configured for this gift card service. Fields marked as secret
are not returned.
The date and time when this service was created.
The date and time when this service was last updated.
Was this page helpful?