Skip to main content

MitAuthorizationRequest

subscriptionIduuidrequired

The ID of the subscription to charge

amountintegerrequired

The transaction amount in minor units. 10000 equal 100.00 DKK

currencystringnullable

The currency of the transaction. If set to null, then the same currency as the subscription was created for will be used.

referencestring

The merchant reference for the payment. This is typically used for the order id.

instantCapturestring

The instant capture mode.

Possible values: [OFF, VOID, NO_VOID]

textOnStatementstring

The text to show on the cardholder bank statement

notificationUrlurirequired

The URL to receive the webhook with the transaction result

attributes object

A list of pass-through parameters that will be sent back on the notification URL

property name*string
MitAuthorizationRequest
{
"subscriptionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"amount": 0,
"currency": "string",
"reference": "string",
"instantCapture": "OFF",
"textOnStatement": "string",
"notificationUrl": "string",
"attributes": {}
}