Update gift card service
Updates an existing gift card service. Allows all fields to be changed except for the service ID.
This endpoint requires the gift-card-services.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique ID of the gift card service.
Body
Request body for updating a gift card service.
A custom name for the gift card 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?