Skip to main content
POST
Send a payment request

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY).

X-Paymint-MMK-Mode
string
header
required

Set to true to use MMK mode (uses a license configured on your deployment). Set the Paymint connection fields on the connection page in the Magic Meal Kits app.

Body

application/json
product_nm
string
required

Bill reason / product name.

message
string
required

Guidance message shown to the payer.

member_nm
string
required

Payer (member) name.

phone
string
required

Payer phone number.

price
number
required

Bill amount (max 10 digits).

expire_dt
string
required

Bill expiry date (YYYY-MM-DD).

bill_id
string

Optional bill ID.

callbackURL
string

Optional callback URL (defaults to the server's callback).

Response

Payment request created

The response is of type object.