命令列組態
安裝Payment Services之後,您就可以從在首頁中或透過命令列介面(CLI)輕鬆設定它。
設定資料匯出
Payment Services結合從Magento Open Source和Adobe Commerce匯出的訂單資料與來自付款提供者的彙總付款資料,以建立有用的報表。 Payment Services擴充功能使用索引器來有效收集報告的所有必要資料。
若要瞭解Payment Services報表中使用的資料,請參閱訂單付款狀態報表。
在Magento Open Source上設定cron
若要在Magento Open Source上使用BY SCHEDULE
索引模式,您必須設定cron。 請參閱設定並執行cron。
設定索引子
使用兩種索引模式之一 — ON SAVE
(預設)或BY SCHEDULE
(建議),匯出訂單資料並保留在付款服務中。
下列索引適用於Payment Services:
sales_order_data_exporter
sales_order_status_data_exporter
store_data_exporter
若要變更所有三個索引器的索引模式,請執行:
bin/magento indexer:set-mode schedule sales_order_data_exporter sales_order_status_data_exporter store_data_exporter
若要深入瞭解如何手動變更索引器的模式,請參閱開發人員檔案中的設定索引器。 若要瞭解如何在Admin中進行變更,請參閱核心使用手冊中的索引管理。
手動重新索引資料
您可以手動重新索引資料,而不是等待資料自動發生。 如需詳細資訊,請參閱管理索引子中的重新索引。
設定BY SCHEDULE
模式時,系統會追蹤變更的實體,而cron作業會根據設定的排程更新這些實體的索引。 請參閱設定並執行cron中的命令列從命令列執行cron,瞭解如何使用cron工作手動觸發索引。
將重新索引的資料傳送至付款服務
資料編制索引後,會自動傳送給Payment Services。 您也可以使用此命令手動觸發傳送索引資料的程式:
bin/magento saas:resync --feed [feedName]
使用下列命令選項:
bin/magento saas:resync --feed [feedName]
bin/magento saas:resync --no-reindex
--feed
引數可讓您指定要傳送的摘要:
paymentServicesOrdersProduction
paymentServicesOrdersSandbox
paymentServicesOrderStatusesProduction
paymentServicesOrderStatusesSandbox
paymentServicesStoresProduction
paymentServicesStoresSandbox
如果已設定並安裝cron,則報告所需的所有資料會自動傳送到Payment Services。 您也可以手動觸發傳送cron資料至Payment Services的程式。
bin/magento cron:run --group payment_services_data_export
若要進一步瞭解重新索引和索引子,請參閱開發人員檔案中的管理索引子主題。
設定L2/L3處理
Payment Services可以處理信用卡付款交易的層級2與層級3資料,為商家提供其他資訊。
如果您想要使用L2/L3處理Payment Services的資料,或您有任何問題,請洽詢您的Payment Services帳戶管理員。
若要瞭解Payment Services中使用的L2與L3處理,請參閱Level 2與Level 3處理。