CreateMandateRequest

externalReferenceId
string

Optional external reference ID for the mandate

originalTransactionId
required
string <uuid>

The ID of the original transaction that establishes customer consent

standingInstructionType
required
string (StandingInstructionType)

Type of merchant-initiated transaction this mandate authorizes

Enum: "INSTALLMENT" "RECURRING" "UNSCHEDULED"
{
  • "originalTransactionId": "b11ac1d7-0e90-4b3e-a083-e5c767d08597",
  • "standingInstructionType": "INSTALLMENT",
  • "externalReferenceId": "string"
}