Sha256: d9a7c467db5530e4371fd915f3c259c5431d3e04e359808ce48df943f5bd1743
Contents?: true
Size: 735 Bytes
Versions: 4
Compression:
Stored size: 735 Bytes
Contents
# Plaid::PaymentInitiationPaymentCreateResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payment_id** | **String** | A unique ID identifying the payment | | | **status** | **String** | For a payment returned by this endpoint, there is only one possible value: `PAYMENT_STATUS_INPUT_NEEDED`: The initial phase of the payment | | | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | | ## Example ```ruby require 'plaid' instance = Plaid::PaymentInitiationPaymentCreateResponse.new( payment_id: null, status: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems