PaymentFlow

fun PaymentFlow(paymentInstruction: PaymentInstruction, gateway: Party, uniquePaymentId: UUID = UUID.randomUUID(), paymentProviderId: UUID? = null)

Parameters

paymentInstruction

Instruction for the payment, you want to execute

gateway

Identification of the Gevamu Gateway Corda node to process payment

uniquePaymentId

Identification of the new payment; generated with UUID.randomUUID by default