Name | Type | Description | Notes |
---|---|---|---|
id_connector | Integer | ID of the bank connector to use to initiate the payment. The bank connector must be eligible to payments creation. The id_connector can be submitted later on if validated is false when you initiate the payment request. | [optional] |
client_redirect_uri | String | The redirect URL to use when building the validation URL. The provided URL must not contain any query parameter, rely on the client_state parameter for state management. | |
client_state | String | Optional value that will be added as a state query parameter to the redirect URL after validation. | [optional] |
beneficiary | PaymentBeneficiaryRequest | [optional] | |
instructions | Array<PaymentInstructionRequest> | The payment information. | |
validated | BOOLEAN | Provide true to acknowledge payment validation at once. Otherwise, validation is deferred. | [optional] |