New: your coding agent can read the release notes before it upgrades. Set up the MCP server →
Dart SDK for the Bayarcash payment gateway. A feature-parity, idiomatic port of the official PHP SDK, usable from Flutter apps and server-side Dart.
Last release 1 months ago
22 Jul 2026
Too new to tell
only 1 dated releases
Nearly every release is documented
notes for 1 of 1 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
1 releases · first in 2026
One column per month.
Initial release of the Bayarcash Dart SDK — a feature-parity, idiomatic port of the official PHP SDK. Pure Dart, usable from Flutter apps and server-s
Bayarcash client with named-parameter configuration (token, secretKey,
sandbox, apiVersion, timeout) and an injectable http.Client for
testing. Fluent useSandbox(), setApiVersion(), setTimeout(),
setToken() setters are also provided.createChecksumValue,
createPaymentIntentChecksumValue (plus the misspelled
createPaymentIntenChecksumValue alias),
createFpxDirectDebitEnrolmentChecksumValue, and
createFpxDirectDebitMaintenanceChecksumValue. Byte-compatible with the
gateway and the PHP SDK.application_type), and Direct Debit transaction — using constant-time
checksum comparison.createPaymentIntent, getTransaction, getPaymentIntent (v3),
cancelPaymentIntent (v3), getAllTransactions and the v3 transaction
queries (getTransactionByOrderNumber, getTransactionsByPayerEmail,
getTransactionsByStatus, getTransactionsByPaymentChannel,
getTransactionByReferenceNumber), getPortals, getChannels,
fpxBanksList, FPX Direct Debit enrol/maintain/terminate + getFpxDirectDebit
getFpxDirectDebitTransaction, and manual bank transfer create (multipart
file upload) + update-status.Fpx, FpxDirectDebit, Dobw) with status-text helpers,
and payer-id-type / frequency-mode constants.ValidationException (422),
NotFoundException (404), FailedActionException (400),
RateLimitException (429), and BayarcashApiException (other), all
subclassing BayarcashException.raw/operator[] access, and
toMap().Your coding agent can read these notes before it upgrades. Set up the MCP server →