PayFunc API
100 words 1 minutes
Your system can interact directly with PayFunc’s JSON-based web API.
Payments for Programmers
100 words 1 minutes
Your system can interact directly with PayFunc’s JSON-based web API.
1200 words 6 minutes
This details the general usage of the PayFunc Account
functionalities.
200 words 1 minutes
This details the general usage of the PayFunc API.
700 words 4 minutes
The order
endpoint is the primary endpoint used for creating and administrating orders.
200 words 1 minutes
The order payment endpoint can be used to set payment on an order. This will only be necessary when payment will be delayed, such as when mailing a checkout payment request to a customer for an already created order. Creating Card Token Payment Request POST https://api.payfunc.com/order/<order id>/payment Authentication: Bearer <public.api.key> { "number": "your order identifier", "items": 7.42, "currency": "EUR", "payment": { "type": "card", "card": "<card token>" } } Response - Successful order creation eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.
100 words 1 minutes
The me endpoint is used for logging in the user.