v2
latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MBStorefront
Create a transfer proof upload URL
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}.
post/v3/stores/{store_id}/public/orders/{secret_slug}/transfer-proof-upload
Request body
Example request
{
"filename": "transfer-proof.png"
}Response
Transfer proof upload metadata