Using the GiftInformationBatch service to take payments
You can use the GiftInformationBatch service to take payments.
Do the following:
- Set up AutoPay. For more information, refer to iMIS documentation.
- 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. - 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.
- To tokenize the payment, you must POST to
/api/AutoPayAccount
. See GiftInformationBatch POST samples.
Updated over 2 years ago