Register Gift Card Provider

To integrate your gift cards solution with Deliverect Gift Cards, you will need to provide a registration URL. This URL will be invoked when a merchant initiates the setup of gift card services in Deliverect.

During this setup, the merchant will be prompted to enter an API key, which must be pre-issued by the gift cards platform. Subsequently, Deliverect will call the provided registration URL to retrieve all necessary additional details to complete the integration process.

Payload Details

ParameterTypeDescription
accountstringThe merchant's account Id in Deliverect
apiKeystringA unique identifier, typically a string of characters, used to authenticate and authorize a user, application, or project when interacting with an API.
{
    "account": "6401c934c43f86ebfedaeb9c",
    "apiKey": "123***890"
}

Response Details

AttributeTypeDescription
redeemGiftCardURLstringThis webhook is called by our system to redeem values from a gift card.
revertRedeemGiftCardURLstringThis webhook is called to revert a redeem operation.
getGiftCardBalanceURLstringThis webhook is called to retrieve the balance of a gift card.
{
    "redeemGiftCardURL": "https://yourserver.com/redeem",
    "revertRedeemGiftCardURL": "https://yourserver.com/reverse",
    "getGiftCardBalanceURL": "https://yourserver.com/balance",
}
Body Params
string
required
string
required

API key is the unique identifier of the customer within the gift cards gateway

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json