Skip to main content

Input fields

additionalData : JSONString

Additional data to be included in the standalone payment request.

adhocRecipient : AdHocRecipientInput

AdHoc recipient detail to send standalone payment request to.

idempotencyKey : String! required

Unique identifier for triggering standalone payment request.

recipientAccountUserNumber : String

Kraken Account User number to send standalone payment request to.

requestedPaymentIdentifier : UUID! required

Requested payment unique identifier.

requestMethodCode : String! required

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, "idempotencyKey": "wind-region-meeting-her-get", "recipientAccountUserNumber": "U-DB1F8679", "requestedPaymentIdentifier": "e585552f-ac95-4ab5-92c9-357d34accd78", "requestMethodCode": "item-create-bit-program-fast" }