Skip to main content
POST
/
paymint
/
autopay
/
request
Charge via AutoPay
curl --request POST \
  --url https://{deployment}/api/v1/paymint/autopay/request \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-Paymint-MMK-Mode: <api-key>' \
  --data '{}'
{}

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

The body is of type object.

Response

Charged

The response is of type object.