github pokepay/ios-sdk 2.0.5
2.0.5 Release

latest releases: 2.0.16, 2.0.15, 2.0.13...
12 months ago

BankPay

Added CreateBankPay, GetBankPay, BankPayTopUp APIs

Usage:

CreateBankPay
BankAPI.User.CreateBankPay(id: userId, callbackUrl: deeplink or "https://api-topic1.pokepay.jp/paytree/callback", privateMoneyId: privateMoneyId)

GetBankPay
BankAPI.User.GetBankPay(id: userId, privateMoneyId: privateMoneyId)

  • privateMoneyId is optional

BankPayTopUp
BankAPI.User.BankPayTopUp(id: userId, accountId: accountId, bankId: bankId, amount: amount)

IdentifyIndividual (My Number ID)

Added IdentifyIndividual API

Usage:

IdentifyIndividual
BankAPI.Account.IdentifyIndividual(accountId: accountId, signature: signature, signingCert: signingCert, expectedHash: expectedHash, name: name, gender: gender, address: address, dateOfBirth: dateOfBirth)

  • name, gender, address and dateOfBirth are optional

Don't miss a new ios-sdk release

NewReleases is sending notifications on new releases.