StorePaymentInstructionInput
The input for storing a new payment instruction created through the embedded process.
Input fields
The account number.
The type of the new payment instruction.
The ID of the ledger to which the instructions will be linked.
Deprecation
The 'ledgerId' field is deprecated.Please use 'ledgerNumber' instead. This is in the form of 'L-123456789A'
- Marked as deprecated on 2024-10-22.
- Scheduled for removal on or after 2025-06-25.
WARNING: Will be mandatory in future versions
The number of the ledger to which the instructions will be linked.
Set newly created payment instruction as the active payment preference.
The datetime from which the instruction is vaild. If not specified, defaults to the current datetime.
The vendor's reference for this payment method.
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
{
"accountNumber": "A-C72D6E0C",
"instructionType": "BPAY",
"ledgerNumber": "government-travel-process-participant-role",
"useForAutomatedPayments": true,
"validFrom": "1991-09-17T12:51:50.780877+00:00",
"vendorReference": "tax-west-voice-mention-can"
}