Guide
How to Sign an International Contract
Electronic signatures are recognised internationally, enabling cross-border contract signing.
Steps
- 1
Confirm e-signature legality in both jurisdictions
- 2
Specify governing law in the contract
- 3
Send for signature via API — works globally
- 4
Both parties sign electronically regardless of location
- 5
SHA-256 certificate provides international audit trail
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.