Uses of Class
com.onlinepayments.domain.CaptureResponse
Packages that use CaptureResponse
-
Uses of CaptureResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CaptureResponseModifier and TypeMethodDescriptionCaptureResponse.withCaptureOutput(CaptureOutput value) Object containing capture detailsOur unique payment transaction identifierCaptureResponse.withStatus(String value) Current high-level status of the payment in a human-readable form.CaptureResponse.withStatusOutput(CaptureStatusOutput value) This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource. -
Uses of CaptureResponse in com.onlinepayments.merchant.payments
Methods in com.onlinepayments.merchant.payments that return CaptureResponseModifier and TypeMethodDescriptionPaymentsClient.capturePayment(String paymentId, CapturePaymentRequest body) Resource /v2/{merchantId}/payments/{paymentId}/capture - Capture paymentPaymentsClient.capturePayment(String paymentId, CapturePaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/capture - Capture paymentPaymentsClientInterface.capturePayment(String paymentId, CapturePaymentRequest body) Resource /v2/{merchantId}/payments/{paymentId}/capture - Capture paymentPaymentsClientInterface.capturePayment(String paymentId, CapturePaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/capture - Capture payment