This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0.
Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0.
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.5.
Paymnd is express microservice to implement external payment services.
Interact with Saferpay's HTTPS Interface with an object-oriented API wrapper built with HTTParty.
This Gem helps you consume the SIX Saferpay API. Accoring the documentation of API of SIX Saferpay you can define your request models and get a response object back.
The SCAI interface is used when the merchant wishes to keep the acquirer on her/his own website for the whole duration of the transaction (client payment details transits through *both* the merchant site and the saferpay database ) whereas VT implies a redirect to the saferpay site. == FEATURES/PROBLEMS: * supports both common credit cards and direct debit cards ("Lastschrift") * support for VT style payments is incomplete == SYNOPSIS: Init (info from saferpay test account; they're the same for all test accounts): @pan = "9451123100000004" # Saferpay test PAN @accountid = "99867-94913159" # Saferpay test ACCOUNTID @exp = "1107" # This will change for other test accounts I guess... Might just be three months ahead of Time.now @sfp = Saferpay.new( @accountid, @pan, @exp ) Reserve: <tt>@sfp.reserve(30000, "USD")</tt> Amounts are divided by 100. We're talking cents here, not dollars... Capture last transaction: <tt>@sfp.capture</tt> Capture with a transacaton ID "4hj34hj4hh34h4j3hj4h334": <tt>@sfp.capture("4hj34hj4hh34h4j3hj4h334")</tt> == REQUIREMENTS:
Saferpay JSON application programming interface with a ruby API wrapper built with Net::HTTP Saferpay API is designed to have predictable, resource-oriented URLs and to use HTTP response codes to indicate API errors. Saferpay use built-in HTTP features, like HTTP authentication and HTTP verbs, which can be understood by off-the-shelf HTTP clients. JSON will be returned in all responses from the API, including errors.
Adds Saferpay Payment Page and Transaction payment methods to your Solidus application
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.