Support
Company
CUSTOMERS
Stay in Touch
Sign up to our newsletter to stay informed about PCI compliance news, and updates regarding new BlueTime features.
PAYMENT 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.
With the Orchestra Payment Library merchants are connected with over 80 payment gateways and the support of any payment option they would like such as pay by card, Apple Pay, Google Pay and PayPal.
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 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 payment processors through a single universal API integration. No more juggling multiple integrations or unnecessary headaches.
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 BlueTime features.