| Package | Description |
|---|---|
| com.onlinepayments.merchant.products |
| Modifier and Type | Method and Description |
|---|---|
GetPaymentProductParams |
GetPaymentProductParams.withAmount(Long value)
Whole amount in cents (not containing any decimals)
|
GetPaymentProductParams |
GetPaymentProductParams.withCountryCode(String value)
ISO 3166-1 alpha-2 country code of the transaction
|
GetPaymentProductParams |
GetPaymentProductParams.withCurrencyCode(String value)
Three-letter ISO currency code representing the currency for the amount
|
GetPaymentProductParams |
GetPaymentProductParams.withIsRecurring(Boolean value)
This allows you to filter payment products based on their support for recurring payments.
|
GetPaymentProductParams |
GetPaymentProductParams.withLocale(String value)
Locale used in the GUI towards the consumer.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentProduct |
ProductsClient.getPaymentProduct(Integer paymentProductId,
GetPaymentProductParams query)
Resource /v2/{merchantId}/products/{paymentProductId}
- Get payment product
|
PaymentProduct |
ProductsClientInterface.getPaymentProduct(Integer paymentProductId,
GetPaymentProductParams query)
Resource /v2/{merchantId}/products/{paymentProductId}
- Get payment product
|
PaymentProduct |
ProductsClient.getPaymentProduct(Integer paymentProductId,
GetPaymentProductParams query,
CallContext context)
Resource /v2/{merchantId}/products/{paymentProductId}
- Get payment product
|
PaymentProduct |
ProductsClientInterface.getPaymentProduct(Integer paymentProductId,
GetPaymentProductParams query,
CallContext context)
Resource /v2/{merchantId}/products/{paymentProductId}
- Get payment product
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.