Create a payment intent
Payment Intents
Create a payment intent
Creates a new payment intent for a customer to purchase a plan. Requires an idempotency key to prevent duplicate charges. Returns client secret and publishable key needed for frontend integration.
POST
Create a payment intent
Documentation Index
Fetch the complete documentation index at: https://docs.solvapay.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Unique idempotency key to prevent duplicate payments (required)
Body
application/json
Payment intent creation data
Minimum string length:
1Required range:
100 < x < 10000000Maximum string length:
500Minimum string length:
1Minimum string length:
1Available options:
product, credit_topup, usage_billing Response
Payment intent created successfully
List payment intents for the provider
Previous
Process payment intent after client-side confirmation
Next