Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

POST /v1/public/checkout/{token}/payment-proof

POST/v1/public/checkout/{token}/payment-proof
Path parameters
tokenstringrequired
Request body
multipart/form-data
filestring<binary>required
Payment proof image or document
Responses
201Created
urlstringrequired
defaultError
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X POST "/v1/public/checkout/string/payment-proof" \
  -H "Content-Type: multipart/form-data" \
  -d '{
  "file": "<binary>"
}'
Response
{
  "url": "string"
}