InstructionDetailsInput
Input type for instruction details that was created using the embedded process.
This means it was set up in the vendor system, and we only need to store a representation of the instruction in Kraken, but not make any calls to the vendor. This method of instruction creation must always be used for creating card instructions.
Input fields
The type of the payment instruction.
The datetime from which the instruction is vaild.
The name of the vendor the payment instruction was set up with.
The vendor's reference for this payment instruction.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"instructionType": "BPAY",
"validFrom": "1976-12-22T00:35:25.300218+00:00",
"vendorName": "GOCARDLESS",
"vendorReference": "paper-method-help-choose-interview"
}