메소드 | 설명 | |
---|---|---|
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 |
|
메소드 | 설명 | |
---|---|---|
NotificationTransaction ( |
public CheckStatusTransaction ( |
||
checkTransaction | To query data, necessitating the token, transaction client id and amount. | |
리턴 |
public CreateTransaction ( |
||
transactionDto | Data for the token that begins the payment process. | |
리턴 |
public NotificationTransaction ( |
||
headers | Headers of Request | |
@params | ||
리턴 |
public Transaction ( IConfiguration configuration, IAuthorization authorization, IExecutorWeb webExecute, ILog logger ) : System | ||
configuration | IConfiguration | |
authorization | IAuthorization | |
webExecute | IExecutorWeb | |
logger | ILog | |
리턴 | System |