One-Time Payments
Overview
In the Meantime
curl -X POST https://api.sandbox.flintn.com/v1/subscription-plans \
-H "X-Api-Key: pk_test_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"type": "ONE_TIME",
"name": "Product Purchase",
"currency": "USD",
"full_price_amount": 99.99,
"status": "ACTIVE"
}'Related Resources
Last updated