Skip to main content
POST
/
api
/
v1
/
chargeback
/
file
/
upload
Chargeback file upload
curl --request POST \
  --url http://localhost:8080/api/v1/chargeback/file/upload \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <x-api-key>' \
  --data '
{
  "file": "<string>"
}
'
{
  "code": "<string>",
  "msg": "<string>",
  "data": {
    "fileId": "<string>"
  }
}

Headers

X-API-KEY
string
required

Query Parameters

merchantId
string
required

Body

application/json
file
file
required

Response

200 - */*

OK

response data

code
string
msg
string
data
object

Chargeback file upload response