POST /payment-methods). A list of providers with minimum amounts and currencies is available publicly through GET /payment-methods/providers.
Supported providers
The table lists adapters this application version can create and safely confirm. Buyer-facing channels depend on the adapter, method configuration, and services enabled in the merchant’s provider agreement; do not infer them from the provider brand alone.
Choosing a provider
The publicGET /payment-methods/providers response is the source of truth for adapters configurable in this application version. It is not a price list or a promise that a particular merchant channel will be activated.
Configuring a method
Each provider requires its own set of keys in theconfig field. Example for imoje:
config keys for a given provider are returned by GET /payment-methods/providers/{provider}/config.
The example fees values are only a shop accounting configuration; they are not imoje pricing or a recommended rate.
Fees and channels
You can set a global method fee and per-channel overrides (channelFees). The fee is deducted from the gross amount during payment processing. See VAT and fees.