type
EveryoneIsAuthorized.Client
Client interface to the credit card processing services for Everyone is Authorized.
constructor
Create an authorizer using an instance of CreditCardValidator.
This constructor has no parameters.
constructor
Create an authorizer using a provided credit card validator.
Name | Type | Description |
---|---|---|
creditCardValidator | OpenCardServices.Validator.ICreditCardValidator | The ICreditCardValidator instance to use. |
method
If an invalid card number is presented the card will always be rejected. Otherwide every request is authorized regardless of available credit.
A unique token tied to the transaction if the charge is allowed, or null if it is not.
Name | Type | Description |
---|---|---|
amt | System.Double | The amount to charge. |
number | System.String | The card number to charge. |