AxonPayments acts as a central hub to access and manage instances of different payment providers with caching support.
Currently supports Plisio and is extendable to others like Stripe.
0.1.0
Shortcut to get a cached or new instance of the Plisio SDK.
Your Plisio API key
The environment mode ("whitelabel" or "default")
A PlisioClient instance
const plisio = payments.getPlisio("your-key", "default"); Copy
const plisio = payments.getPlisio("your-key", "default");
AxonPayments acts as a central hub to access and manage instances of different payment providers with caching support.
Currently supports Plisio and is extendable to others like Stripe.
Version
0.1.0
Since
0.1.0