Releases: craftgate/craftgate-java-client
Releases · craftgate/craftgate-java-client
v1.0.12
What's Changed
- add masterpassUserId field to init checkout payment request by @onurpolattimur in #60
- Add bankId to PaymentResponse by @tuncaserhat in #61
New Contributors
- @tuncaserhat made their first contribution in #61
Full Changelog: 1.0.11...1.0.12
v1.0.11
What's Changed
- adds card holder name and bank card holder name to payment responses by @AlicanAkkus in #59
Full Changelog: 1.0.10...1.0.11
v1.0.10
What's Changed
- add payment source to payment search by @lemiorhan in #55
- adds paymentChannel to payment request/response and search request by @MasterSlave in #56
- adds bankOrderId to paymentRequest by @MasterSlave in #58
- Add check masterpass user endpoint by @onurpolattimur in #57
New Contributors
- @lemiorhan made their first contribution in #55
Full Changelog: 1.0.9...1.0.10
v1.0.9
What's Changed
- update sample method names by @sotuzun in #53
- add masterpass related fields by @onurpolattimur in #54
Full Changelog: 1.0.8...1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
- adds enabledInstallments to init checkout payment #25
- adds settlement reporting api adapter #24
- adds allowOnlyCreditCard boolean flag to init checkout payment #26
- adds allowOnlyStoredCards to init checkout payment #27
- adds alwaysSaveCardAfterPayment option to InitCheckoutPaymentRequest #28
- adds externalId and additionalParams to payment request/response #29
- initialize settlement adapter and adds create instant wallet settlement #30
- distinct card brand with lowest commissions while installment search #31
- adds payout id to withdraw response. if withdraw has any payout, it will be not null #33
- adds retrieve payout details method #34
- payment reporting adapter implementation #32