SparkPay OpenAPI Docs
English
  • English
  • 简体中文
English
  • English
  • 简体中文
  1. Quick Guide
  • Product Introduction
  • Quick Guide
    • Integration Preparation
    • Interface Signature Description
  • Must-Read for Integration
    • Interface Rules
    • Asynchronous Notification
    • Interface Error Codes
    • Network and Currency
  • Integration Scenarios
    • Payment
    • Close Order
  • API List
    • Payment Order Creation
      POST
    • Payment Order Query
      GET
    • Payment Order Closure
      POST
    • Payment Order Creation(Pro Edition)
      POST
    • Payment Order Query(Pro Edition)
      GET
  • Frequently Asked Questions
    • Notification Related Issues
    • Redirect Failure Issues
    • Interface Error Issues
    • Test Token Acquisition/Test Network Connection
  • Integration Example
    • Interface Signature Example - PHP
    • Interface Signature Example - Postman
  • Version Notes
    • Version Notes
  1. Quick Guide

Integration Preparation

Obtain Payment Platform Public Key#

Before integrating with SPARK, you need to log in to the Merchant Platform and navigate to the "Applications" page to view the AppID and the payment platform public key for your merchant application. The payment platform public key is used by the merchant application to verify the signatures of the data returned by the payment platform. Please save the public key content in the standard format as copied.
image.png

Upload Merchant RSA Public Key#

The SPARK OpenAPI interface requires the use of RSA public and private key encryption to ensure the security of interactions between the application and the SPARK platform.
For details on how to sign the interface, please refer to the Interface Signing Instructions.
Upon your first visit to the "Applications" page in the merchant backend, you can upload the RSA public key. If developers need to replace the RSA private key due to any reasons that led to its disclosure, they can upload a new RSA public key on this page to update it.
image.png
Modified at 2024-09-12 03:31:53
Previous
Product Introduction
Next
Interface Signature Description
Built with