You’ll need your secret authorization token which you got when you setup your account.
- Within Campaign Builder, in a sequence, add an HTTP POST action.
- Within the HTTP POST action, set the URL to https://instachargeit.com/v1/
For the parameters, add the following:
Id~Contact.Id~
FirstName~Contact.FirstName~
LastName~Contact.LastName~
hash Your Secret Authorization Token
mid Optional Merchant Account ID
You can optionally include asubscription
Name with a Value oftrue
to charge a new subscription instead of an orderYour HTTP POST will look something like this:
- Change the HTTP Post from Draft to Ready
- Click Back to Sequence