API Reference

This API endpoint represents the first type of integration with MADFU. It allows merchants to create a new order and generate a QR code for seamless online payments via the MADFU app. Upon receiving a request, the API creates a new order with the provided details and generates a unique QR code associated with the order. Customers can then scan this QR code using the MADFU app on their mobile devices to initiate the payment process directly from their preferred payment method. The generated QR code contains essential information about the order, including the total invoice amount, ensuring accurate payment processing.

Log in to see full request history
Query Params
string

The merchant name that will appear during the payment process and will be included in the generated QR code.

number

Please input your VAT registration number. You can locate it within the login response body under the following path: responseBody.merchantData.vatRegistration.

double
required

Specifies the total amount of the invoice for the order. This parameter represents the total monetary value that the customer is expected to pay for the order.

Headers
string
required

JWT Token that generated from /merchants/token/sign-in API without 'Bearer ' keyword.

string
required

Your API Key. This key is required for authentication and authorization purposes.

string
required

Your App Code. This code identifies your application to the server.

string
required

Platform TypeId. This ID indicates the type of platform you are using.

string
required

Authorization. This token grants access to protected resources.

Responses

Language
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json