Sha256: 0b8c43bdc0179db3f9a0df82a3c6f6c6c7027d761ba816169fee71c4a5222e5e
Contents?: true
Size: 943 Bytes
Versions: 3
Compression:
Stored size: 943 Bytes
Contents
# BudgeaClient::Payment ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | The ID of the created payment request. | [optional] **state** | **String** | | [optional] **error_code** | **String** | | [optional] **error_description** | **String** | Error message in case of an error. | [optional] **id_connector** | **Integer** | ID of the bank connector to use to initiate the payment. | [optional] **validate_uri** | **String** | The URL that must be presented to the PSU to validate the payment request. The URL is only available after the transfer has been validated. | [optional] **client_redirect_uri** | **String** | The validate_uri callback URL that was provided when configuring the transfer request. | [optional] **instructions** | [**Array<PaymentInstruction>**](PaymentInstruction.md) | The list of payment instructions. | [optional]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
budgea_client-5.6.0 | docs/Payment.md |
budgea_client-5.5.0 | docs/Payment.md |
budgea_client-5.4.0 | docs/Payment.md |