Create Temporary Payment Link
POST/api/v1/temp-links
Creates a new temporary payment link with specified amount, currency, and payment methods. The link expires after the specified duration.
Request
Responses
- 201
- 400
- 401
- 404
- 409
- 422
- 429
- 500
Temporary payment link created successfully
Response Headers
X-RateLimit-Limit
Rate limit per minute
X-RateLimit-Remaining
Remaining requests in current window
X-RateLimit-Reset
Timestamp when rate limit resets
Invalid request data
Invalid or missing API key
Payment link template not found
Idempotency key conflict
Form data validation failed
Rate limit exceeded
Response Headers
Retry-After
Seconds until rate limit resets
Internal server error