Add new Pay Demand for a User

Given pay demand data creates a relevant record and returns unique
pay demand identifier.

Payload provides both economic and descriptive parameters of the payment being requested, as well as (optionally) destination bank details.

Optionality is controlled by a flag UseDefaultBeneficiaryAccount within payload,
and consists of either

  • Explicitly specifying beneficiary's bank account details (PayeeName as well as IBAN and/or BBAN) , or
  • Setting the flag UseDefaultBeneficiaryAccount to true and then using previously specified default bank account details.

In the latter case, both PayeeName and BBAN/IBAN fields in payload must be left blank or ommitted.

NOTE: Assignment of default bank accounts is done interactively by the end-user either via separate
partner onboarding workflow for the user, or via a user dashboard.

This operation is idempotent, meaning that if multiple requests are submitted
with the same idempotency id, then results of the first successful request will be returned.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Unique identifier (UUID) of the user who owns pay demand

Body Params

Pay Demand Descriptor

request
object
required

Provide both economic and descriptive parameters of the payment being requested.

Payload provides both economic and descriptive parameters of the payment being requested.
NOTE: Assignment of destination bank accounts is done interactively by the end-user either via separate
partner onboarding workflow for the user, or via a user dashboard.

uuid
required

A globally-unique identifier of the request.

Responses

422

Unprocessable Entity - Errors in the body of request

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json