Built for products that do not fit a plan
How NachoPay works
Buyers find your product in the NachoNacho marketplace and check out in a few clicks. Nothing is charged at that point — we simply store a payment method and create the subscription on our side.
We send the buyer to your signup page with a single-use token. You exchange it server-side for a NachoNacho subscription ID and store it against your own customer record. That is the whole integration.
End of the month, a metered threshold, a finished project — whenever you decide to bill, one API call charges the buyer. No plans to keep in sync, no proration to reason about, no webhooks to babysit.
curl -X POST https://public-api.nachonacho.com/payments \
-H "Authorization: Bearer $JWT" \
-H "Content-Type: application/json" \
-d '{
"subscriptionId": "cmmcoxge20001cnsppobu1anr",
"amount": 100,
"description": "Usage for July"
}'NachoNacho charges the buyer, applies their discount, handles the payment details, and pays you your share. Every charge and refund shows up in your seller dashboard and in theirs.
Everything is documented in the NachoNacho Public API. Prefer not to write any code? You can also charge and refund a buyer straight from your seller dashboard.
Four ways to get paid
Every product on NachoNacho uses one redemption mechanism. Pick the one that matches how you sell — you can always change it with us later.