BankPay
Added CreateBankPay, GetBankPay, BankPayTopUp APIs
Usage:
CreateBankPay
api.createBankPay(id: userId, callbackUrl: deeplink or "https://api-topic1.pokepay.jp/paytree/callback", privateMoneyId: privateMoneyId)
GetBankPay
api.getBankPay(id: userId, privateMoneyId: privateMoneyId)
- privateMoneyId is optional
BankPayTopUp
api.bankPayTopUp(id: userId, accountId: accountId, bankId: bankId, amount: amount)
IdentifyIndividual (My Number ID)
Added IdentifyIndividual API
Usage:
IdentifyIndividual
api.identifyIndividual(accountId: accountId, signature: signature, signingCert: signingCert, expectedHash: expectedHash, name: name, gender: gender, address: address, dateOfBirth: dateOfBirth)
- name, gender, address and dateOfBirth are optional