Changelog
[1.10.0]
Support for authorization and capture APIs.
Added
- GET /api/v1/card-authorizationsendpoint
- POST /api/v1/card-authorizationsendpoint
- GET /api/v1/card-authorizations/{cardAuthorizationId}endpoint
- POST /api/v1/card-authorizations/{cardAuthorizationId}/cancelendpoint
- GET /api/v1/card-authorizations/{cardAuthorizationId}/chargesendpoint
- POST /api/v1/card-authorizations/{cardAuthorizationId}/chargesendpoint
[1.9.0]
Support Beam Bolt Paired mode
[1.8.1]
Support disabling phone number collection for payment links.
Updated
- POST /api/v1/payment-linksnow supports- collectPhoneNumberfield which allows merchants to disable phone number collection for payment links by setting the field to- false.
- GET /api/v1/payment-links/{paymentLinkId}now returns- collectPhoneNumberfield in the response.
[1.8.0]
Added
- POST /api/v1/chargesnow supports the following payment method types:- BANGKOK_BANK_APP
- KPLUS
- KRUNGSRI_APP
- SCB_EASY
 
[1.7.2]
Support for fee types in Payment Links.
Updated
- POST /api/v1/payment-linksnow supports- feeTypefield to specify the fee type for the payment link.
- GET /api/v1/payment-links/{paymentLinkId}now returns- feeTypefield in the response.
[1.7.1]
Support for delivery address for direct charge API.
Updated
- POST /api/v1/chargesnow supports- customerfield for delivery address.
- GET /api/v1/charges/{chargeId}and- GET /api/v1/chargesnow returns- customerfield with delivery address information.
[1.7.0]
Support Payment Links and Transactions.
Added
- POST /api/v1/payment-linksendpoint
- GET /api/v1/payment-links/{paymentLinkId}endpoint
- PATCH /api/v1/payment-links/{paymentLinkId}/disableendpoint
- GET /api/v1/transactionsendpoint
- GET /api/v1/transactions/{transactionId}endpoint
[1.6.2]
Updated
- GET /api/v1/chargesnow supports- source_inand- sourceIdfilters.
[1.6.1]
Updated
- POST /api/v1/chargesnow supports returns- CreateChargeResponse.encodedImage.rawDatafield for encoded image flows
[1.6.0]
Support for card tokenization.
Added
- POST /client/v1/card-tokensendpoint
Updated
- POST /api/v1/chargesnow supports handling card tokens for full payments and installments
[1.5.0]
Support for TrueMoney, LinePay and ShopeePay.
Updated
- POST /api/v1/chargesendpoint which supports TrueMoney, LinePay and ShopeePay
[1.4.0]
Support for Alipay and WeChat Pay.
Updated
- POST /api/v1/chargesendpoint which supports Alipay and WeChat Pay
[1.3.0]
Support for Refunds.
Added
- POST /api/v1/refundsendpoint
- GET /api/v1/refunds/{refundId}endpoint
Updated
- GET /api/v1/chargesendpoint now returns charges from all sources
- Charge object returns chargeSourcefield
[1.2.0]
Support for cards and card installments.
Updated
- POST /api/v1/chargesendpoint which supports card and card installment payments
- Documentation to be more descriptive about each field's intentions
[1.1.0]
Added
- GET /api/v1/chargesendpoint
Updated
- POST /api/v1/chargesendpoint to support custom QR PromptPay expiry time
[1.0.0]
Payments via Beam!
Added
- POST /api/v1/chargesendpoint which supports QR PromptPay
- GET /api/v1/charges/{chargeId}endpoint