Package com.broadleafcommerce.vendor.chasepayment.service.orbital.domain
package com.broadleafcommerce.vendor.chasepayment.service.orbital.domain
-
ClassesClassDescriptionEnumerates the values supported by the Orbital Gateway API when indicating 'industry type'.Enumerates the values supported by the Orbital Gateway API when indicating 'transaction type'.Matches the request payload structure expected by the Orbital Gateway API when performing a capture transaction against an existing authorization (ex: 'POST /capture').Matches the response payload structure received from the Orbital Gateway API when performing a capture transaction against an existing authorization (ex: 'POST /capture').Matches the request payload structure expected by the Orbital Gateway API when performing a new authorization, authorization and capture, or force capture transaction (ex: 'POST /payments').Matches the response payload structure received from the Orbital Gateway API after performing a new authorization, authorization and capture, or force capture transaction (ex: 'POST /payments').Matches the response payload structure received from the Orbital Gateway API when there is a technical error (4xx, 5xx) with the request.A wrapper around
PaymentRequestthat allows for easy communication betweenChaseOrbitalGatewayTransactionServiceandOrbitalGatewayExternalCallService.Matches the request payload structure expected by the Orbital Gateway API when performing a refund transaction (ex: 'POST /refund').Matches the response payload structure received from the Orbital Gateway API when performing a refund transaction (ex: 'POST /refund').Matches the request payload structure expected by the Orbital Gateway API when performing a reversal transaction (ex: 'POST /reversal').Matches the response payload structure received from the Orbital Gateway API when performing a reversal transaction (ex: 'POST /reversal').