Noodlio Pay - Smooth Payments with Stripe
An easy, straightforward solution for accepting payments on your website, in your app, or elsewhere on the web. Thanks to the REST setup, your application can immediately start making requests to the API, which validates the Credit Card details and charges your clients for their purchases. All funds will immediately be transferred to your account. Essentially, this API replaces your server-side,…
Noodlio Pay - Smooth Payments with Stripe endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/tokens/create /tokens/create |
Validates the credit card input of your user. Upon succes, returns a single use token to charge your client. This token is used as the parameter 'source' in the routes starting… |
| POST |
/charge/token /charge/token |
Charges the client with the specified amount. The amount is transferred to the seller's stripe_account. Requires a token (source) generated from the route tokens/create. |
Noodlio Pay - Smooth Payments with Stripe pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|