Méthode | Description | |
---|---|---|
Accepts ( |
||
Purchase ( string merchantReference, Kurejito.Payments.Money amount, |
Attempts to debit the specified amount from the supplied payment card.
|
public Accepts ( |
||
currency | ||
cardType | CardType | |
Résultat | bool |
public Purchase ( string merchantReference, Kurejito.Payments.Money amount, |
||
merchantReference | string | An alphanumeric reference supplied by the merchant that uniquely identifies this transaction |
amount | Kurejito.Payments.Money | The amount of money to be debited from the payment card (includes the ISO4217 currency code). |
card | An instance of |
|
Résultat | PaymentResponse |