GetHostedUrlForNewPaymentInstructionInput
The input needed for getting the external URL for setting up a payment instruction.
Input fields
The account number.
The type of the new payment instruction.
The ledger number.
The URL to redirect the user to after the action was cancelled.
The URL to redirect the user to after the action resulted in an error.
The URL to redirect the user to after the action resulted in a failure.
The URL to redirect the user to after the action was completed successfuly.
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-CA41347F",
"instructionType": "BPAY",
"ledgerNumber": "window-education-act-interest-product",
"returnUrlCancel": "already-inside-example-probably-seem",
"returnUrlError": "adult-bed-bed-above-especially",
"returnUrlFailure": "evening-sit-player-system-shoulder",
"returnUrlSuccess": "home-sound-low-certain-challenge"
}