Updated
Merchant dashboard V2
Paybyrd is releasing a new version of the merchant dashboard on August 27, 2026, available athttps://backoffice.paybyrd.com. No action required — just log in with your existing credentials as usual. The previous version remains accessible at https://legacy.paybyrd.com for a limited period.The new version adds a Business Intelligence section with payment and revenue analytics, an Activity Log for auditing user actions across the organization, a Terminal Management view, and passwordless login via email link.Added
Product images in Checkout
EachshoppingCart item now accepts an optional imageUrl field. Paybyrd Checkout renders the image alongside the item details.The URL must use HTTPS and end in .png, .jpg, .jpeg, .webp, or .svg. Requests with an invalid protocol or unsupported file type return a 400 Bad Request error.See the Create Order API reference and the Checkout guide for details.Added
Rate limiting
The Paybyrd API now applies rate limits to the Payment and Orders endpoints, tracked per client IP over a rolling 5-minute window. Requests that exceed the limit receive a429 Too Many Requests response.See the Rate limiting section of the API intro for the specific thresholds.Updated
FinanceHub: Settlements API
Paybyrd’s settlement reporting is now served through FinanceHub. UseGET /api/v1/SettlementFiles via the https://financehub.paybyrd.com server URL to retrieve a list of settlement CSV files for a given date range. Filter by createdFrom and createdTo. Scope results to a specific merchant or store with merchantId and storeId.Download URLs in the response are valid for 7 days from the time of the request. Error responses now use the problemDetails format.Two legacy endpoints using the settlements.paybyrd.com server URL are now deprecated:- Settlement files —
GET /api/v1/SettlementFiles. See Settlement files (legacy). - Refunds before clearing —
GET /api/v1/authorization-files. See Refunds before clearing files (legacy).
Added
Multicaixa Express: QR code and deeplink response fields
Multicaixa Express payments now return amulticaixaExpress object in the payment response, containing QR code and deeplink data to support the full checkout experience across desktop and mobile.When brand is MULTICAIXAEXPRESS, the response includes:qrCodeUrl to display a QR code for the buyer to scan. On mobile, tapping Pay uses deeplinkRedirect to open the Multicaixa Express app directly.See the Multicaixa Express guide for full details.Added
New field: softDescriptor for card payments
Card payments now support a softDescriptor field, which controls the text that appears on the cardholder’s bank statement for that transaction.- Maximum length: 22 characters
- Requests exceeding this limit return a
400 Bad Requesterror

