Beam logo

Changelog

[1.5.0]

Support for TrueMoney, LinePay and ShopeePay.

Updated

  • POST /api/v1/charges endpoint which supports TrueMoney, LinePay and ShopeePay

[1.4.0]

Support for Alipay and WeChat Pay.

Updated

  • POST /api/v1/charges endpoint which supports Alipay and WeChat Pay

[1.3.0]

Support for Refunds.

Added

  • POST /api/v1/refunds endpoint
  • GET /api/v1/refunds/{refundId} endpoint

Updated

  • GET /api/v1/charges endpoint now returns charges from all sources
  • Charge object returns chargeSource field

[1.2.0]

Support for cards and card installments.

Updated

  • POST /api/v1/charges endpoint which supports card and card installment payments
  • Documentation to be more descriptive about each field's intentions

[1.1.0]

Added

  • GET /api/v1/charges endpoint

Updated

  • POST /api/v1/charges endpoint to support custom QR PromptPay expiry time

[1.0.0]

Payments via Beam!

Added

  • POST /api/v1/charges endpoint which supports QR PromptPay
  • GET /api/v1/charges/{chargeId} endpoint