Paidy is a fast and secure way to check out online. It allows your consumers to easily make purchases using only an email address and phone number.
Paidy IOS and Android SDK are available but those were deprecated from last few years. If we have to use Paidy on mobile side then we have to use their javascript SDK.
Using this SDK you will get a payment token that you have to pass in the backend. In the backend side, you can do payment using paidy payment API. In the demo, we have generated token that will be use for future payment as well. means no need to generate each and every time.
https://paidy.com/docs/en/payments.html
var config = {
// Put your sandbox enviorment key
"api_key": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
var accountType : PaidyPaymentType = .sandbox
var config = {
// Put your Live enviorment key
"api_key": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
var accountType : PaidyPaymentType = .live
Email = "[email protected]"
Phone = "08000000001"
Verification code = 8888