Method | Description | |
---|---|---|
CheckStatusTransaction ( |
Verify if the result of payment process was successful or not in any time.
|
|
CreateTransaction ( |
Create the transaction in puntopago
|
|
NotificationTransaction ( |
Verify if the result of payment process was successful or not.
|
|
Transaction ( IConfiguration configuration, IAuthorization authorization, IExecutorWeb webExecute, ILog logger ) : System |
|
Method | Description | |
---|---|---|
NotificationTransaction ( |
public CheckStatusTransaction ( |
||
checkTransaction | To query data, necessitating the token, transaction client id and amount. | |
return |
public CreateTransaction ( |
||
transactionDto | Data for the token that begins the payment process. | |
return |
public NotificationTransaction ( |
||
headers | Headers of Request | |
@params | ||
return |
public Transaction ( IConfiguration configuration, IAuthorization authorization, IExecutorWeb webExecute, ILog logger ) : System | ||
configuration | IConfiguration | |
authorization | IAuthorization | |
webExecute | IExecutorWeb | |
logger | ILog | |
return | System |