PaymentAcknowledgementEnforcement
Whether collecting a payment acknowledgement in the storefront is optional (GATEWAY_FALLBACK — the gateway shows it itself when you omit it) or mandatory (STOREFRONT_REQUIRED — paymentCreate rejects with ACKNOWLEDGEMENT_REQUIRED unless the buyer accepted it).
enum PaymentAcknowledgementEnforcement {
GATEWAY_FALLBACK
STOREFRONT_REQUIRED
}
Values
PaymentAcknowledgementEnforcement.GATEWAY_FALLBACK
PaymentAcknowledgementEnforcement.STOREFRONT_REQUIRED
Member Of
PaymentAcknowledgement object