1.1.1 • Published 3 years ago

pay-redoya v1.1.1

Weekly downloads
-
License
GNU GPLv3
Repository
github
Last release
3 years ago

pay-redoya

A module that mode for Redoya.NET Pay API

Installation

npm i pay-redoya

API

RedoyaPay.createOrderURL(price, isInTestMode, successfulURL, failURL, vendorToken, secret, expiresIn)

Creates and returns a URL to redirect the customer to the link for making a payment.

await RedoyaPay.verifyOrder(orderId, vendorToken)

Returns an object with the order result. Click to see the API docs for more information. (Look at API > POST /api/v1/order/verify/:orderId section.)

Example

Check example folder.