Load Card

Load a new or reload an existing Gift Card

Parameters

The following parameters are available to load or reload a gift card.

parameterdescriptionrequired

mid

the Merchant ID (MID) assigned by {user.company_name} or your merchant service provider (MSP)

YES

amount

the amount to load on the gift card (load)

YES

creditcard

the gift card account number

YES

giftcard

set integer value to 5 for loading or reloading cards

YES

JSON Example

The following JSON example provides test values to load or reload a gift card. You can copy and paste these values in the Body Params section above to be used by the Try It feature

{
  "transaction_data": {
    "mid": "887728202",
    "amount": "3.50",
    "creditcard": "6678249877878121",
    "giftcard": 5
  }
}

References

Language
Click Try It! to start a request and see the response here!