âšī¸Gift Card Schema
providerId
String
The provider id from the gift card list
type
String
The type of gift card
(ex. Netflix, Apple, Free Fire, etc)
isActivated
Boolean
This flag is set to let partner know if the gift card is active/inactive or not. If the flag is set to false, no order can be placed
platform
String
The platform issuing the gift cards
(ex. pgecom)
minimum
Number
The minimum amount to purchase from gift card
maximum
Number
The maximum amount for gift cards
defaultDelivery
The default delivery that's available
displayName
String
The display name of the gift card
(ex. Apple, Netflix)
image
String
The image of the gift card
provider
String
The provider that issue this gift card
(ex. pgecom)
providerId
String
The id of the gift card from provider
(ex. 5, 21, 247, etc)
id
String
This is the id that you'll need in order to place an order for the gift card
feePercentage
Number
This is a default fee percentage if those options are not set (ex. standard, regular, express, urgent or instant)
fixedFee
Number
Certain provider charged a fixed fee for the gift card. This applies to the gift card fees calculation
standardDeliveryFee
Number
Delivery percentage fee. This applies into the fee calculation
regularDeliveryFee
Number
Delivery percentage fee. This applies into the fee calculation
expressDeliveryFee
Number
Delivery percentage fee. This applies into the fee calculation
urgentDeliveryFee
Number
Delivery percentage fee. This applies into the fee calculation
instantDeliveryFee
Number
Delivery percentage fee. This applies into the fee calculation
isPriceFixed
Boolean
Certain gift cards only have fixed price available
isStandardDelivery
Boolean
Flag for 2 business days delivery. When this flag is enabled, that means that this delivery method is enabled
isRegularDelivery
Boolean
Flag for 1 business days delivery. When this flag is enabled, that means that this delivery method is enabled
isExpressDelivery
Boolean
Flag for 2 business days delivery. When this flag is enabled, that means that this delivery method is enabled
isUrgentDelivery
Boolean
Flag for 30 business days delivery. When this flag is enabled, that means that this delivery method is enabled
isInstantDelivery
Boolean
Flag for 2 minutes delivery. When this flag is enabled, that means that this delivery method is enabled
createdAt
String
The date that the gift card was created in our system
updatedAt
String
The date that it was last updated
Last updated