Using the GiftInformationBatch service to take payments

You can use the GiftInformationBatch service to take payments.
Do the following:

  1. Set up AutoPay. For more information, refer to iMIS documentation.
  2. Call api/PaymentMethodSet to determine the PaymentMethodId of the payment card and the gateway with which the card is processed.
    Note: You need the PaymentMethodId when you tokenize the card.
  3. Use the PaymentMethodId to tokenize a credit card that is saved as an AutoPay account. See Example: Tokenizing a credit card that is saved as an AutoPay account.
  4. To tokenize the payment, you must POST to /api/AutoPayAccount. See GiftInformationBatch POST samples.