Overview of Sony Payment Services gateway integration
This document provides guidance on integrating with the Sony Payment Services gateway, including transaction date handling and current limitations.
Transaction date in the request to the gateway
As required by the Sony Payment Services gateway, Zuora includes the transaction date in the request passed to the gateway. The transaction date in the request might be inconsistent with the transaction processing date depending on the time zone of the tenant, because the
TransactionDate
field in the request is UTC+0 based.
For example, a payment was created on 2022/09/03 07:19:00 UTC+9. The creation date of this payment in Zuora is 2022/09/03 07:19:00 UTC+9. By converting it to UTC+0, the time is 2022/09/02 22:19:00 UTC+0. The
TransactionDate
field in the request sent to the gateway is
20220902
.
Limitations
Sony Payment Services currently has the following limitations:
-
Non-Referenced Refunds, or refunds that are not associated with an existing Payment transaction, are not supported by Sony Payment Services.
-
Token generation within Zuora is not supported for Sony Payment Services
-
Only the Japanese YEN currency is supported.
Related information
Set up and configure a Sony Payment Services gateway instance