Create an ACH Credit Payment Initiation message
ACHCreditPaymentInitiation
class is used to generate ACH Credit Payment Initiation messages. These are primarily used for electronic funds transfers within the United States banking system.
It can be created via the ACHCreditPaymentInitiationConfig
interface.
ACHCreditPaymentInitiation
instance with the provided configuration.
ACHCreditPaymentInitiation
instance into an XML string representation. The resulting XML string can be used to send the payment to the bank.
serialize()
.
ACHCreditPaymentInitiation
instance from an XML string.