Skip to main content

Payment links

Payment links let you collect payments without building your own checkout experience.

curl https://api.onvopay.com/v1/checkout/sessions/one-time-link \
-X POST \
-H "Authorization: Bearer $ONVO_SECRET_KEY" \
-H "Content-Type: application/json" \
-d '{
"amount": 250000,
"currency": "CRC",
"description": "Order #1001"
}'

Use payment links for assisted sales, manual collections, or flows where the buyer receives a direct URL.