Generate
Generates a new MPM dynamic QRIS transaction for the specified account. Payment amount must be within merchant configuration limits. Optional expiration time may be provided.
Authorizations
JWT issued by POST /api/v1.1/access-token/b2b. Send Authorization: Bearer <token>.
Merchant API key (Credential.api_key). Required on every request.
Path Parameters
Account identifier in ULID format.
Body
Payment amount for the dynamic QRIS. Minimum and maximum limits depend on merchant configuration.
10000
Optional expiration datetime. When provided, must be later than the current time.
"2024-05-13T00:00:00Z"
Optional merchant reference number for this QRIS transaction.
255"INV20240513001"
