Added a complete CYBS gateway integration example to the Runner.js guide:
cardNumberFieldSelector and cvvFieldSelector to target custom card/CVV iframe containers<select> elements rather than Runner.js-rendered fieldsname, address2, region, country, phone, email.New reference guide added for understanding processor responses:
respproc, respcode, respstat, and resptext fields returned on charge responsesNew optional fields added to the HPP create endpoint:
min_amount: Minimum transaction amount. Only valid when lock_amount is false.max_amount: Maximum transaction amount. Only valid when lock_amount is false.New boarding webhook event added:
merchant.deleted: Triggered when a merchant record is deleted from a Partner. Includes merchant details such as merchant_id, dba_name, deleted_by, and timestamp. See the Boarding Webhooks guide for the full payload reference.