Missing methods


#1

// Check the status of the transaction with the specified pollUrl
// Now you see why you need to save that url :wink:
StatusResponse status = paynow.CheckTransactionStatus(pollUrl);

if (status.paid()) {
// Yay! Transaction was paid for
} else {
System.out.println(“Why you no pay?”);
}


#2

the highlighted methods are not available


#3

Use the method pollTransaction(pollUrl) for that.