Guide
How to Sign a Purchase Order Online
Purchase orders formally authorise purchases at agreed terms and pricing.
Steps
- 1
Create purchase order with items and pricing
- 2
Send to supplier for acknowledgement
- 3
Supplier signs to confirm the order
- 4
Both parties receive signed PO
- 5
Clear record of ordered items and agreed prices
Try it with curl
curl
curl -X POST https://signb.ee/api/send \
-H "Content-Type: application/json" \
-d '{
"content": "# Your Document\n\nContent here...",
"senderName": "Your Name",
"senderEmail": "you@email.com",
"recipientName": "Recipient",
"recipientEmail": "recipient@email.com"
}'Legal validity
Electronic signatures are legally binding under the ESIGN Act (US), eIDAS Regulation (EU), and Electronic Communications Act (UK). Every Signbee document includes a SHA-256 tamper-proof certificate.
Related resources
Try Signbee — free, no credit card.