Skip to main content
GET
/
autoChargeSubscriptionPendingPaymentBrand
Auto-charge pending subscription payments (cron)
curl --request GET \
  --url http://localhost/mogl/mogl-backend/api/autoChargeSubscriptionPendingPaymentBrand \
  --header 'X-API-KEY: <api-key>'
{
  "status": "success",
  "message": "Pending charges processed successfully."
}

Documentation Index

Fetch the complete documentation index at: https://developer.mogl.online/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Server-to-Server API Key for internal/lambda/cron calls

Response

200 - application/json

Pending charges processed

status
string
Example:

"success"

message
string
Example:

"Pending charges processed successfully."