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