Skip to main content

API Endpoint

GET /dispute-api/v1/{dispute_id}

Request Parameters

FieldSubfieldInput TypeRequiredLength LimitDescription / Rules
dispute_idstringYes1-50Dispute ID

Response Parameters

Level 1 FieldLevel 2 FieldLevel 3 FieldLevel 4 FieldTypeDescription
codestringAPI result code, 200
msgstringResult description, e.g. PARAM_ERROR
dataobjectNode
terminalstringReturned terminal number
currencystringReturned transaction currency
amountstringReturned transaction amount
methodsstringReturned payment method
payment_idstringReturned payment ID
merchantobjectNode
order_idstringReturned merchant order number
statusstringProcessing status:
  • pending (unprocessed)
  • close (processed)
  • noaction (no action required)
transaction_dataobjectNode
transaction_referrerstringReturned source URL
transaction_timestringReturned transaction time, converted timestamp, UTC+8 format: 2026-04-02T16:28:09+08:00
disputesobjectNode
disputes_idstringDispute ID
disputes_typestringDispute type:
  • dispute = dispute
  • disputes-period = appeal period
disputes_reasonstringReason:
  • goods_not_received: service not provided or goods not received
  • return: refund / return
  • incorrect_invoice: cancelled goods/service
  • already_paid:duplicate transaction
  • faulty-goods: goods not as described / damaged
  • pandemic_impact: pandemic impact
  • unauthorized_purchase: unauthorized transaction
disputes_referencestringReference number
disputes_amountstringDispute amount
disputes_currencystringDispute currency
disputes_timesstringNumber of disputes
disputes_period_fromstringAppeal period start time, converted timestamp, UTC+8 format: 2026-04-02T16:28:09+08:00
disputes_period_tostringAppeal period end time, converted timestamp, UTC+8 format: 2026-04-02T16:28:09+08:00
disputes_datestringDispute time, converted timestamp, UTC+8 format: 2026-04-02T16:28:09+08:00
disputes_commentstringDispute description
disputes_comments_historystringDispute comment history
disputes_reply_deadlinestringReply deadline, converted timestamp, UTC+8 format: 2026-04-02T16:28:09+08:00
disputes_appeal_statusstringAppeal status:
  • false: No appeal
  • true: Appeal in progress
disputes_statusstringClose status:
  • open: Klarna processing, Open
  • close: Klarna closed, Closed
dispute_evidenceArray
evidence_codestringAppeal evidence code
evidence_descriptionstringEnglish display name of appeal evidence
evidence_optionalstringWhether this evidence is required
evidence_examplestringExample text description for appeal evidence
evidence_submittedstringMerchant submitted text description
evidence_fileArrayMerchant uploaded file IDs
dispute_dataobject
"{key}":"{value}"stringFields requiring appeal submission. key is the field name, value is the saved value
billingobjectNode
firstnamestringConsumer first name
lastnamestringConsumer last name
emailstringConsumer email, may contain masked characters, used for PG refunds
phonestringConsumer phone number
countrystringConsumer billing country
statestringConsumer state/province
citystringConsumer city
addressstringConsumer detailed address
postal_codestringConsumer postal code
refundobjectNode
refund_amountstringRefund amount
refund_currencystringRefund currency
trackingobjectNode
tracking_numberstringLogistics tracking number
result_codestringReturned response code
result_messagestringReturned response message