Gift-card services
Get gift card service definition
Gets the definition for a gift card service.
GET
/
gift-card-service-definitions
/
{gift_card_service_definition_id}
This endpoint requires the gift-card-service-definitions.read
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
gift_card_service_definition_id
string
requiredThe unique ID of the gift card service definition.
Response
200 - application/json
An available gift card service that can be configured.
id
string
The ID of the gift card service definition.
type
enum<string>
default: gift-card-service-definitiongift-card-service-definition
.
Available options:
gift-card-service-definition
display_name
string
The display name of this service.
fields
object[]
A list of fields that need to be submitted when activating the payment. service.
icon_url
string
An icon to display for the payment service.
Was this page helpful?