public interface AuthorizeNetCheckoutService
| Modifier and Type | Method and Description |
|---|---|
String |
buildRelayResponse(String receiptUrl,
net.authorize.sim.Result result)
Builds the Javascript snippet necessary
|
String |
createTamperProofSeal(String customerId,
String orderId)
Creates a seal for the current customer and order combined with the Authorize.net private key to verify that
requests and responses actually came from Broadleaf.
|
boolean |
verifyTamperProofSeal(String customerId,
String orderId,
String tps)
Verifies that the given tamper proof seal is valid for the given customer and order
|
String buildRelayResponse(String receiptUrl, net.authorize.sim.Result result)
receiptUrl - result - String createTamperProofSeal(String customerId, String orderId) throws NoSuchAlgorithmException, InvalidKeyException
customerId - orderId - NoSuchAlgorithmExceptionInvalidKeyException#createTamperProofSeal(String, String)}Copyright © 2015. All Rights Reserved.