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 asubscriptionName with a Value oftrueto 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