Uses of Class
com.onlinepayments.CallContext
Packages that use CallContext
Package
Description
-
Uses of CallContext in com.onlinepayments
Methods in com.onlinepayments that return CallContextModifier and TypeMethodDescriptionCallContext.withIdempotenceKey(String idempotenceKey) Sets the idempotence key to use for the next request for which this call context is used.Methods in com.onlinepayments with parameters of type CallContextModifier and TypeMethodDescriptionprotected voidDefaultCommunicator.addGenericHeaders(String httpMethod, URI uri, List<RequestHeader> requestHeaders, CallContext context) Adds the necessary headers to the given list of headers.ExceptionFactory.createException(int statusCode, String responseBody, Object errorObject, CallContext context) voidCommunicator.delete(String relativePath, List<RequestHeader> requestHeaders, ParamRequest requestParameters, BodyHandler bodyHandler, CallContext context) Corresponds to the HTTP DELETE method.<O> OCommunicator.delete(String relativePath, List<RequestHeader> requestHeaders, ParamRequest requestParameters, Class<O> responseType, CallContext context) Corresponds to the HTTP DELETE method.voidDefaultCommunicator.delete(String relativePath, List<RequestHeader> requestHeaders, ParamRequest requestParameters, BodyHandler bodyHandler, CallContext context) Corresponds to the HTTP DELETE method.<O> ODefaultCommunicator.delete(String relativePath, List<RequestHeader> requestHeaders, ParamRequest requestParameters, Class<O> responseType, CallContext context) Corresponds to the HTTP DELETE method.voidCommunicator.get(String relativePath, List<RequestHeader> requestHeaders, ParamRequest requestParameters, BodyHandler bodyHandler, CallContext context) Corresponds to the HTTP GET method.<O> OCommunicator.get(String relativePath, List<RequestHeader> requestHeaders, ParamRequest requestParameters, Class<O> responseType, CallContext context) Corresponds to the HTTP GET method.voidDefaultCommunicator.get(String relativePath, List<RequestHeader> requestHeaders, ParamRequest requestParameters, BodyHandler bodyHandler, CallContext context) Corresponds to the HTTP GET method.<O> ODefaultCommunicator.get(String relativePath, List<RequestHeader> requestHeaders, ParamRequest requestParameters, Class<O> responseType, CallContext context) Corresponds to the HTTP GET method.voidCommunicator.post(String relativePath, List<RequestHeader> requestHeaders, ParamRequest requestParameters, Object requestBody, BodyHandler bodyHandler, CallContext context) Corresponds to the HTTP POST method.<O> OCommunicator.post(String relativePath, List<RequestHeader> requestHeaders, ParamRequest requestParameters, Object requestBody, Class<O> responseType, CallContext context) Corresponds to the HTTP POST method.voidDefaultCommunicator.post(String relativePath, List<RequestHeader> requestHeaders, ParamRequest requestParameters, Object requestBody, BodyHandler bodyHandler, CallContext context) Corresponds to the HTTP POST method.<O> ODefaultCommunicator.post(String relativePath, List<RequestHeader> requestHeaders, ParamRequest requestParameters, Object requestBody, Class<O> responseType, CallContext context) Corresponds to the HTTP POST method.protected voidDefaultCommunicator.processResponse(int statusCode, InputStream bodyStream, List<ResponseHeader> headers, BodyHandler bodyHandler, String requestPath, CallContext context) protected <O> ODefaultCommunicator.processResponse(int statusCode, InputStream bodyStream, List<ResponseHeader> headers, Class<O> responseType, String requestPath, CallContext context) voidCommunicator.put(String relativePath, List<RequestHeader> requestHeaders, ParamRequest requestParameters, Object requestBody, BodyHandler bodyHandler, CallContext context) Corresponds to the HTTP PUT method.<O> OCommunicator.put(String relativePath, List<RequestHeader> requestHeaders, ParamRequest requestParameters, Object requestBody, Class<O> responseType, CallContext context) Corresponds to the HTTP PUT method.voidDefaultCommunicator.put(String relativePath, List<RequestHeader> requestHeaders, ParamRequest requestParameters, Object requestBody, BodyHandler bodyHandler, CallContext context) Corresponds to the HTTP PUT method.<O> ODefaultCommunicator.put(String relativePath, List<RequestHeader> requestHeaders, ParamRequest requestParameters, Object requestBody, Class<O> responseType, CallContext context) Corresponds to the HTTP PUT method.protected static voidDefaultCommunicator.updateContext(List<ResponseHeader> headers, CallContext context) Updates the given call context based on the contents of the given response. -
Uses of CallContext in com.onlinepayments.merchant.captures
Methods in com.onlinepayments.merchant.captures with parameters of type CallContextModifier and TypeMethodDescriptionCapturesClient.getCaptures(String paymentId, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/captures - Get captures of paymentCapturesClientInterface.getCaptures(String paymentId, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/captures - Get captures of payment -
Uses of CallContext in com.onlinepayments.merchant.complete
Methods in com.onlinepayments.merchant.complete with parameters of type CallContextModifier and TypeMethodDescriptionCompleteClient.completePayment(String paymentId, CompletePaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/complete - Complete paymentCompleteClientInterface.completePayment(String paymentId, CompletePaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/complete - Complete payment -
Uses of CallContext in com.onlinepayments.merchant.hostedcheckout
Methods in com.onlinepayments.merchant.hostedcheckout with parameters of type CallContextModifier and TypeMethodDescriptionHostedCheckoutClient.createHostedCheckout(CreateHostedCheckoutRequest body, CallContext context) Resource /v2/{merchantId}/hostedcheckouts - Create hosted checkoutHostedCheckoutClientInterface.createHostedCheckout(CreateHostedCheckoutRequest body, CallContext context) Resource /v2/{merchantId}/hostedcheckouts - Create hosted checkoutHostedCheckoutClient.getHostedCheckout(String hostedCheckoutId, CallContext context) Resource /v2/{merchantId}/hostedcheckouts/{hostedCheckoutId} - Get hosted checkout statusHostedCheckoutClientInterface.getHostedCheckout(String hostedCheckoutId, CallContext context) Resource /v2/{merchantId}/hostedcheckouts/{hostedCheckoutId} - Get hosted checkout status -
Uses of CallContext in com.onlinepayments.merchant.hostedtokenization
Methods in com.onlinepayments.merchant.hostedtokenization with parameters of type CallContextModifier and TypeMethodDescriptionHostedTokenizationClient.createHostedTokenization(CreateHostedTokenizationRequest body, CallContext context) Resource /v2/{merchantId}/hostedtokenizations - Create hosted tokenization sessionHostedTokenizationClientInterface.createHostedTokenization(CreateHostedTokenizationRequest body, CallContext context) Resource /v2/{merchantId}/hostedtokenizations - Create hosted tokenization sessionHostedTokenizationClient.getHostedTokenization(String hostedTokenizationId, CallContext context) Resource /v2/{merchantId}/hostedtokenizations/{hostedTokenizationId} - Get hosted tokenization sessionHostedTokenizationClientInterface.getHostedTokenization(String hostedTokenizationId, CallContext context) Resource /v2/{merchantId}/hostedtokenizations/{hostedTokenizationId} - Get hosted tokenization session -
Uses of CallContext in com.onlinepayments.merchant.mandates
Methods in com.onlinepayments.merchant.mandates with parameters of type CallContextModifier and TypeMethodDescriptionMandatesClient.blockMandate(String uniqueMandateReference, CallContext context) Resource /v2/{merchantId}/mandates/{uniqueMandateReference}/block - Block mandateMandatesClientInterface.blockMandate(String uniqueMandateReference, CallContext context) Resource /v2/{merchantId}/mandates/{uniqueMandateReference}/block - Block mandateMandatesClient.createMandate(CreateMandateRequest body, CallContext context) Resource /v2/{merchantId}/mandates - Create mandateMandatesClientInterface.createMandate(CreateMandateRequest body, CallContext context) Resource /v2/{merchantId}/mandates - Create mandateMandatesClient.getMandate(String uniqueMandateReference, CallContext context) Resource /v2/{merchantId}/mandates/{uniqueMandateReference} - Get mandateMandatesClientInterface.getMandate(String uniqueMandateReference, CallContext context) Resource /v2/{merchantId}/mandates/{uniqueMandateReference} - Get mandateMandatesClient.revokeMandate(String uniqueMandateReference, CallContext context) Resource /v2/{merchantId}/mandates/{uniqueMandateReference}/revoke - Revoke mandateMandatesClientInterface.revokeMandate(String uniqueMandateReference, CallContext context) Resource /v2/{merchantId}/mandates/{uniqueMandateReference}/revoke - Revoke mandateMandatesClient.unblockMandate(String uniqueMandateReference, CallContext context) Resource /v2/{merchantId}/mandates/{uniqueMandateReference}/unblock - Unblock mandateMandatesClientInterface.unblockMandate(String uniqueMandateReference, CallContext context) Resource /v2/{merchantId}/mandates/{uniqueMandateReference}/unblock - Unblock mandate -
Uses of CallContext in com.onlinepayments.merchant.paymentlinks
Methods in com.onlinepayments.merchant.paymentlinks with parameters of type CallContextModifier and TypeMethodDescriptionvoidPaymentLinksClient.cancelPaymentLinkById(String paymentLinkId, CallContext context) Resource /v2/{merchantId}/paymentlinks/{paymentLinkId}/cancel - Cancel PaymentLink by IDvoidPaymentLinksClientInterface.cancelPaymentLinkById(String paymentLinkId, CallContext context) Resource /v2/{merchantId}/paymentlinks/{paymentLinkId}/cancel - Cancel PaymentLink by IDPaymentLinksClient.createPaymentLink(CreatePaymentLinkRequest body, CallContext context) Resource /v2/{merchantId}/paymentlinks - Create payment linkPaymentLinksClientInterface.createPaymentLink(CreatePaymentLinkRequest body, CallContext context) Resource /v2/{merchantId}/paymentlinks - Create payment linkPaymentLinksClient.getPaymentLinkById(String paymentLinkId, CallContext context) Resource /v2/{merchantId}/paymentlinks/{paymentLinkId} - Get payment link by IDPaymentLinksClientInterface.getPaymentLinkById(String paymentLinkId, CallContext context) Resource /v2/{merchantId}/paymentlinks/{paymentLinkId} - Get payment link by ID -
Uses of CallContext in com.onlinepayments.merchant.payments
Methods in com.onlinepayments.merchant.payments with parameters of type CallContextModifier and TypeMethodDescriptionPaymentsClient.cancelPayment(String paymentId, CancelPaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/cancel - Cancel paymentPaymentsClientInterface.cancelPayment(String paymentId, CancelPaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/cancel - Cancel paymentPaymentsClient.capturePayment(String paymentId, CapturePaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/capture - Capture paymentPaymentsClientInterface.capturePayment(String paymentId, CapturePaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/capture - Capture paymentPaymentsClient.createPayment(CreatePaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments - Create paymentPaymentsClientInterface.createPayment(CreatePaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments - Create paymentPaymentsClient.getPayment(String paymentId, CallContext context) Resource /v2/{merchantId}/payments/{paymentId} - Get paymentPaymentsClientInterface.getPayment(String paymentId, CallContext context) Resource /v2/{merchantId}/payments/{paymentId} - Get paymentPaymentsClient.getPaymentDetails(String paymentId, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/details - Get payment detailsPaymentsClientInterface.getPaymentDetails(String paymentId, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/details - Get payment detailsPaymentsClient.refundPayment(String paymentId, RefundRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/refund - Refund paymentPaymentsClientInterface.refundPayment(String paymentId, RefundRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/refund - Refund paymentPaymentsClient.subsequentPayment(String paymentId, SubsequentPaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/subsequent - Subsequent paymentPaymentsClientInterface.subsequentPayment(String paymentId, SubsequentPaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/subsequent - Subsequent payment -
Uses of CallContext in com.onlinepayments.merchant.payouts
Methods in com.onlinepayments.merchant.payouts with parameters of type CallContextModifier and TypeMethodDescriptionPayoutsClient.createPayout(CreatePayoutRequest body, CallContext context) Resource /v2/{merchantId}/payouts - Create payoutPayoutsClientInterface.createPayout(CreatePayoutRequest body, CallContext context) Resource /v2/{merchantId}/payouts - Create payoutPayoutsClient.getPayout(String payoutId, CallContext context) Resource /v2/{merchantId}/payouts/{payoutId} - Get payoutPayoutsClientInterface.getPayout(String payoutId, CallContext context) Resource /v2/{merchantId}/payouts/{payoutId} - Get payout -
Uses of CallContext in com.onlinepayments.merchant.privacypolicy
Methods in com.onlinepayments.merchant.privacypolicy with parameters of type CallContextModifier and TypeMethodDescriptionPrivacyPolicyClient.getPrivacyPolicy(GetPrivacyPolicyParams query, CallContext context) Resource /v2/{merchantId}/services/privacypolicy - Get Privacy PolicyPrivacyPolicyClientInterface.getPrivacyPolicy(GetPrivacyPolicyParams query, CallContext context) Resource /v2/{merchantId}/services/privacypolicy - Get Privacy Policy -
Uses of CallContext in com.onlinepayments.merchant.productgroups
Methods in com.onlinepayments.merchant.productgroups with parameters of type CallContextModifier and TypeMethodDescriptionProductGroupsClient.getProductGroup(String paymentProductGroupId, GetProductGroupParams query, CallContext context) Resource /v2/{merchantId}/productgroups/{paymentProductGroupId} - Get product groupProductGroupsClientInterface.getProductGroup(String paymentProductGroupId, GetProductGroupParams query, CallContext context) Resource /v2/{merchantId}/productgroups/{paymentProductGroupId} - Get product groupProductGroupsClient.getProductGroups(GetProductGroupsParams query, CallContext context) Resource /v2/{merchantId}/productgroups - Get product groupsProductGroupsClientInterface.getProductGroups(GetProductGroupsParams query, CallContext context) Resource /v2/{merchantId}/productgroups - Get product groups -
Uses of CallContext in com.onlinepayments.merchant.products
Methods in com.onlinepayments.merchant.products with parameters of type CallContextModifier and TypeMethodDescriptionProductsClient.getPaymentProduct(Integer paymentProductId, GetPaymentProductParams query, CallContext context) Resource /v2/{merchantId}/products/{paymentProductId} - Get payment productProductsClientInterface.getPaymentProduct(Integer paymentProductId, GetPaymentProductParams query, CallContext context) Resource /v2/{merchantId}/products/{paymentProductId} - Get payment productProductsClient.getPaymentProductNetworks(Integer paymentProductId, GetPaymentProductNetworksParams query, CallContext context) Resource /v2/{merchantId}/products/{paymentProductId}/networks - Get payment product networksProductsClientInterface.getPaymentProductNetworks(Integer paymentProductId, GetPaymentProductNetworksParams query, CallContext context) Resource /v2/{merchantId}/products/{paymentProductId}/networks - Get payment product networksProductsClient.getPaymentProducts(GetPaymentProductsParams query, CallContext context) Resource /v2/{merchantId}/products - Get payment productsProductsClientInterface.getPaymentProducts(GetPaymentProductsParams query, CallContext context) Resource /v2/{merchantId}/products - Get payment productsProductsClient.getProductDirectory(Integer paymentProductId, GetProductDirectoryParams query, CallContext context) Resource /v2/{merchantId}/products/{paymentProductId}/directory - Get payment product directoryProductsClientInterface.getProductDirectory(Integer paymentProductId, GetProductDirectoryParams query, CallContext context) Resource /v2/{merchantId}/products/{paymentProductId}/directory - Get payment product directory -
Uses of CallContext in com.onlinepayments.merchant.refunds
Methods in com.onlinepayments.merchant.refunds with parameters of type CallContextModifier and TypeMethodDescriptionRefundsClient.getRefunds(String paymentId, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/refunds - Get refunds of paymentRefundsClientInterface.getRefunds(String paymentId, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/refunds - Get refunds of payment -
Uses of CallContext in com.onlinepayments.merchant.services
Methods in com.onlinepayments.merchant.services with parameters of type CallContextModifier and TypeMethodDescriptionServicesClient.getDccRateInquiry(CurrencyConversionRequest body, CallContext context) Resource /v2/{merchantId}/services/dccrate - Get currency conversion quoteServicesClientInterface.getDccRateInquiry(CurrencyConversionRequest body, CallContext context) Resource /v2/{merchantId}/services/dccrate - Get currency conversion quoteServicesClient.getIINDetails(GetIINDetailsRequest body, CallContext context) Resource /v2/{merchantId}/services/getIINdetails - Get IIN detailsServicesClientInterface.getIINDetails(GetIINDetailsRequest body, CallContext context) Resource /v2/{merchantId}/services/getIINdetails - Get IIN detailsServicesClient.surchargeCalculation(CalculateSurchargeRequest body, CallContext context) Resource /v2/{merchantId}/services/surchargecalculation - Surcharge CalculationServicesClientInterface.surchargeCalculation(CalculateSurchargeRequest body, CallContext context) Resource /v2/{merchantId}/services/surchargecalculation - Surcharge CalculationServicesClient.testConnection(CallContext context) Resource /v2/{merchantId}/services/testconnection - Test connectionServicesClientInterface.testConnection(CallContext context) Resource /v2/{merchantId}/services/testconnection - Test connection -
Uses of CallContext in com.onlinepayments.merchant.sessions
Methods in com.onlinepayments.merchant.sessions with parameters of type CallContextModifier and TypeMethodDescriptionSessionsClient.createSession(SessionRequest body, CallContext context) Resource /v2/{merchantId}/sessions - Create sessionSessionsClientInterface.createSession(SessionRequest body, CallContext context) Resource /v2/{merchantId}/sessions - Create session -
Uses of CallContext in com.onlinepayments.merchant.tokens
Methods in com.onlinepayments.merchant.tokens with parameters of type CallContextModifier and TypeMethodDescriptionTokensClient.createToken(CreateTokenRequest body, CallContext context) Resource /v2/{merchantId}/tokens - Create tokenTokensClientInterface.createToken(CreateTokenRequest body, CallContext context) Resource /v2/{merchantId}/tokens - Create tokenvoidTokensClient.deleteToken(String tokenId, CallContext context) Resource /v2/{merchantId}/tokens/{tokenId} - Delete tokenvoidTokensClientInterface.deleteToken(String tokenId, CallContext context) Resource /v2/{merchantId}/tokens/{tokenId} - Delete tokenTokensClient.getToken(String tokenId, CallContext context) Resource /v2/{merchantId}/tokens/{tokenId} - Get tokenTokensClientInterface.getToken(String tokenId, CallContext context) Resource /v2/{merchantId}/tokens/{tokenId} - Get token -
Uses of CallContext in com.onlinepayments.merchant.webhooks
Methods in com.onlinepayments.merchant.webhooks with parameters of type CallContextModifier and TypeMethodDescriptionvoidWebhooksClient.sendTestWebhook(SendTestRequest body, CallContext context) Resource /v2/{merchantId}/webhooks/sendtest - Send testvoidWebhooksClientInterface.sendTestWebhook(SendTestRequest body, CallContext context) Resource /v2/{merchantId}/webhooks/sendtest - Send testWebhooksClient.validateWebhookCredentials(ValidateCredentialsRequest body, CallContext context) Resource /v2/{merchantId}/webhooks/validateCredentials - Validate credentialsWebhooksClientInterface.validateWebhookCredentials(ValidateCredentialsRequest body, CallContext context) Resource /v2/{merchantId}/webhooks/validateCredentials - Validate credentials