Activate Card

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Activate a Gift Card

Parameters

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

parameterdescriptionrequired
midthe Merchant ID (MID) assigned by USER.COMPANY_NAME or your merchant service provider (MSP)YES
amountthe amount to load on the gift card (load)YES
creditcardthe gift card account numberYES
giftcardset integer value to
5
for loading or reloading cards
YES
Example

The following JSON example provides test values to activate 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

Body Params
transaction_data
object
Headers
string
required
length ≤ 24
Defaults to T6554252567241061980
string
required
Defaults to 01dffeb784c64d098c8c691ea589eb82
Response
default
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!