Skip to main content

Transaction List Copy

Query Parameters
    offset number

    分页偏移值

    Example: 0
    limit number

    分页大小

    Example: 10
    card string

    card id

Header Parameters
    Nonce string required

    random 16 bytes alphanumerics

    Credential string required

    Please follow the OpenAPI authentication section

    Example: d900da8b-6e16-4a85-8a66-05d29ac53f24/20240501120123/Wonder-RSA-SHA256
    Signature string required

    Please follow the OpenAPI authentication section

    Example: lM42cgyuLS98Dieydc8K2OD3KwYkOXibpV9pFvr/R0i/830M/FPKUKbav2UBBN3M3EdPk/PpvKQlvBNT+NbEg20CKuiDTZWDc3r7KiA1pdZsui/57XCVhC2s01W8jEM+G5lS362+p8+E0K6UKQDrJMyVpbDT31XSkSJIxae+uDi2nJr4DnIkemeU2LlNDRPPGe9NeX7z3B3N3LwIiQgKMyauPqAjro0UrZykQM9pv4UySRSU2cT8EcjQmyKxbzyuR2A47PyeodJvotlIthdfCHIxG52D06tpRJlRVbUdvxSg14bFiPbr3FwCvruZlbR15gOanJCqE4wp4fC8qEXXsg==
    Content-type string required
    Example: application/json
    x-request-id string
    Example: d900da8b-6e16-4a85-8a66-05d29ac53f24
    x-i18n-lang string

    from zh-HK, zh-CN, or en

Responses

Response Headers

    Schema
      data object required
      transactions object[] required
    • Array [
    • id string required
      p_business_id string required
      card string required
      status string required

      Authorized | Declined | Settled

      type string required

      Sales | Refund | Withdrawal

      transaction_currency string required

      货币:如HKD

      transaction_amount string required

      交易金额

      local_currency string required
      local_amount string required

      扣款金额

      final_local_amount string required

      实际扣款

      calculated_fee string required

      费(金额)

      merchant_id string required
      merchant_country string required
      merchant_city string required
      merchant_name string required
      p_created_at string required
    • ]
    • code error code required
      message error message required
    Loading...