IPN by Sale Types

On Hold (J5)

When the J5 sale is created the IPN info will return with:

[TransactionParamJ] = 5 (in “on hold” sale the value will be 5, when the sale is immediate the value will be 0)

[TransactionToken] - With this credit card token the sale will be charged.

[CustomerTransactionId] - With this transaction Id the sale will be charged.

Recurring Sale

In recurring sale the IPN will return with:

[RecurringId] = This recurring sale Id is unique, with this GUID value it is possible to make changes and get information on the recurring sale.

[TransactionParamJ] = 5 (in creation of recurring sale usually the sale is “on hold” so the value will be 5, when the recurring sale is charged this value will be 0)

[RecurringSaleCount] = 6 (this value will change according to the total payments the recurring sale is set on)

[RecurringSaleChargeNumber] = 0 (this value will change according to the specific number of payment that occurred, 0 means this is the creation and still no payment occurred)

Token Only

When the credit card token is created the IPN will return with:

[TransactionToken] - Credit card token for a secure charge and to save for future transactions.


For the various IPN examples -