Payout giftcards.

This endpoint supercharges payouts with giftcards!!

📘

gidtcards is required

The giftcards parameter contains giftcard information to be used in the transaction.
Check out the Knowing The API section of the documentation for more information.

Example Format

{
    "giftcards": [
        {
            "email": "[email protected]",
            "valueInUSD": 5,
            "redeemData": {
                "productId": 5,
                "countryCode": "US",
                "valueInLocalCurrency": 5
            }
        }
    ]
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!