FILTER BY TAG

Important: Update Payment Message Flow to Use HTTPS Communication

To support this transition, the SCMP API endpoints will be updated to accept HTTPS (port 443) data transmissions starting in January. Therefore, clients currently using the SCMP API will need to adopt one of the following approaches based on their integration:
  1. Update Java SCMP SDK
    : If you are currently using the SCMP API, you will need to update your systems to the Simple Order (SO) API.
  2. Migrate to SO APIs
    : For those looking to migrate, we will provide sample code to assist with converting request/response messages from SCMP to the Simple Order scheme.
To facilitate a smooth transition, please complete the following steps:
  • Update Communication Protocol
    (Applicable for Java SCMP SDK users): Change your communication protocol from HTTP (port 80) to HTTPS (port 443).
  • Enable SO API Authentication
    (Applicable for non-Java SCMP SDK users): Implement SO API authentication using P12 certificates.
  • Run Conversion Program
    (Applicable for non-Java SCMP SDK users): Enable the SCMP to SO conversion program within your payment system.