Orders
Request an upload URL for a settlement proof of payment
Returns a short-lived URL to upload the payment confirmation for an order whose settlement has requirements.proofOfPayment=true, plus the key to pass back when submitting the proof. PUT the document (PDF, JPG or PNG) to the URL, then call the submit endpoint.
POST
Request an upload URL for a settlement proof of payment
Authorizations
Enter Auth0 JWT token
Path Parameters
Order id
Body
application/json
Previous
Submit an uploaded proof of payment for a settlementAttaches the uploaded payment confirmation to the order settlement when requirements.proofOfPayment=true and starts funding confirmation. Once the transfer is confirmed the order moves to funds_received and an order.funds_received webhook is sent. Re-submitting after confirmation has started is a no-op.
Next
Request an upload URL for a settlement proof of payment