github pokepay/android-sdk 2.0.5
2.0.5 Release

latest releases: 2.0.14, XX.YY.ZZ, 2.0.13...
12 months ago

BankPay

Added CreateBankPay, GetBankPay, BankPayTopUp APIs

Usage:

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

GetBankPay
new GetBankPay(id: userId, privateMoneyId: privateMoneyId)

  • privateMoneyId is optional

BankPayTopUp
new BankPayTopUp(id: userId, accountId: accountId, bankId: bankId, amount: amount)

IdentifyIndividual (My Number ID)

Added IdentifyIndividual API

Usage:

IdentifyIndividual
new 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 android-sdk release

NewReleases is sending notifications on new releases.