Sha256: fca14f43f52e0027043a8b41a0981aeedfaa177b0c494265fdb5f4725063b370
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 KB
Contents
# BudgeaClient::PaymentRequest ## Properties 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**](PaymentBeneficiaryRequest.md) | | [optional] **instructions** | [**Array<PaymentInstructionRequest>**](PaymentInstructionRequest.md) | The payment information. | **validated** | **BOOLEAN** | Provide true to acknowledge payment validation at once. Otherwise, validation is deferred. | [optional]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
budgea_client-5.6.0 | docs/PaymentRequest.md |
budgea_client-5.5.0 | docs/PaymentRequest.md |
budgea_client-5.4.0 | docs/PaymentRequest.md |