Create a shareable URL that collects a one-time payment.
curl -X POST "https://api.aevion.app/v1/v1/links" \
-H "Authorization: Bearer YOUR_AEVION_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "amount": 9900, "currency": "USD", "title": "AEVION Pro Monthly", "description": "1 month of Pro tier", "settlement": "bank", "expires_in_days": 7 }'Response · sample
{
"id": "pl_q9w2k47abc",
"url": "https://aevion.app/pay/pl_q9w2k47abc",
"status": "active",
"created": 1730073600
}