Skip to main content
string
The Spring bean identifier containing the service being called.stripeServiceMock
string
default:"PROTOTYPE"
Bean scope. Use PROTOTYPE for service calls.
string
The public service method name shown in the signature below.
object[]
The method argument array. Each argument is passed as an object with index 0, 1, and so on; the value must match the Java parameter type.

Headers

Send Lang-Context and Site-Context with every request. For protected methods, send the JWT in the Authorization header as Bearer <token>. Access: ADMIN. Bearer Token: required.
  • GUEST — unauthenticated users; only whitelist services are available.
  • USER — authentication is required; methods with USER checks are available.
  • ADMIN — full access to public methods of all services.
  • If a method checks a role internally, GUEST may receive null.

Methods

boolean

isStripeKeysDefined

String

getCurrency

String

cancelIntent

String

refundIntent

String

createIntent

Map<String,Object>

retrieveIntent

boolean

changePaymentMethod

PaymentStatus

chargeIntent

String

chargeSepa

String

chargeCreditCard

void

chargeTariffSepa

void

chargeTariffCreditCard

Map<String, String>

getAmountByTariff

Map<String,Object>

createInvoice

List<Invoice>

getInvoices

List<Product>

getProducts

Map<String, Object>

createPaymentMethod

String

createCustomer

void

deleteCustomer

void

removePaymentMethod

List<PaymentMethod>

getPaymentMethods

Map<String, Object>

getPaymentMethod

Map<String, Object>

getSubscription

Map<String, Object>

calculateTaxRate

Map<String, TaxRate>

obtainAllTaxRates

String

cancelSubscriptionAfterActivePeriod

String

cancelSubscriptionImmediately

Map<String, Object>

getContractEndDate

Map<String, Object>

getContractEndDateFromTimestamp

boolean

isTariffEquals