Skip to content

Releases: pokepay/ios-sdk

2.0.17 Release

17 Oct 04:37
6de791b
Compare
Choose a tag to compare

CreditCardTopup

Added requestId to TopupWithCreditCardMdkToken and TopupWithCreditCardMembership API's

Usage:

TopupWithCreditCardMdkToken
BankAPI.CreditCard.TopupWithCreditCardMdkToken(userId: userId, token: token, accountId: accountId, amount: amount, requestId: requestId, organizationCode: organizationCode, isCardholderNameSpecified: isCardholderNameSpecified)

TopupWithCreditCardMembership
BankAPI.CreditCard.TopupWithCreditCardMembership(userId: userId, cardRegisteredAt: cardRegisteredAt, accountId: accountId, amount: amount, requestId: requestId, deleteCardIfAuthFail: deleteCardIfAuthFail, organizationCode: organizationCode)

What's Changed

Full Changelog: 2.0.16...2.0.17

2.0.16 Release

17 Oct 04:31
386af9d
Compare
Choose a tag to compare

Veritrans

Added cardholderName to GetVeritransToken API

Usage:

GetVeritransToken
VeritransAPI.Token.GetVeritransToken(cardNumber: cardNumber, cardExpiryDate: cardExpiryDate, securityCode: securityCode, tokenApiKey: tokenApiKey, cardholderName: cardholderName)

2.0.15 Release

30 Jul 06:17
c87fe56
Compare
Choose a tag to compare

Veritrans

Added GetVeritransToken API

Usage:

GetVeritransToken
VeritransAPI.Token.GetVeritransToken(cardNumber: cardNumber, cardExpiryDate: cardExpiryDate, securityCode: securityCode, tokenApiKey: tokenApiKey)

Use Veritrans Client for getting the token
let veritransClient = Pokepay.VeritransClient()
veritransClient.send(getVeritransToken)

CreditCard

Added CreateCreditCard, DeleteCreditCard, GetCreditCards, TopupWithCreditCardMdkToken, TopupWithCreditCardMembership APIs

Usage:

CreateCreditCard
BankAPI.CreditCard.CreateCreditCard(token: token, isCardholderNameSpecified: boolean, organizationCode: organizationCode, userId: userId)

DeleteCreditCard
BankAPI.CreditCard.DeleteCreditCard(cardRegisteredAt: cardRegisteredAt, organizationCode: organizationCode, userId: userId)

GetCreditCards
BankAPI.CreditCard.GetCreditCards(userId: userId, before: before, after: after, perPage: perPage, organizationCode: organizationCode)

TopupWithCreditCardMdkToken
BankAPI.CreditCard.TopupWithCreditCardMdkToken(userId: userId, token: token, accountId: accountId, amount: amount, organizationCode: organizationCode, isCardholderNameSpecified: boolean)

TopupWithCreditCardMdkToken
BankAPI.CreditCard.TopupWithCreditCardMdkToken(userId: userId, cardRegisteredAt: cardRegisteredAt, accountId: accountId, amount: amount, deleteCardIfAuthFail: boolean, organizationCode: organizationCode)

2.0.13 Release

26 Dec 09:56
df67ba5
Compare
Choose a tag to compare

Fix request proxy to handle body parameters for DELETE requests. (DeleteBankPay)

2.0.12 Release

20 Dec 01:31
9408080
Compare
Choose a tag to compare

BankPay

Added optional requestId to BankPayTopUp API

Usage:

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

2.0.11 Release

05 Dec 01:58
1702419
Compare
Choose a tag to compare

BankPay

Added DeleteBankPay API

Usage:

DeleteBankPay
BankAPI.User.DeleteBankPay(id: userId, bankId: bankId)

2.0.10 Release

13 Oct 01:12
ab4817b
Compare
Choose a tag to compare

CreateBankPay

Fix kana not sending properly in params

2.0.9 Release

06 Oct 02:17
6f93ef0
Compare
Choose a tag to compare

CreateBankPay

Added kana to request params and paytreeCustomerNumber to response from API

  • kana is an optional param

2.0.8 Release

04 Oct 02:39
7369df3
Compare
Choose a tag to compare

AccountCampaignPointAmounts

Added GetAccountCampaignPointAmounts API

Usage:

GetAccountCampaignPointAmounts
BankAPI.Account.GetAccountCampaignPointAmounts(accountId: accountId, campaignId: campaignId)


PrivateMoney

Added can_use_c2c_transfer to GetPrivateMoney and SearchPrivateMoney API responses

2.0.7 Release

29 Sep 01:45
a554bc6
Compare
Choose a tag to compare

BankPay

Fix response type of depositType in getBankPay API to String