Skip to main content

1. Brief Description:

  • Query merchant available payment configuration information based on application ID, including payment methods, fee rates, settlement periods, and other configurations
URL: /common/payment/config HTTP Method: POST Content-Type: application/json
  1. The request requires signature verification and the signature algorithm should be consistent with other interfaces.
  2. tranType and tranCode are optional parameters used to filter specific types of payment configurations.
  3. If the application has not configured the payment product, the returned configs list will be empty.
  4. The response data will also be signed. The signature is the same as other methods, but note that the returned data of this interface has multiple levels of nesting.
  5. If the input currency is “Cashier”, it will return all the available app payment configuration information for this user.

2. Request Parameters:

3. Response Data:

PaymentConfig Object: PayMethod Object: Limit Object: FeeRate Object: FeeDegree Object: Settlement Object:

4. Request and Response Examples

Response Example:
Error Response Example:

5. Return parameter details description

tranType (Payment Type)

transaction (Transaction Type)

feeType (Fee Collection Method)

feeMode (Fee Collection Type)

stlMode (Settlement Method)

Refund Support

Refund functionality is only supported for the following payment method combinations:
Last modified on July 13, 2026