Skip to content

minhajuddin/authnet_processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authnet_processor

A simple and easy to use authnet processor for .net

todo

  1. Gateway => Interface to do common stuff

    ###manage customer information###

    • create_customer_profile
    • create_customer_payment_profile
    • create_customer_shipping_address
    • get_customer_profile
    • get_customer_payment_profile
    • get_customer_shipping_address
    • delete_customer_profile
    • delete_customer_payment_profile
    • delete_customer_shipping_address
    • update_customer_profile
    • update_customer_payment_profile
    • update_customer_shipping_address
    • create_customer_profile_transaction
    • validate_customer_payment_profile

    ###charge###

    • auth_capture
    • auth_only
    • capture_only

    ###validation modes###

    • none
    • test
    • live

    ###supported credit cards###

    • visa
    • master
    • american_express
    • discover
  2. Response => Consistent response types

  3. Allow use of PaymentProfile for capture, refund etc,.

About

authnet_processor for .net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages