Method | Description | |
---|---|---|
CreateReference ( string t_key, string t_value, ReferenceType, type = ReferenceType.normal, string name = "", string description = "", string observation = "", string mobile = "", string email = "" ) : XmlDocument |
Creates a new reference.
|
|
GetPaymentInfo ( string ep_doc ) : XmlDocument |
Request for the detailed payment information
|
|
GetTransationVerification ( int reference ) : XmlDocument |
Gets a Transaction key verification.
|
|
RequestPayment ( int reference, string key, PaymentType, type = PaymentType.creditcard ) : XmlDocument |
Requests a payment.
|
Method | Description | |
---|---|---|
getUrl ( api, x, List |
Gets the API URL.
|
public CreateReference ( string t_key, string t_value, ReferenceType, type = ReferenceType.normal, string name = "", string description = "", string observation = "", string mobile = "", string email = "" ) : XmlDocument | ||
t_key | string | /// T_key. /// |
t_value | string | /// T_value. /// |
type | ReferenceType, | /// Type. /// |
name | string | |
description | string | |
observation | string | |
mobile | string | |
string | ||
return | XmlDocument |
public GetPaymentInfo ( string ep_doc ) : XmlDocument | ||
ep_doc | string | /// Ep_doc. /// |
return | XmlDocument |
public GetTransationVerification ( int reference ) : XmlDocument | ||
reference | int | /// Reference. /// |
return | XmlDocument |
public RequestPayment ( int reference, string key, PaymentType, type = PaymentType.creditcard ) : XmlDocument | ||
reference | int | /// Reference. /// |
key | string | /// Key. /// |
type | PaymentType, | /// Type. /// |
return | XmlDocument |