TriggerStandalonePaymentRequestInput
Input fields
Additional data to be included in the standalone payment request.
AdHoc recipient detail to send standalone payment request to.
Optional override for the bill due date on the billing document linked to the requested payment.
Optional expiration date for the payment slip. If omitted, the request method's default expiration date is used.
Unique identifier for triggering standalone payment request.
Kraken Account User number to send standalone payment request to.
Requested payment unique identifier.
Code for standalone payment request method to use.
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
{
"additionalData": {"key": "value"},
"adhocRecipient": AdHocRecipientInput,
"billingDueDateOverride": "2020-06-26",
"expirationDate": "2018-05-13",
"idempotencyKey": "voice-light-on-ask-tend",
"recipientAccountUserNumber": "U-E6C683DF",
"requestedPaymentIdentifier": "fe3a0f38-178c-4396-a573-e4bf90c05631",
"requestMethodCode": "hundred-memory-occur-feeling-environmental"
}