Support
Company
CUSTOMERS
Stay in Touch
Sign up to our newsletter to stay informed about PCI compliance news, and updates regarding new Orchestra’s features.
PAYMENTS LIBRARY
Flexible | Robust | Easy
Orchestra’s Payment Library offers a robust and easy-to-integrate JavaScript based library that can be embedded into any website or web application to support any payment method and option.
With the Orchestra Payment Library merchants can, on the one hand, choose which payment methods they would like to support – such as pay-by-card, Apple Pay, Google Pay and PayPal, and on the other hand, connect with over 80 payment gateways around the world to process the payment.
Reduce your integration work on payments from months to days and get access to all payment methods immediately.
// Install the library
npm i bluetime-ewallet
// Activate the library
const engine = new eWallet.Engine(eWalletToken, requiredAncillaryInfo, [language]);
// Detect the list of available payment options
const available = engine.checkAvailability();
// Start a payment process
engine.payBy(eWalletList, callback, buttonProperties);
// Parse the results
payment.parseResultToken();
// Generate the Payments Library session token
curl --location 'https://service.pcibooking.net/api/eWalletOperation' \
--header 'Authorization: APIKEY your_API_key' \
--header 'Content-Type: application/json' \
--data '{
"PaymentGatewayAccountId" : "StripePaymentIntent",
"AllowedeWalletAccountIds": [
"A-GP-002","A-PP-001","A-PBC-3DS","A-AP-010"
],
"mode" : "TEST",
"CurrencyCode": "USD",
"CountryCode": "US",
"Amount": "13.68",
"AllowedBrands": ["VISA","MASTERCARD"],
"operation" : "Charge"
}'
PAYMENT BUTTONS
We provide the pay buttons and you decide which to display and where they go – it is that simple!
Customize the look and feel of each button, specify their location on your payment page and start collecting payment through all of these options with one single integration.
That’s not all, with Orchestra you can choose whether you want to tokenize the payment means, charge it, or both. Also, enable two factor authentication as and when needed for enhanced security.
PAYMENT PROCESSORS
We connect you to over 80 global and regional payment processors through a single universal API integration. No more juggling multiple integrations or unnecessary headaches.
Our payment gateway connectivity is fully agnostic – use the same system for all languages, currencies and regions.
Plus, adding more PSP’s is done for free!
Sign up to our newsletter to stay informed about PCI compliance news, and updates regarding new Orchestra’s features.