Documentation
¶
Index ¶
- Variables
- func ApproveAccount(customer *customers.Customer, account *customers.Account) (bool, error)
- func ApproveCustomer(customer *customers.Customer) (*customers.Customer, error)
- func CreateAccount(customer *customers.Customer, accountNumber, routingNumber, acctType string) (*customers.Account, error)
- func CreateCustomer(first, last, email string) (*customers.Customer, error)
- func GetCustomerAccounts(customer *customers.Customer) ([]*customers.Account, error)
- func GetMicroDeposits(account *customers.Account) (*client.MicroDeposits, error)
- func GetTransfer(transferId string) (*client.Transfer, error)
- func InitiateMicroDeposits(customer *customers.Customer, account *customers.Account) (string, error)
- func MakeTransfer(sourceCustomer *customers.Customer, sourceCustomerAccount *customers.Account, ...) (*client.Transfer, error)
- func PrintServerFiles(path string)
- func TriggerCutOff() (bool, error)
- func VerifyMicroDeposits(customer *customers.Customer, account *customers.Account, validationID string, ...) (bool, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( HttpClient = &http.Client{ Timeout: 10 * time.Second, } Organization = "moov" RequestID = base.ID() TeachersFCU = "221475786" ChaseCO = "102001017" )
Common functions and values for reuse between PayGate go examples
Functions ¶
func ApproveAccount ¶
func ApproveCustomer ¶
func CreateAccount ¶
func GetCustomerAccounts ¶
func GetMicroDeposits ¶
func GetMicroDeposits(account *customers.Account) (*client.MicroDeposits, error)
func InitiateMicroDeposits ¶
func MakeTransfer ¶
func PrintServerFiles ¶
func PrintServerFiles(path string)
func TriggerCutOff ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.