curl --request POST \
--url https://api.scalev.com/v3/stores/{store_id}/public/orders/{secret_slug}/transfer-proof-upload \
--header 'Content-Type: application/json' \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>' \
--data '
{
"filename": "transfer-proof.png",
"content_type": "image/jpeg",
"content_length": 5242880
}
'{
"key": "<string>",
"filename": "<string>",
"content_type": "<string>",
"size_in_bytes": 123,
"file_url": "<string>",
"upload_url": "<string>"
}Public storefront endpoint for manual bank_transfer payment confirmation. Returns a direct-to-storage upload_url plus the public file_url. Upload the image with PUT upload_url, then set the order’s transferproof_url with PATCH /v3/stores/{store_id}/public/orders/{secret_slug}.
curl --request POST \
--url https://api.scalev.com/v3/stores/{store_id}/public/orders/{secret_slug}/transfer-proof-upload \
--header 'Content-Type: application/json' \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>' \
--data '
{
"filename": "transfer-proof.png",
"content_type": "image/jpeg",
"content_length": 5242880
}
'{
"key": "<string>",
"filename": "<string>",
"content_type": "<string>",
"size_in_bytes": 123,
"file_url": "<string>",
"upload_url": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.scalev.com/llms.txt
Use this file to discover all available pages before exploring further.
Publishable storefront public API key for the target store.
Transfer proof upload metadata
Apakah halaman ini membantu?