Add Credit/Debit Card in Recurring Gift

Hi Team

Is it possible to add credit card and debit card numbers/account Number via the gift API for recurring process like Monthly Schedule.

Say a recurring gift is created today to process a payment of 50 dollars every month.Can we pass the Card details in the same API as the Gift API instead of passing the id generated by payment API

Regards

Valan

Zoho Creator

Comments

  • Anthony Gallo
    Anthony Gallo Blackbaud Employee
    Tenth Anniversary Kudos 3 Name Dropper Participant

    @Valan Rohith our current functionality is to input the RG as an automated recurring gift and allow blackbaud to handle the processing. If we want to handle this outside the system we have a flag called “is_manual” that will allow the gift to come in as a legacy RG that is not automated and then payments can be applied to it as needed. Ideally the card info would be gathered for this latter method and stored on the 3rd party side since we do not have those fields available in our database. With security and tokenization we do not have the ability to even see that stuff in our database so we would not be able to output it as part of the GET call.