Skip to content

backoffice/BOT-Partial-Payment-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

BOT-Partial-Payment-Extension

This extension provides an ability to process multiple partial payments for event registrations.

  • Components

    • Payment.php - process_partial_payments( ) function
  • Steps to use this extension:

    • Make a call to the process_partial_payments() function from the User Interface Extension
    • This function needs two parameters:
      • Payment processor parameters
      • Partial payment information array - Key: participantID Values: 'cid' (contactID) 'contribution_id' (contributionID) 'payLater' (PayLater flag) 'partial_payment_pay' (Partial Payment Amount)
      • Example - $partialPaymentInfo = array ( 27 => array ( 'cid' => 44, 'contribution_id' => 25, 'payLater' => 0, 'partial_payment_pay' => 11.50 ));
    • Returns: Partial Payment Information array with an additional flag for 'Success' for each payment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages