Skip to main content

Overview

API NameRequest DirectionAPI EndpointDescription
List All DisputesMerchant → Oceanpayment/dispute-api/v1/dispute/listMerchant queries the dispute data list
Query Dispute DetailsMerchant → Oceanpayment/dispute-api/v1/dispute/{dispute_id}Retrieve complete information for a single dispute
Dispute AppealMerchant → Oceanpayment/dispute-api/v1/dispute/{dispute_id}/updateSubmit or update appeal content
List All FilesMerchant → Oceanpayment/files-api/v1/file/listQuery uploaded attachment list
File UploadMerchant → Oceanpayment/files-api/v1/file/uploadUpload dispute attachments
Query File DetailsMerchant → Oceanpayment/files-api/v1/file/{file_id}View specified attachment information

Notes

  1. Token Validity:
  • The Access Token has an expiration period and must be used within its validity period. After expiration, use refresh_token to refresh it.
  1. File Upload Limit:
  • Up to 5 file IDs can be uploaded in the evidence_file array for a single request.
  1. Time Format:
  • All timestamps use the UTC+8 timezone with the format: 2026-04-02T16:28:09+08:00
  1. Required dispute_evidence Validation:
  • Based on evidence_optional=false, merchants must provide the corresponding description or attachment for the evidence item.
  1. dispute_data Field:
  • Only the fields returned in requested_fields from the dispute details response need to be submitted. Fields marked as “processed internally by the system” do not need to be submitted.
  1. X-Auth-Nonce:
  • A random string used for callback signature verification, provided by Oceanpayment to the merchant.