This changelog covers updates to the Payabli embedded components.
Changes for October 6, 2025
New RDC payment method for EmbeddedMethod UI
We added the new RDC (Remote Deposit Capture) payment method to the EmbeddedMethod UI component.
You can enable the RDC payment method by adding the rdc
object to the EmbeddedMethod UI configuration.
See the EmbeddedMethod UI configuration reference for details on how to configure EmbeddedMethod UI with RDC.
Optional ExpressCheckout UI transaction details
We added an optional includeDetails
flag to the ExpressCheckout UI configuration.
When includeDetails
is set to true
, the response now includes a transactionDetails
object which contains:
- Complete transaction metadata: Parent organization, paypoint information, gateway transaction IDs, batch details
- Detailed payment data: Masked account information, account type, expiration, holder name, BIN data, and payment breakdown
- Transaction processing details: Response codes, AVS and CVV responses, authorization codes
- Customer information: Complete billing and shipping address details, customer status, and custom identifiers
This config allows you to retrieve transaction information without making a separate API call.
See the Pay In Transaction integration guide for a complete example of the transactionDetails
object structure and usage.